Uses of Interface
com.helger.xml.microdom.IMicroText
Packages that use IMicroText
-
Uses of IMicroText in com.helger.xml.microdom
Classes in com.helger.xml.microdom that implement IMicroTextMethods in com.helger.xml.microdom that return IMicroTextModifier and TypeMethodDescriptiondefault 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(boolean bValue) Append a text node 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(int nValue) Append a text node to this node.default IMicroTextIMicroNode.appendText(long nValue) 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.IMicroText.getClone()MicroText.getClone()