| Package | Description |
|---|---|
| org.apache.batik.dom |
Provides an implementation of the DOM level 2 core module.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAttr
This class implements the
Attr interface. |
class |
AbstractAttrNS
This class implements the
Attr interface with
support for namespaces. |
class |
AbstractCharacterData
This class implements the
CharacterData interface. |
class |
AbstractChildNode
This class implements the
Node interface with support
for parent and siblings. |
class |
AbstractComment
This class implements the
Comment interface. |
class |
AbstractDocument
This class implements the
Document interface. |
class |
AbstractDocumentFragment
This class implements
DocumentFragment interface. |
class |
AbstractElement
This class implements the
Element interface. |
class |
AbstractElementNS
This class implements the
Element interface. |
class |
AbstractEntity
This class implements the
Entity interface. |
class |
AbstractEntityReference
This class implements the
EntityReference interface. |
class |
AbstractNode
This class implements the
Node interface. |
class |
AbstractNotation
This class implements the
Notation interface. |
class |
AbstractParentChildNode
This class implements the
Node interface with support
for children, parent and siblings. |
class |
AbstractParentNode
This class implements the Node interface with support for children.
|
class |
AbstractProcessingInstruction
This class implements the
ProcessingInstruction
interface. |
class |
AbstractStylableDocument
A Document that supports CSS styling.
|
class |
AbstractText
This class implements the
Text interface. |
class |
GenericAttr
This class implements the
Attr interface. |
class |
GenericAttrNS
This class implements the
Attr interface with
support for namespaces. |
class |
GenericCDATASection
This class implements the
CDATASection interface. |
class |
GenericComment
This class implements the
Comment interface. |
class |
GenericDocument
This class implements the
Document,
DocumentEvent. |
class |
GenericDocumentFragment
This class implements
DocumentFragment interface. |
class |
GenericDocumentType
This class implements the
DocumentType interface. |
class |
GenericElement
This class implements the
Element interface. |
class |
GenericElementNS
This class implements the
Element interface. |
class |
GenericEntity
This class implements the
Entity interface. |
class |
GenericEntityReference
This class implements the
EntityReference interface. |
class |
GenericNotation
This class implements the
Notation interface. |
class |
GenericProcessingInstruction
This class implements the
ProcessingInstruction interface. |
class |
GenericText
This class provides a generic implementation of the
Text
interface. |
class |
StyleSheetProcessingInstruction
This class provides an implementation of the 'xml-stylesheet' processing
instructions.
|
| Modifier and Type | Field and Description |
|---|---|
protected ExtendedNode |
AbstractParentNode.ChildNodes.firstChild
The first child.
|
protected ExtendedNode |
AbstractParentNode.ChildNodes.lastChild
The last child.
|
| Modifier and Type | Method and Description |
|---|---|
ExtendedNode |
AbstractParentNode.ChildNodes.append(ExtendedNode n)
Appends a node to the tree.
|
ExtendedNode |
AbstractParentNode.ChildNodes.insert(ExtendedNode n,
ExtendedNode r)
Inserts a node in the tree.
|
ExtendedNode |
AbstractParentNode.ChildNodes.remove(ExtendedNode n)
Removes the given node from the tree.
|
ExtendedNode |
AbstractParentNode.ChildNodes.replace(ExtendedNode n,
ExtendedNode o)
Replaces a node in the tree by an other.
|
| Modifier and Type | Method and Description |
|---|---|
ExtendedNode |
AbstractParentNode.ChildNodes.append(ExtendedNode n)
Appends a node to the tree.
|
ExtendedNode |
AbstractParentNode.ChildNodes.insert(ExtendedNode n,
ExtendedNode r)
Inserts a node in the tree.
|
ExtendedNode |
AbstractParentNode.ChildNodes.remove(ExtendedNode n)
Removes the given node from the tree.
|
ExtendedNode |
AbstractParentNode.ChildNodes.replace(ExtendedNode n,
ExtendedNode o)
Replaces a node in the tree by an other.
|
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.