Uses of Class
org.apache.batik.dom.util.DocumentDescriptor
-
Packages that use DocumentDescriptor 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. -
-
Uses of DocumentDescriptor in org.apache.batik.bridge
Fields in org.apache.batik.bridge declared as DocumentDescriptor Modifier and Type Field Description private DocumentDescriptor
DocumentLoader.DocumentState. desc
Methods in org.apache.batik.bridge that return DocumentDescriptor Modifier and Type Method Description DocumentDescriptor
DocumentLoader.DocumentState. getDocumentDescriptor()
Constructors in org.apache.batik.bridge with parameters of type DocumentDescriptor Constructor Description DocumentState(java.lang.String uri, org.w3c.dom.Document document, DocumentDescriptor desc)
-
Uses of DocumentDescriptor in org.apache.batik.dom.util
Fields in org.apache.batik.dom.util declared as DocumentDescriptor Modifier and Type Field Description protected DocumentDescriptor
SAXDocumentFactory. documentDescriptor
The created document descriptor.Methods in org.apache.batik.dom.util that return DocumentDescriptor Modifier and Type Method 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.
-