DocumentLoader
and
a high-level document loader LoadDocument
.See: Description
Interface | Description |
---|---|
BuiltInSubDocumentType |
Used to register a built-in schema using
LoadDocument.addBuiltInSubDocumentType(com.xmlmind.xml.load.BuiltInSubDocumentType) . |
DocumentCache.Listener |
Implemented by client code interested in learning what happens
to this document cache.
|
DocumentManager |
An abstraction of a document loader or of a document cache.
|
DocumentTypeDetector |
Used by
LoadDocument to detect the
DocumentType of the
document being loaded. |
DTDAccelerator |
Specifies a DTD cache used to accelerate the loading of documents
conforming to large DTDs such as DocBook.
|
DTDLoader |
Interface implemented by DTD loaders.
|
InclusionTraversal.Handler |
Interface implemented by an Object wishing to visit all the Inclusions
found in a document subtree.
|
LoadError |
Specifies errors and warnings found when loading a document using
LoadDocument . |
LoadOptions |
Document load options.
|
RNGLoader |
Interface implemented by RELAX NG schema loaders.
|
SimpleInclusion |
An XInclusion for which included nodes come from a single,
actual, XML document.
|
SimpleInclusionScheme |
An XInclusion scheme for which included nodes come from a single,
actual, XML document.
|
SubDocumentTypeCache |
Specifies the services expected from a SubDocumentType (that is, schema)
cache.
|
SubDocumentTypeLoader |
The base interface of all SubDocumentType (that is, schema) loaders.
|
WXSLoader |
Interface implemented by W3C XML Schema loaders.
|
XInclusion |
Models an Inclusion other than a
EntityRef . |
XInclusionContext |
Services offered by an XIncluder to allow
XInclusion.include(com.xmlmind.xml.doc.Node, com.xmlmind.xml.doc.Node, boolean, com.xmlmind.xml.load.XInclusionContext)
to do its job efficiently. |
XInclusionScheme |
Services expected by XMLmind XML Editor from an XInclusion scheme.
|
Class | Description |
---|---|
AttributeDecl |
Models the declaration of an attribute.
|
CharEntities |
A map containing character entities defined in a DTD (example:
).
|
CharEntities.Entry |
Associates a character to its entity name.
|
CharEntities.EntryComparator | |
Decl |
The base class of all the declarations: element, attribute, notation,
internal entity, external entity, unparsed entity found in a DTD.
|
DocumentCache |
A Last Recently Used (LRU) document cache
designed to have thousands of entries.
|
DocumentCache.Entry |
An entry in the document cache.
|
DocumentCache.Event |
Rather low-level event detailing what happened to the document cache.
|
DocumentLoader |
Low-level document loader.
|
DocumentLoader.StackItem | |
DocumentTypeDetectorImpl |
Simple implementation of DocumentTypeDetector.
|
DocumentTypeLoader |
Utility class used by
LoadDocument to create DocumentType s. |
DocumentTypeSpec |
Specifies how to create a
DocumentType . |
DTDAcceleratorImpl |
A memory-based implementation of
DTDAccelerator . |
DTDSpec |
Models the contents of a DTD.
|
ElementDecl |
Models the declaration of an element.
|
Entities |
Models the set of entities as found in a DTD.
|
EntityDecl |
The base class of all entities: general or parameter, internal or external,
parsed or unparsed.
|
EntityRef |
Models an Inclusion which is a reference to an internal or external entity.
|
ExternalEntityDecl |
Models the declaration of an external, general or parameter, entity.
|
Includable |
Result returned by
SimpleInclusionScheme.listIncludables(com.xmlmind.xml.doc.Document) . |
InclusionTraversal |
Utility class used to visit all the
Inclusion s found in a document
subtree. |
InternalEntityDecl |
Models the declaration of an internal, general or parameter, entity.
|
LoadDocument |
High-level document loading facility.
|
LoadDocumentStep |
Not part of the public, documented, API: needed by
LoadDocument to implement document loading
possibly using two passes. |
LoadErrorImpl |
A simple implementation of
LoadError . |
LoadErrorImpl.CompareLoadErrors |
Compares load errors by their locations.
|
NamespaceURLPair |
Associates a Namespace to an URL.
|
NotationDecl |
Models the declaration of a notation.
|
SpaceNormalizer |
Removes from a document or from a subtree the whitespace
which is ignoreable according to its document type.
|
SpaceProcessor |
Removes ignoreable whitespace from a document or from a subtree.
|
SpaceTrimmer |
Removes ignoreable whitespace from a document or a subtree,
based on a heuristic.
|
SubDocumentTypeCacheImpl |
An implementation of SubDocumentTypeCache.
|
SubDocumentTypeSpec |
Specifies how to create a SubDocumentType.
|
UnparsedEntityDecl |
Models the the declaration of an unparsed entity.
|
XIncluder |
Utility class, parametrized using a set of
XInclusionScheme s,
allowing to process or update inclusions. |
XInclusionContextImpl | |
XXERelaxngSchemaToXMLModel |
Enum | Description |
---|---|
Decl.Type |
The type of a declaration.
|
DocumentCache.EventType |
The type of a document cache event.
|
LoadError.Type |
Type of the error.
|
Exception | Description |
---|---|
StopLoadingException |
Not part of the public, documented, API: needed by
LoadDocument to implement document possibly using two passes. |
DocumentLoader
and
a high-level document loader LoadDocument
.