Uses of Class
org.apache.batik.dom.AbstractDocument

Packages that use AbstractDocument
org.apache.batik.dom Provides an implementation of the DOM level 2 core module. 
org.apache.batik.dom.traversal Provides an implementation of the DOM level 2 traversal module. 
 

Uses of AbstractDocument in org.apache.batik.dom
 

Subclasses of AbstractDocument in org.apache.batik.dom
 class AbstractStylableDocument
          A Document that supports CSS styling.
 class GenericDocument
          This class implements the Document, DocumentEvent.
 

Fields in org.apache.batik.dom declared as AbstractDocument
protected  AbstractDocument AbstractNode.ownerDocument
          The owner document.
 

Methods in org.apache.batik.dom that return AbstractDocument
protected  AbstractDocument AbstractNode.getCurrentDocument()
          Returns the current document.
protected  AbstractDocument AbstractDocument.getCurrentDocument()
          Returns the current document.
 

Methods in org.apache.batik.dom with parameters of type AbstractDocument
 Element ExtensibleDOMImplementation.createElementNS(AbstractDocument document, String namespaceURI, String qualifiedName)
          Implements the behavior of Document.createElementNS() for this DOM implementation.
protected  Node AbstractElement.deepExport(Node n, AbstractDocument d)
          Deeply exports this node to the given document.
protected  Node GenericElementNS.deepExport(Node n, AbstractDocument d)
          Deeply exports this node to the given document.
protected  Node AbstractNode.deepExport(Node n, AbstractDocument d)
          Deeply exports this node to the given document.
protected  Node AbstractAttr.deepExport(Node n, AbstractDocument d)
          Deeply exports this node to the given document.
protected  Node GenericElement.deepExport(Node n, AbstractDocument d)
          Deeply exports this node to the given document.
protected  Node AbstractAttrNS.deepExport(Node n, AbstractDocument d)
          Deeply exports this node to the given document.
protected  Node AbstractNotation.deepExport(Node n, AbstractDocument d)
          Deeply exports this node to the given document.
protected  Node AbstractEntityReference.deepExport(Node n, AbstractDocument d)
          Deeply exports this node to the given document.
protected  Node AbstractCharacterData.deepExport(Node n, AbstractDocument d)
          Deeply exports this node to the given document.
protected  Node AbstractElementNS.deepExport(Node n, AbstractDocument d)
          Deeply exports this node to the given document.
protected  Node GenericProcessingInstruction.deepExport(Node n, AbstractDocument d)
          Deeply exports this node to the given document.
protected  Node AbstractParentNode.deepExport(Node n, AbstractDocument d)
          Deeply exports this node to the given document.
protected  Node AbstractProcessingInstruction.deepExport(Node n, AbstractDocument d)
          Deeply exports this node to the given document.
protected  Node AbstractEntity.deepExport(Node n, AbstractDocument d)
          Deeply exports this node to the given document.
protected  Node AbstractElement.export(Node n, AbstractDocument d)
          Exports this node to the given document.
protected  Node GenericElementNS.export(Node n, AbstractDocument d)
          Exports this node to the given document.
protected  Node AbstractNode.export(Node n, AbstractDocument d)
          Exports this node to the given document.
protected  Node AbstractAttr.export(Node n, AbstractDocument d)
          Exports this node to the given document.
protected  Node GenericElement.export(Node n, AbstractDocument d)
          Exports this node to the given document.
protected  Node AbstractAttrNS.export(Node n, AbstractDocument d)
          Exports this node to the given document.
protected  Node AbstractNotation.export(Node n, AbstractDocument d)
          Exports this node to the given document.
protected  Node AbstractEntityReference.export(Node n, AbstractDocument d)
          Exports this node to the given document.
protected  Node AbstractCharacterData.export(Node n, AbstractDocument d)
          Exports this node to the given document.
protected  Node AbstractElementNS.export(Node n, AbstractDocument d)
          Exports this node to the given document.
protected  Node GenericProcessingInstruction.export(Node n, AbstractDocument d)
          Exports this node to the given document.
protected  Node AbstractProcessingInstruction.export(Node n, AbstractDocument d)
          Exports this node to the given document.
protected  Node AbstractEntity.export(Node n, AbstractDocument d)
          Exports this node to the given document.
 

Constructors in org.apache.batik.dom with parameters of type AbstractDocument
AbstractAttr(String name, AbstractDocument owner)
          Creates a new Attr object.
AbstractAttrNS(String nsURI, String qname, AbstractDocument owner)
          Creates a new Attr object.
AbstractElement(String name, AbstractDocument owner)
          Creates a new AbstractElement object.
AbstractElementNS(String nsURI, String qname, AbstractDocument owner)
          Creates a new AbstractElementNS object.
AbstractEntityReference(String name, AbstractDocument owner)
          Creates a new EntityReference object.
GenericAttr(String name, AbstractDocument owner)
          Creates a new Attr object.
GenericAttrNS(String nsURI, String qname, AbstractDocument owner)
          Creates a new Attr object.
GenericCDATASection(String value, AbstractDocument owner)
          Creates a new CDATASection object.
GenericComment(String value, AbstractDocument owner)
          Creates a new Comment object.
GenericDocumentFragment(AbstractDocument owner)
          Creates a new DocumentFragment object.
GenericElement(String name, AbstractDocument owner)
          Creates a new Element object.
GenericElementNS(String nsURI, String name, AbstractDocument owner)
          Creates a new Element object.
GenericEntity(String name, String pubId, String sysId, AbstractDocument owner)
          Creates a new Entity object.
GenericEntityReference(String name, AbstractDocument owner)
          Creates a new EntityReference object.
GenericNotation(String name, String pubId, String sysId, AbstractDocument owner)
          Creates a new Notation object.
GenericProcessingInstruction(String target, String data, AbstractDocument owner)
          Creates a new ProcessingInstruction object.
GenericText(String value, AbstractDocument owner)
          Creates a new Text object.
StyleSheetProcessingInstruction(String data, AbstractDocument owner, StyleSheetFactory f)
          Creates a new ProcessingInstruction object.
 

Uses of AbstractDocument in org.apache.batik.dom.traversal
 

Fields in org.apache.batik.dom.traversal declared as AbstractDocument
protected  AbstractDocument DOMNodeIterator.document
          The document which created the iterator.
 

Methods in org.apache.batik.dom.traversal with parameters of type AbstractDocument
 org.w3c.dom.traversal.NodeIterator TraversalSupport.createNodeIterator(AbstractDocument doc, Node root, int whatToShow, org.w3c.dom.traversal.NodeFilter filter, boolean entityReferenceExpansion)
          Creates a new node iterator.
static org.w3c.dom.traversal.TreeWalker TraversalSupport.createTreeWalker(AbstractDocument doc, Node root, int whatToShow, org.w3c.dom.traversal.NodeFilter filter, boolean entityReferenceExpansion)
          Creates a new tree walker.
 

Constructors in org.apache.batik.dom.traversal with parameters of type AbstractDocument
DOMNodeIterator(AbstractDocument doc, Node n, int what, org.w3c.dom.traversal.NodeFilter nf, boolean exp)
          Creates a new NodeIterator object.
 



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.