Class AnyNodeUnmarshalHandler.ElementInfo

  • Enclosing class:
    AnyNodeUnmarshalHandler

    class AnyNodeUnmarshalHandler.ElementInfo
    extends java.lang.Object
    A utility class for keeping track of the qName and how the SAX parser passed attributes.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) org.xml.sax.AttributeList _attributeList  
      (package private) org.xml.sax.Attributes _attributes  
      (package private) java.lang.String _qName  
    • Constructor Summary

      Constructors 
      Constructor Description
      ElementInfo()  
      ElementInfo​(java.lang.String qName, org.xml.sax.AttributeList atts)  
      ElementInfo​(java.lang.String qName, org.xml.sax.Attributes atts)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void clear()  
      • Methods inherited from class java.lang.Object

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

      • _qName

        java.lang.String _qName
      • _attributes

        org.xml.sax.Attributes _attributes
      • _attributeList

        org.xml.sax.AttributeList _attributeList
    • Constructor Detail

      • ElementInfo

        ElementInfo()
      • ElementInfo

        ElementInfo​(java.lang.String qName,
                    org.xml.sax.Attributes atts)
      • ElementInfo

        ElementInfo​(java.lang.String qName,
                    org.xml.sax.AttributeList atts)
    • Method Detail

      • clear

        void clear()