Package org.exolab.castor.xml.parsing
Class AnyNodeUnmarshalHandler.ElementInfo
- java.lang.Object
-
- org.exolab.castor.xml.parsing.AnyNodeUnmarshalHandler.ElementInfo
-
- Enclosing class:
- AnyNodeUnmarshalHandler
class AnyNodeUnmarshalHandler.ElementInfo extends java.lang.ObjectA 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) voidclear()
-