Uses of Interface
com.helger.xml.microdom.IMicroComment
-
Packages that use IMicroComment Package Description com.helger.xml.microdom -
-
Uses of IMicroComment in com.helger.xml.microdom
Classes in com.helger.xml.microdom that implement IMicroComment Modifier and Type Class Description classMicroCommentDefault implementation of theIMicroCommentinterface.Methods in com.helger.xml.microdom that return IMicroComment Modifier and Type Method Description default IMicroCommentIMicroNode. appendComment(char[] aChars)Append a comment node to this node.default IMicroCommentIMicroNode. appendComment(char[] aChars, int nOfs, int nLen)Append a comment node to this node.default IMicroCommentIMicroNode. appendComment(CharSequence sText)Append a comment node to this node.default IMicroCommentIMicroNode. appendCommentWithConversion(Object aValue)Append a comment node to this node.IMicroCommentIMicroComment. getClone()IMicroCommentMicroComment. getClone()
-