| java.lang.Object org.exolab.castor.xml.schema.reader.ComponentReader org.exolab.castor.xml.schema.reader.ElementUnmarshaller
ElementUnmarshaller | public class ElementUnmarshaller extends ComponentReader (Code) | | A class for Unmarshalling element definitions
author: Keith Visco version: $Revision: 6901 $ $Date: 2003-03-03 02:57:21 -0700 (Mon, 03 Mar 2003) $ |
ElementUnmarshaller | public ElementUnmarshaller(Schema schema, AttributeSet atts, Resolver resolver) throws XMLException(Code) | | Creates a new ElementUnmarshaller
Parameters: schema - the Schema to which the Element belongs Parameters: atts - the AttributeList Parameters: resolver - the resolver being used for reference resolving |
characters | public void characters(char[] ch, int start, int length) throws XMLException(Code) | | |
elementName | public String elementName()(Code) | | Returns the name of the element that this ComponentReader
handles
the name of the element that this ComponentReaderhandles |
endElement | public void endElement(String name, String namespace) throws XMLException(Code) | | Signals to end of the element with the given name.
Parameters: name - the NCName of the element. It is an errorif the name is a QName (ie. contains a prefix). Parameters: namespace - the namespace of the element. |
getObject | public Object getObject()(Code) | | Returns the Object created by this ComponentReader
the Object created by this ComponentReader |
startElement | public void startElement(String name, String namespace, AttributeSet atts, Namespaces nsDecls) throws XMLException(Code) | | Signals the start of an element with the given name.
Parameters: name - the NCName of the element. It is an errorif the name is a QName (ie. contains a prefix). Parameters: namespace - the namespace of the element. This may be null.Note: A null namespace is not the same as the default namespace unlessthe default namespace is also null. Parameters: atts - the AttributeSet containing the attributes associatedwith the element. Parameters: nsDecls - the namespace declarations being declared for this element. This may be null. |
Fields inherited from org.exolab.castor.xml.schema.reader.ComponentReader | protected Locator _locator(Code)(Java Doc)
|
|
|