| Interface | Description |
|---|---|
| IHasAttributeValue |
Base interface for an attribute value provider.
|
| IHasMicroNodeRepresentation |
Interface for object that have a representation as
IMicroNode |
| IMicroAttribute |
Represents a single attribute within an element (=tag).
|
| IMicroAttributeContainer<IMPLTYPE extends IMicroAttributeContainer<IMPLTYPE>> |
Interface for objects having attributes.
|
| 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.
|
| IMicroQName |
Represents a simple qualified name.
|
| IMicroText |
Represents a text node.
|
| Class | Description |
|---|---|
| AbstractMicroNode |
This is an abstract base class for the micro document object model.
|
| AbstractMicroNodeWithChildren |
Basic implementation class for the micro document object model.
|
| MicroAttribute |
Default implementation of the
IMicroAttribute interface. |
| MicroCDATA |
Default implementation of the
IMicroCDATA interface. |
| MicroComment |
Default implementation of the
IMicroComment interface. |
| MicroContainer |
Default implementation of the
IMicroContainer interface. |
| MicroDocument |
Default implementation of the
IMicroDocument interface. |
| MicroDocumentType |
Default implementation of the
IMicroDocumentType interface. |
| MicroElement |
Default implementation of the
IMicroElement interface. |
| MicroEntityReference |
Default implementation of the
IMicroEntityReference interface. |
| MicroEvent |
Default implementation of the
IMicroEvent interface. |
| MicroProcessingInstruction |
Default implementation of the
IMicroProcessingInstruction interface. |
| MicroQName |
Represents a simple qualified name.
|
| MicroText |
Default implementation of the
IMicroText interface. |
| Enum | Description |
|---|---|
| EMicroEvent |
All available micro DOM events.
|
| EMicroNodeType |
Denotes the type of
IMicroNode objects. |
| Exception | Description |
|---|---|
| MicroException |
Special MicroDOM exception.
|
Copyright © 2014–2019 Philip Helger. All rights reserved.