Package | Description |
---|---|
org.tanjakostic.jcleancim.xml |
Modifier and Type | Class and Description |
---|---|
class |
AbstractXsdValidatingDOMBuilder
Common implementation for readers that validate against the XML schema, internal or external.
|
class |
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).
|
class |
ExternalXsdValidatingDOMBuilder
DOM builder configured to validate against the external schema (specified programmatically, by
the constructor argument).
|
class |
InternalDtdValidatingDOMBuilder
SAX reader configured to validate against the internal DTD (specified in the instance file
through DOCTYPE).
|
class |
InternalXsdValidatingDOMBuilder
SAX reader configured to validate against the internal schema (specified in the instance file
through schema location).
|
class |
WellformedDOMBuilder
SAX reader configured to check wellformed-ness only.
|
Copyright 2009-2015 Tatjana (Tanja) Kostic