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.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()
-