IAttribute |
Interface for HTML attributes.
|
IAttributes |
Interface for a series of HTML attributes.
|
IAttributesContainer |
Interface for classes that can get and set attributes.
|
ICustomElementNode |
Interface that serves as a marker indicating that this particular
IElementNode is something non-standard.
|
IDataNode |
Interface for data nodes.
|
IDocumentNode |
Interface implemented by classes that are a top node,
and as such represent a Document.
|
IDocumentTypeNode |
Interface for the document type node.
|
IElementNode |
Interface for node classes that have a parent and children, and for which
styles can be defined; each of these nodes can also have a name and attributes.
|
INameContainer |
Interface for classes that can return their name.
|
INode |
Interface for classes that describe a Node with a parent and children.
|
IStylesContainer |
Interface for classes that can get and set styles.
|
ITextNode |
Interface for text nodes.
|
IXmlDeclarationNode |
Interface for node classes that have a parent and children, name and attributes.
|