Uses of Class
com.helger.xml.microdom.AbstractMicroNode
-
Packages that use AbstractMicroNode Package Description com.helger.xml.microdom -
-
Uses of AbstractMicroNode in com.helger.xml.microdom
Subclasses of AbstractMicroNode in com.helger.xml.microdom Modifier and Type Class Description classAbstractMicroNodeWithChildrenBasic implementation class for the micro document object model.classMicroCDATADefault implementation of theIMicroCDATAinterface.classMicroCommentDefault implementation of theIMicroCommentinterface.classMicroContainerDefault implementation of theIMicroContainerinterface.classMicroDocumentDefault implementation of theIMicroDocumentinterface.classMicroDocumentTypeDefault implementation of theIMicroDocumentTypeinterface.classMicroElementDefault implementation of theIMicroElementinterface.classMicroEntityReferenceDefault implementation of theIMicroEntityReferenceinterface.classMicroProcessingInstructionDefault implementation of theIMicroProcessingInstructioninterface.classMicroTextDefault implementation of theIMicroTextinterface.Methods in com.helger.xml.microdom with parameters of type AbstractMicroNode Modifier and Type Method Description protected 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 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 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 voidAbstractMicroNodeWithChildren. onInsertBefore(AbstractMicroNode aChildNode, IMicroNode aSuccessor)
-