| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStylableDocument
A Document that supports CSS styling.
|
class |
GenericDocument
This class implements the
Document,
DocumentEvent. |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractDocument |
AbstractNode.ownerDocument
The owner document.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractDocument |
AbstractDocument.getCurrentDocument()
Returns the current document.
|
protected AbstractDocument |
AbstractNode.getCurrentDocument()
Returns the current document.
|
| Modifier and Type | Method and Description |
|---|---|
Element |
ExtensibleDOMImplementation.createElementNS(AbstractDocument document,
String namespaceURI,
String qualifiedName)
Implements the behavior of Document.createElementNS() for this
DOM implementation.
|
protected Node |
AbstractEntity.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 |
AbstractElement.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 |
AbstractAttr.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 |
AbstractProcessingInstruction.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 |
GenericElement.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 |
AbstractNotation.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 |
GenericElementNS.deepExport(Node n,
AbstractDocument d)
Deeply exports this node to the given document.
|
protected Node |
AbstractEntity.export(Node n,
AbstractDocument d)
Exports this node to the given document.
|
protected Node |
AbstractElement.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 |
AbstractAttr.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 |
AbstractElementNS.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 |
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 |
AbstractNotation.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 |
GenericElementNS.export(Node n,
AbstractDocument d)
Exports this node to the given document.
|
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected AbstractDocument |
DOMNodeIterator.document
The document which created the iterator.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
DOMNodeIterator(AbstractDocument doc,
Node n,
int what,
org.w3c.dom.traversal.NodeFilter nf,
boolean exp)
Creates a new NodeIterator object.
|
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.