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 DocumentDescriptorDocumentLoader.DocumentState. descMethods in org.apache.batik.bridge that return DocumentDescriptor Modifier and Type Method Description DocumentDescriptorDocumentLoader.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 DocumentDescriptorSAXDocumentFactory. documentDescriptorThe created document descriptor.Methods in org.apache.batik.dom.util that return DocumentDescriptor Modifier and Type Method Description DocumentDescriptorDocumentFactory. getDocumentDescriptor()Returns the document descriptor associated with the latest created document.DocumentDescriptorSAXDocumentFactory. getDocumentDescriptor()Returns the document descriptor associated with the latest created document.
-