| Package | Description |
|---|---|
| org.exolab.castor.xml |
The XML Marshaller API
|
| Modifier and Type | Method and Description |
|---|---|
UnmarshalHandler |
Unmarshaller.createHandler()
Creates and initalizes an UnmarshalHandler
|
| Modifier and Type | Method and Description |
|---|---|
static ContentHandler |
Unmarshaller.getContentHandler(UnmarshalHandler handler)
Returns a ContentHandler for the given UnmarshalHandler
|
| Constructor and Description |
|---|
CharactersProcessor(UnmarshalHandler unmarshalHandler)
Creates an instance of this class, with a reference to the actual
UnmarshalHandler for
which this processor deals with the SAX 2 characters() callback method. |
EndElementProcessor(UnmarshalHandler unmarshalHandler)
Creates an instance of this class, with a reference to the actual
UnmarshalHandler for
which this processor deals with the SAX 2 endElement() callback method. |
StartElementProcessor(UnmarshalHandler unmarshalHandler)
Creates an instance of this class, with a reference to the actual
UnmarshalHandler for
which this processor deals with the SAX 2 startElement() callback method. |
Copyright © 2016. All rights reserved.