Package com.helger.xml.microdom
-
Interface Summary Interface Description IHasAttributeValue Base interface for an attribute value provider.IHasMicroNodeRepresentation Interface for object that have a representation asIMicroNodeIMicroAttribute 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 Summary 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 theIMicroAttributeinterface.MicroCDATA Default implementation of theIMicroCDATAinterface.MicroComment Default implementation of theIMicroCommentinterface.MicroContainer Default implementation of theIMicroContainerinterface.MicroDocument Default implementation of theIMicroDocumentinterface.MicroDocumentType Default implementation of theIMicroDocumentTypeinterface.MicroElement Default implementation of theIMicroElementinterface.MicroEntityReference Default implementation of theIMicroEntityReferenceinterface.MicroEvent Default implementation of theIMicroEventinterface.MicroProcessingInstruction Default implementation of theIMicroProcessingInstructioninterface.MicroQName Represents a simple qualified name.MicroText Default implementation of theIMicroTextinterface. -
Enum Summary Enum Description EMicroEvent All available micro DOM events.EMicroNodeType Denotes the type ofIMicroNodeobjects. -
Exception Summary Exception Description MicroException Special MicroDOM exception.