Package Functions | Package Attributes

org.exolab.castor.xml.UnmarshalHandler.ElementInfo Class Reference

List of all members.

Package Functions

 ElementInfo ()
 ElementInfo (String qName, Attributes atts)
 ElementInfo (String qName, AttributeList atts)
void clear ()

Package Attributes

String qName = null
Attributes attributes = null
AttributeList attributeList = null

Detailed Description

A utility class for keeping track of the qName and how the SAX parser passed attributes


Constructor & Destructor Documentation

org.exolab.castor.xml.UnmarshalHandler.ElementInfo.ElementInfo (  )  [package]
org.exolab.castor.xml.UnmarshalHandler.ElementInfo.ElementInfo ( String  qName,
Attributes  atts 
) [package]
org.exolab.castor.xml.UnmarshalHandler.ElementInfo.ElementInfo ( String  qName,
AttributeList  atts 
) [package]

Member Function Documentation

void org.exolab.castor.xml.UnmarshalHandler.ElementInfo.clear (  )  [package]

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties