Uses of Interface
com.helger.xml.microdom.IMicroText
-
Packages that use IMicroText Package Description com.helger.xml.microdom -
-
Uses of IMicroText in com.helger.xml.microdom
Classes in com.helger.xml.microdom that implement IMicroText Modifier and Type Class Description classMicroTextDefault implementation of theIMicroTextinterface.Methods in com.helger.xml.microdom that return IMicroText Modifier and Type Method Description default IMicroTextIMicroNode. appendIgnorableWhitespaceText(char[] aChars)Append a text node which is ignorable whitespace content to this node.default IMicroTextIMicroNode. appendIgnorableWhitespaceText(char[] aChars, int nOfs, int nLen)Append a text node which is ignorable whitespace content to this node.default IMicroTextIMicroNode. appendIgnorableWhitespaceText(CharSequence sText)Append a text node which is ignorable whitespace content to this node.default IMicroTextIMicroNode. appendText(char[] aChars)Append a text node to this node.default IMicroTextIMicroNode. appendText(char[] aChars, int nOfs, int nLen)Append a text node to this node.default IMicroTextIMicroNode. appendText(CharSequence sText)Append a text node to this node.default IMicroTextIMicroNode. appendTextWithConversion(Object aValue)Append a text node to this node.IMicroTextIMicroText. getClone()IMicroTextMicroText. getClone()
-