Uses of Interface
org.w3c.dom.Document

Packages that use Document
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 Provides an implementation of the DOM level 2 core module. 
org.apache.batik.dom.svg   
org.apache.batik.dom.util Provides some utility classes for the implementation of the DOM. 
org.apache.batik.refimpl.bridge   
org.apache.batik.refimpl.script   
org.apache.batik.refimpl.transcoder   
org.apache.batik.transcoder Contains all of the interfaces for transcoding an input stream or a document to a particular ouput format. 
org.apache.batik.util.awt.svg   
org.apache.batik.util.gui   
org.w3c.dom   
org.w3c.dom.svg   
 

Uses of Document in org.apache.batik.bridge
 

Methods in org.apache.batik.bridge that return Document
 Document DocumentLoader.loadDocument(java.lang.String uri)
          Returns a document from the specified uri.
 

Methods in org.apache.batik.bridge with parameters of type Document
 GraphicsNode GVTBuilder.build(BridgeContext ctx, Document svgDocument)
          Builds a GVT tree using the specified context and SVG document.
 

Uses of Document in org.apache.batik.dom
 

Classes in org.apache.batik.dom that implement Document
 class AbstractDocument
          This class implements the Document interface.
 class GenericDocument
          This class implements the Document, DocumentEvent.
 

Methods in org.apache.batik.dom that return Document
 Document AbstractNode.getOwnerDocument()
          DOM: Implements Node.getOwnerDocument().
 Document GenericDOMImplementation.createDocument(java.lang.String namespaceURI, java.lang.String qualifiedName, DocumentType doctype)
          DOM: Implements DOMImplementation.createDocument(String,String,DocumentType) .
 

Methods in org.apache.batik.dom with parameters of type Document
 void AbstractNode.setOwnerDocument(Document doc)
          Sets the owner document of this node.
 void ExtendedNode.setOwnerDocument(Document doc)
          Sets the owner document of this node.
protected  Node AbstractDocument.export(Node n, Document d)
          Exports this node to the given document.
protected  Node AbstractDocument.deepExport(Node n, Document d)
          Deeply exports this node to the given document.
 

Uses of Document in org.apache.batik.dom.svg
 

Classes in org.apache.batik.dom.svg that implement Document
 class SVGOMDocument
          This class implements SVGDocument.
 

Methods in org.apache.batik.dom.svg that return Document
 Document SVGDocumentLoader.loadDocument(java.lang.String uri)
           
 Document SVGDOMImplementation.createDocument(java.lang.String namespaceURI, java.lang.String qualifiedName, DocumentType doctype)
          DOM: Implements DOMImplementation.createDocument(String,String,DocumentType).
 

Methods in org.apache.batik.dom.svg with parameters of type Document
 Element SVGOMDocument.CustomElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of a custom element.
 

Uses of Document in org.apache.batik.dom.util
 

Fields in org.apache.batik.dom.util declared as Document
protected  Document DocumentFactory.document
          The created document.
 

Methods in org.apache.batik.dom.util that return Document
 Document DocumentFactory.createDocument(java.lang.String ns, java.lang.String root, java.lang.String uri, InputSource is)
          Creates a GenericDocument.
 

Uses of Document in org.apache.batik.refimpl.bridge
 

Methods in org.apache.batik.refimpl.bridge that return Document
 Document BufferedDocumentLoader.loadDocument(java.lang.String uri)
          Returns the document associated to the specified URI.
 

Methods in org.apache.batik.refimpl.bridge with parameters of type Document
 GraphicsNode ConcreteGVTBuilder.build(BridgeContext ctx, Document svgDocument)
          Builds a GVT tree using the specified context and SVG document.
protected  org.apache.batik.refimpl.bridge.BufferedDocumentLoader.DocumentState BufferedDocumentLoader.getDocumentState(Document document)
          Returns the DocumentState of the specified Document.
 

Uses of Document in org.apache.batik.refimpl.script
 

Constructors in org.apache.batik.refimpl.script with parameters of type Document
ConcreteInterpreterPool(Document doc)
          Builds an instance of ConcreteInterpreterPool that will deal with the given Document.
 

Uses of Document in org.apache.batik.refimpl.transcoder
 

Methods in org.apache.batik.refimpl.transcoder with parameters of type Document
 void ImageTranscoder.transcodeToStream(Document document, java.io.OutputStream ostream)
           
 

Uses of Document in org.apache.batik.transcoder
 

Methods in org.apache.batik.transcoder with parameters of type Document
 void Transcoder.transcodeToStream(Document document, java.io.OutputStream ostream)
          Transcodes the specified document and write the result to the specified output.
 

Uses of Document in org.apache.batik.util.awt.svg
 

