Interface | Description |
---|---|
ConfiguredDOMBuilder |
Configured DOM builder, containing potentially parser errors.
|
Class | Description |
---|---|
AbstractConfiguredDOMBuilder |
Implementation for commons of all the DOM builders.
|
AbstractConfiguredDOMBuilder.SaxErrorCollector |
Simple implementation of SAX error handler when validating against schema.
|
AbstractXsdValidatingDOMBuilder |
Common implementation for readers that validate against the XML schema, internal or external.
|
ExternalXsdInternalDtdValidatingDOMBuilder |
DOM builder configured to validate against both the external schema (specified programmatically,
by the code) and the internal DTD (specified in the instance file through DOCTYPE).
|
ExternalXsdValidatingDOMBuilder |
DOM builder configured to validate against the external schema (specified programmatically, by
the constructor argument).
|
InternalDtdValidatingDOMBuilder |
SAX reader configured to validate against the internal DTD (specified in the instance file
through DOCTYPE).
|
InternalXsdValidatingDOMBuilder |
SAX reader configured to validate against the internal schema (specified in the instance file
through schema location).
|
JaxpHelper | |
NamespaceCache |
Adapted from Read the
namespaces from the document and cache them
|
SaxErrorData |
Simple storage for XML validation warnings and errors.
|
WellformedDOM |
Abstract class as a supertype for a DOM document that will not use validation, such as for XML
schema or a simple XML where we don't care about the validation.
|
WellformedDOMBuilder |
SAX reader configured to check wellformed-ness only.
|
XmlInstanceDOM |
Common implementation for all XML instance documents.
|
XmlNs |
Namespace mappings for known and unknown namespaces.
|
XmlSchemaDOM |
Representaton of an XML schema document; provides some helper methods to facilitate creating
instance XML documents compliant with this schema.
|
XmlString |
Wrapper for a java string; allows us to use consistent approach for instantiation from XML string
in case there are classes that require a single non-XML string argument in constructor.
|
XmlUtil |
Exception | Description |
---|---|
XmlException |
Wrapper for any XML-related exceptions not involving validation.
|
XmlParsingException |
Wrapper for the underlying parsing/validation exceptions.
|
Copyright 2009-2015 Tatjana (Tanja) Kostic