| IHCConversionSettings |
Settings interface that is used to convert HC* nodes to micro nodes, to plain
text and for consistency checks.
|
| IHCConversionSettingsToNode |
Settings interface that is used to convert HC* nodes to micro nodes.
|
| IHCCustomizer |
A special customization interface, that lets you modify existing elements
before they are assembled and emitted in the HTML code.
|
| IHCHasChildrenMutable<IMPLTYPE extends IHCHasChildrenMutable<IMPLTYPE,CHILDTYPE>,CHILDTYPE extends IHCNode> |
Base interface for HC nodes that have mutable children.
|
| IHCHasID<IMPLTYPE extends IHCHasID<IMPLTYPE>> |
Special interface for HC elements having an optional ID
|
| IHCHasName<IMPLTYPE extends IHCHasName<IMPLTYPE>> |
Base interface for a node having a name
|
| IHCIteratorCallback |
Callback interface to be used when iterating an HC tree.
|
| IHCIteratorNonBreakableCallback |
Callback interface to be used when iterating an HC tree.
|
| IHCNode |
Base interface for a main HC node.
TODO get rid of Serializable
|
| IHCNodeList<IMPLTYPE extends IHCNodeList<IMPLTYPE>> |
Marker interface for node lists
|
| IHCNodeWithChildren<IMPLTYPE extends IHCNodeWithChildren<IMPLTYPE>> |
Special node interface for objects containing other objects
|
| IHCTextNode<IMPLTYPE extends IHCTextNode<IMPLTYPE>> |
This class represents a text node.
|
| IHCWrappingNode |
Interface for nodes that wrap other nodes (e.g. conditional comment)
|