Package org.exolab.castor.xml.parsing
Class AnyNodeUnmarshalHandler.ElementInfo
java.lang.Object
org.exolab.castor.xml.parsing.AnyNodeUnmarshalHandler.ElementInfo
- Enclosing class:
- AnyNodeUnmarshalHandler
A utility class for keeping track of the qName and how the SAX parser
passed attributes.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) AttributeList
(package private) Attributes
(package private) String
-
Constructor Summary
ConstructorsConstructorDescriptionElementInfo
(String qName, AttributeList atts) ElementInfo
(String qName, Attributes atts) -
Method Summary
-
Field Details
-
_qName
String _qName -
_attributes
Attributes _attributes -
_attributeList
AttributeList _attributeList
-
-
Constructor Details
-
ElementInfo
ElementInfo() -
ElementInfo
ElementInfo(String qName, Attributes atts) -
ElementInfo
ElementInfo(String qName, AttributeList atts)
-
-
Method Details
-
clear
void clear()
-