Package com.fasterxml.aalto

Interface Summary
XmlConsts Simple constant container interface, shared by input and output sides.
 

Class Summary
CommonConfig Base class for reader and writer-side configuration/context objects
ErrorConsts This class contains various String constants used for error reporting.
LocationImpl Basic implementation of XMLStreamLocation2, used by stream readers and writers.
 

Exception Summary
IoStreamException Simple wrapper for IOExceptions; needed when StAX does not expose underlying I/O exceptions via its methods.
StreamExceptionBase Base class for all XMLStreamException instances that we use.
UncheckedStreamException Unchecked exception that has to be used for methods of Stax API that do not allow throwing checked XMLStreamException, but where internal methods that need to be called may throw such an exception.
ValidationException Specific exception thrown when document has validation (DTD, W3C Schema) errors; things that are not well-formedness problems.
WFCException Base class for reader-side Well-Formedness Constraint violation (fatal error) exceptions.
 



Copyright © 2010 Fasterxml.com. All Rights Reserved.