Package | Description |
---|---|
org.apache.batik.bridge |
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
|
org.apache.batik.dom.util |
Provides some utility classes for the implementation of the DOM.
|
Modifier and Type | Field and Description |
---|---|
private DocumentDescriptor |
DocumentLoader.DocumentState.desc |
Modifier and Type | Method and Description |
---|---|
DocumentDescriptor |
DocumentLoader.DocumentState.getDocumentDescriptor() |
Constructor and Description |
---|
DocumentState(java.lang.String uri,
org.w3c.dom.Document document,
DocumentDescriptor desc) |
Modifier and Type | Field and Description |
---|---|
protected DocumentDescriptor |
SAXDocumentFactory.documentDescriptor
The created document descriptor.
|
Modifier and Type | Method and Description |
---|---|
DocumentDescriptor |
DocumentFactory.getDocumentDescriptor()
Returns the document descriptor associated with the latest created
document.
|
DocumentDescriptor |
SAXDocumentFactory.getDocumentDescriptor()
Returns the document descriptor associated with the latest created
document.
|