Package | Description |
---|---|
org.tanjakostic.jcleancim.experimental.builder.rdfs |
FIXME: This is experimental and absolutely not tested - don't use!
|
org.tanjakostic.jcleancim.experimental.builder.xsd |
The package contains the
ModelBuilderFromProfiles , which can
parse: the CIM profiles in "xsd" format, as
generated with CIMTool. |
org.tanjakostic.jcleancim.xml |
Class and Description |
---|
NamespaceCache
Adapted from
Read
the namespaces from the document and cache them
|
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.
|
XmlNs
Namespace mappings for known and unknown namespaces.
|
Class and Description |
---|
XmlNs
Namespace mappings for known and unknown namespaces.
|
Class and Description |
---|
AbstractConfiguredDOMBuilder
Implementation for commons of all the DOM builders.
|
AbstractXsdValidatingDOMBuilder
Common implementation for readers that validate against the XML schema, internal or external.
|
ConfiguredDOMBuilder
Configured DOM builder, containing potentially parser errors.
|
ExternalXsdValidatingDOMBuilder
DOM builder configured to validate against the external schema (specified programmatically, by
the constructor argument).
|
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.
|
XmlException
Wrapper for any XML-related exceptions not involving validation.
|
XmlInstanceDOM
Common implementation for all XML instance documents.
|
XmlNs
Namespace mappings for known and unknown namespaces.
|
XmlParsingException
Wrapper for the underlying parsing/validation exceptions.
|
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.
|
Copyright 2009-2016 Tatjana (Tanja) Kostic