Package cronapi.xml

Class Operations


  • public class Operations
    extends Object
    Classe que representa ...
    Since:
    2017-03-29
    Version:
    1.0
    Author:
    Rodrigo Reis
    • Constructor Detail

      • Operations

        public Operations()
    • Method Detail

      • XMLcreateElement

        public static final Var XMLcreateElement​(Var name,
                                                 Var value)
      • XMLaddElement

        public static final void XMLaddElement​(Var parent,
                                               Var element)
      • hasRootElement

        public static final Var hasRootElement​(Var document)
      • getRootElement

        public static final Var getRootElement​(Var document)
      • XMLDocumentToString

        public static final Var XMLDocumentToString​(Var document)
      • XMLElementToString

        public static final Var XMLElementToString​(Var document)
      • XMLSetElementAttributeValue

        public static final void XMLSetElementAttributeValue​(Var element,
                                                             Var attributeName,
                                                             Var value)
                                                      throws Exception
        Throws:
        Exception
      • XMLGetAttributeValue

        public static final Var XMLGetAttributeValue​(Var element,
                                                     Var attribute)
                                              throws Exception
        Throws:
        Exception
      • XMLSetElementValue

        public static final void XMLSetElementValue​(Var element,
                                                    Var value)
                                             throws Exception
        Throws:
        Exception
      • XMLGetElementTagName

        public static final Var XMLGetElementTagName​(Var element)
                                              throws Exception
        Throws:
        Exception