Interface XmlTypeConstants


  • public interface XmlTypeConstants
    XML node type constants.
    Since:
    1.1
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String XML_TYPE_ATTRIBUTE
      The XML node type for an attribute
      static java.lang.String XML_TYPE_ELEMENT
      The XML node type for an element
      static java.lang.String XML_TYPE_NONE
      The XML node type to indicate the node is not a structural part of the document
      static java.lang.String XML_TYPE_TEXT
      The XML node type for elemental text
    • Field Detail

      • XML_TYPE_NONE

        static final java.lang.String XML_TYPE_NONE
        The XML node type to indicate the node is not a structural part of the document
        See Also:
        Constant Field Values
      • XML_TYPE_ELEMENT

        static final java.lang.String XML_TYPE_ELEMENT
        The XML node type for an element
        See Also:
        Constant Field Values
      • XML_TYPE_ATTRIBUTE

        static final java.lang.String XML_TYPE_ATTRIBUTE
        The XML node type for an attribute
        See Also:
        Constant Field Values
      • XML_TYPE_TEXT

        static final java.lang.String XML_TYPE_TEXT
        The XML node type for elemental text
        See Also:
        Constant Field Values