Uses of Class
com.helger.xml.microdom.AbstractMicroNode
Packages that use AbstractMicroNode
-
Uses of AbstractMicroNode in com.helger.xml.microdom
Subclasses of AbstractMicroNode in com.helger.xml.microdomModifier and TypeClassDescriptionclassBasic implementation class for the micro document object model.final classDefault implementation of theIMicroCDATAinterface.final classDefault implementation of theIMicroCommentinterface.final classDefault implementation of theIMicroContainerinterface.final classDefault implementation of theIMicroDocumentinterface.final classDefault implementation of theIMicroDocumentTypeinterface.final classDefault implementation of theIMicroElementinterface.final classDefault implementation of theIMicroEntityReferenceinterface.final classDefault implementation of theIMicroProcessingInstructioninterface.final classDefault implementation of theIMicroTextinterface.Methods in com.helger.xml.microdom with parameters of type AbstractMicroNodeModifier and TypeMethodDescriptionprotected voidAbstractMicroNode.onAppendChild(AbstractMicroNode aChildNode) Callback that is invoked once a child is to be appended.protected voidAbstractMicroNodeWithChildren.onAppendChild(AbstractMicroNode aChildNode) protected voidMicroDocument.onAppendChild(AbstractMicroNode aChildNode) protected voidAbstractMicroNode.onInsertAfter(AbstractMicroNode aChildNode, IMicroNode aPredecessor) Callback that is invoked once a child is to be inserted after another child.protected final voidAbstractMicroNodeWithChildren.onInsertAfter(AbstractMicroNode aChildNode, IMicroNode aPredecessor) protected voidAbstractMicroNode.onInsertAtIndex(int nIndex, AbstractMicroNode aChildNode) Callback that is invoked once a child is to be inserted at the specified index.protected final voidAbstractMicroNodeWithChildren.onInsertAtIndex(int nIndex, AbstractMicroNode aChildNode) protected voidAbstractMicroNode.onInsertBefore(AbstractMicroNode aChildNode, IMicroNode aSuccessor) Callback that is invoked once a child is to be inserted before another child.protected final voidAbstractMicroNodeWithChildren.onInsertBefore(AbstractMicroNode aChildNode, IMicroNode aSuccessor)