Uses of Interface
com.helger.xml.microdom.IMicroNodeWithChildren
-
Packages that use IMicroNodeWithChildren Package Description com.helger.xml.microdom -
-
Uses of IMicroNodeWithChildren in com.helger.xml.microdom
Subinterfaces of IMicroNodeWithChildren in com.helger.xml.microdom Modifier and Type Interface Description interfaceIMicroContainerThis interface is just a hull for a node that has no properties itself but contains children.interfaceIMicroDocumentRepresents a complete document.interfaceIMicroElementRepresents a single element (=tag) of a document.Classes in com.helger.xml.microdom that implement IMicroNodeWithChildren Modifier and Type Class Description classAbstractMicroNodeWithChildrenBasic implementation class for the micro document object model.classMicroContainerDefault implementation of theIMicroContainerinterface.classMicroDocumentDefault implementation of theIMicroDocumentinterface.classMicroElementDefault implementation of theIMicroElementinterface.Methods in com.helger.xml.microdom that return IMicroNodeWithChildren Modifier and Type Method Description IMicroNodeWithChildrenIMicroNodeWithChildren. getClone()
-