| Interface | Description |
|---|---|
| IHasAttributeValue |
Base interface for an attribute value provider.
|
| IHasElementName |
Base interface for objects having an element name
|
| IHasMicroNodeRepresentation |
Interface for object that have a representation as
IMicroNode |
| IMicroCDATA |
Represents a CDATA node.
|
| IMicroComment |
Represents a comment node.
|
| IMicroContainer |
This interface is just a hull for a node that has no properties itself but
contains children.
|
| IMicroDataAware |
This is a helper interface that allows for setting character data.
|
| IMicroDocument |
Represents a complete document.
|
| IMicroDocumentType |
Represents the document type of a document.
|
| IMicroElement |
Represents a single element (=tag) of a document.
|
| IMicroEntityReference |
Represents the reference to an entity.
|
| IMicroEvent |
MicroDOM internal event.
|
| IMicroEventTarget |
Interface for MicroDOM event handlers.
|
| IMicroNode |
This is the base interface for all kind of nodes in the micro document object
model.
|
| IMicroNodeWithChildren |
A special marker interface that is implemented by classes, that really
support having children!
|
| IMicroProcessingInstruction |
Represents a processing instruction.
|
| IMicroText |
Represents a text node.
|
| Enum | Description |
|---|---|
| EMicroEvent |
All available micro DOM events.
|
| EMicroNodeType |
Denotes the type of
IMicroNode objects. |
| Exception | Description |
|---|---|
| MicroException |
Special MicroDOM exception.
|
Copyright © 2006–2015 phloc systems. All rights reserved.