Fields in org.apache.batik.util.awt.svg declared as Document
protected  Document AbstractSVGConverter.domFactory
          Used by converters to create Elements and other DOM objects
protected  Document AbstractSVGFilterConverter.domFactory
          Used by converters to create Elements and other DOM objects
protected  Document SVGGraphicObjectConverter.domFactory
          Used by converters to create Elements and other DOM objects
 

Methods in org.apache.batik.util.awt.svg that return Document
static Document TestUtil.getDocumentPrototype()
           
 Document SVGGraphics2D.getDOMFactory()
           
 

Methods in org.apache.batik.util.awt.svg with parameters of type Document
 SVGPaintDescriptor ExtensionHandler.handlePaint(java.awt.Paint paint, Document domFactory)
           
 SVGCompositeDescriptor ExtensionHandler.handleComposite(java.awt.Composite composite, Document domFactory)
           
 SVGFilterDescriptor ExtensionHandler.handleFilter(java.awt.image.BufferedImageOp filter, java.awt.Rectangle filterRect, Document domFactory)
           
 SVGPaintDescriptor DefaultExtensionHandler.handlePaint(java.awt.Paint paint, Document domFactory)
           
 SVGCompositeDescriptor DefaultExtensionHandler.handleComposite(java.awt.Composite composite, Document domFactory)
           
 SVGFilterDescriptor DefaultExtensionHandler.handleFilter(java.awt.image.BufferedImageOp filter, java.awt.Rectangle filterRect, Document domFactory)
           
 

Constructors in org.apache.batik.util.awt.svg with parameters of type Document
AbstractSVGConverter(Document domFactory)
           
SVGCustomPaint(Document domFactory, ExtensionHandler extensionHandler)
           
AbstractSVGFilterConverter(Document domFactory)
           
SVGRescaleOp(Document domFactory)
           
SVGGraphicObjectConverter(Document domFactory)
           
SVGLine(Document domFactory)
           
SVGClip(Document domFactory)
           
SVGCustomComposite(Document domFactory, ExtensionHandler extensionHandler)
           
SVGComposite(Document domFactory, ExtensionHandler extensionHandler)
           
SVGShape(Document domFactory)
           
SVGRectangle(Document domFactory)
           
DOMTreeManager(GraphicContext gc, Document domFactory, ExtensionHandler extensionHandler, ImageHandler imageHandler, int maxGCOverrides)
          Constructor
SVGLinearGradient(Document domFactory)
           
SVGCustomBufferedImageOp(Document domFactory, ExtensionHandler extensionHandler)
           
SVGPolygon(Document domFactory)
           
SVGEllipse(Document domFactory)
           
SVGGraphics2D(Document domFactory)
           
SVGGraphics2D(Document domFactory, ImageHandler imageHandler, ExtensionHandler extensionHandler, boolean textAsShapes)
           
SVGAlphaComposite(Document domFactory)
           
SVGConvolveOp(Document domFactory)
           
SVGBufferedImageOp(Document domFactory, ExtensionHandler extensionHandler)
           
SVGPath(Document domFactory)
           
SVGLookupOp(Document domFactory)
           
SVGGraphicContextConverter(Document domFactory, ExtensionHandler extensionHandler, ImageHandler imageHandler)
           
SVGTexturePaint(Document domFactory, ImageHandler imageHandler)
           
SVGPaint(Document domFactory, ImageHandler imageHandler, ExtensionHandler extensionHandler)
           
 

Uses of Document in org.apache.batik.util.gui
 

Fields in org.apache.batik.util.gui declared as Document
protected  Document DOMViewer.Panel.document
          The DOM document.
 

Methods in org.apache.batik.util.gui with parameters of type Document
 void DOMViewer.setDocument(Document doc)
          Sets the document to display.
 void DOMViewer.setDocument(Document doc, ViewCSS view)
          Sets the document to display and its ViewCSS.
 void DOMViewer.Panel.setDocument(Document doc)
          Sets the document to display.
 void DOMViewer.Panel.setDocument(Document doc, ViewCSS view)
          Sets the document to display and its ViewCSS.
protected  java.lang.String DOMViewer.Panel.DOMTreeSelectionListener.createDocumentText(Document doc)
           
 

Uses of Document in org.w3c.dom
 

Methods in org.w3c.dom that return Document
 Document DOMImplementation.createDocument(java.lang.String namespaceURI, java.lang.String qualifiedName, DocumentType doctype)
          Creates an XML Document object of the specified type with its document element.
 Document Node.getOwnerDocument()
          The Document object associated with this node.
 

Uses of Document in org.w3c.dom.svg
 

Subinterfaces of Document in org.w3c.dom.svg
 interface SVGDocument
           
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.