|
Class Summary |
| AttlistDecl |
AttlistDecl represents an XML ATTLIST declaration. |
| Attribute |
Attribute represents an XML attribute. |
| Attributes |
Attributes is an enumeration over a collection of attributes. |
| CData |
CData represents an XML CData section. |
| CharacterData |
CharacterData. |
| Child |
Child is the abstract root of all nodes that have a parent,
and includes method for adding/inserting siblings |
| Children |
Children is an enumeration over a collection of child nodes. |
| Comment |
Comment represents an XML comment. |
| DocType |
DocType represents an XML DOCTYPE declaration. |
| Document |
Document represents an XML document, and includes methods for
parsing XML and accessing a document's root. |
| Element |
Element represents an XML element, and includes methods for
manipulating attributes and child nodes. |
| ElementDecl |
ElementDecl represents an XML ELEMENT declaration. |
| Elements |
Elements is an enumeration over a collection of elements. |
| EntityDecl |
EntityDecl represents an XML ENTITY declaration. |
| Fragment |
Fragment. |
| Implementation |
Implementation. |
| Instruction |
Instruction represents an XML processing instruction. |
| Node |
Node is a Node in a doubly-linked list. |
| NodeList |
NodeList is a doubly-linked list of Nodes, and includes methods for
adding, replacing and removing nodes. |
| NodeReader |
NodeReader. |
| Nodes |
Nodes is an enumeration over a collection of nodes. |
| NodeWriter |
NodeWriter. |
| NotationDecl |
NotationDecl represents an XML NOTATION declaration. |
| Parent |
Parent is the abstract root of all nodes that can have children,
and includes methods for adding and accessing child nodes. |
| Selection |
Selection represents a node that was selected by an XPath
operation. |
| Text |
Text represents a piece of XML text. |
| XPath |
XPath provides a set of methods for selecting nodes from
an element based on an XPath. |