|
Interface Summary |
| IAttributeContainerNode |
Common interface for all nodes in attoDOM trees that
can serve as attribute containers. |
| ICDATASection |
Common interface for CDATA Section nodes in attoDOM trees. |
| IComment |
Common interface for Comment nodes in attoDOM trees. |
| IDocType |
Common interface for DOCTYPE clauses attoDOM trees. |
| IDocument |
Common interface for attoDOM documents. |
| IDOMWriter |
Common interface for objects able of writing an attoDOM tree
as markup to the specified output. |
| IElement |
Common interface for all element nodes in attoDOM trees. |
| INamedNode |
Common interface for all nodes in attoDOM trees that
have a name. |
| INestableNode |
Common interface for all nodes in attoDOM trees that
can have children nodes. |
| INode |
Base interface for all nodes in attoDOM trees. |
| IProcessingInstruction |
Common interface for Processing Instructions in attoDOM trees. |
| IText |
Common interface for Text nodes in attoDOM trees. |
| IXmlDeclaration |
Common interface for XML Declarations in attoDOM trees. |