Class ParseXml

  • All Implemented Interfaces:
    ca.uqac.lif.azrael.Printable, ca.uqac.lif.azrael.Readable, ca.uqac.lif.cep.Duplicable, ca.uqac.lif.cep.functions.DuplicableFunction

    public class ParseXml
    extends ca.uqac.lif.cep.functions.UnaryFunction<java.lang.String,​ca.uqac.lif.xml.XmlElement>
    Function that converts a string into an XML element
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ParseXml instance
      Instance of the function
      • Fields inherited from class ca.uqac.lif.cep.functions.Function

        s_maxInputArity
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ParseXml()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ca.uqac.lif.xml.XmlElement getValue​(java.lang.String x)  
      • Methods inherited from class ca.uqac.lif.cep.functions.UnaryFunction

        duplicate, evaluate, getInputArity, getInputTypesFor, getOutputArity, getOutputTypeFor, reset
      • Methods inherited from class ca.uqac.lif.cep.functions.Function

        duplicate, evaluate, evaluate, evaluateLazy, evaluatePartial, print, printState, read, readState
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • instance

        public static ParseXml instance
        Instance of the function
    • Constructor Detail

      • ParseXml

        protected ParseXml()
    • Method Detail

      • getValue

        public ca.uqac.lif.xml.XmlElement getValue​(java.lang.String x)
        Specified by:
        getValue in class ca.uqac.lif.cep.functions.UnaryFunction<java.lang.String,​ca.uqac.lif.xml.XmlElement>