|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
XMLEventParser
implementation common to many parsers.XmlObjectFactory
based on class names.SaxHandler
.
XMLEventParser
implementation using a DOM tree as input.DomEventParser
.
XMLSerializer
base implementation for all serializer writing the XML in a byte or character stream.NamespacePrefixResolver
mapping the prefix to the namespace URI.
putCustomObject(key, value)
method.
putCustomObject(key, value)
method.
endParsing(..)
method on the parser.
startElement
call is the first one called to the XMLSerializable currently receiving it.
endElement
call is the last one called to the XMLSerializable currently receiving it.
XMLSerializable
as root handler.
XMLSerializable
as root handler (as object representing the root
element).
XMLSerializable
as root handler (as object representing
the root element).
XMLSerializable
as root handler (as object representing the
root element).
XMLSerializable
as root handler (as object representing
the root element).
XMLEventParser
implementation based on a SAX parser.StreamXMLEventParser
using the system-default SAXParser
configured to be namespace aware
and perform no validation.
StreamXMLEventParser
using the system-default SAXParser
configured to be namespace aware
and perform validation using the provided schema locations.
SimpleSaxParser
using the given XMLReader
.
XMLSerializer
implementation writing a tree of java XMLSerializable objects as XML into an output stream.startElement(..)
or
endElement(..)
method) is unexpected.
startElement(..)
or endElement(..)
method) is unexpected.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |