| Package | Description |
|---|---|
| com.helger.xml.microdom |
| Modifier and Type | Class and Description |
|---|---|
class |
MicroText
Default implementation of the
IMicroText interface. |
| Modifier and Type | Method and Description |
|---|---|
default IMicroText |
IMicroNode.appendIgnorableWhitespaceText(char[] aChars)
Append a text node which is ignorable whitespace content to this node.
|
default IMicroText |
IMicroNode.appendIgnorableWhitespaceText(char[] aChars,
int nOfs,
int nLen)
Append a text node which is ignorable whitespace content to this node.
|
default IMicroText |
IMicroNode.appendIgnorableWhitespaceText(CharSequence sText)
Append a text node which is ignorable whitespace content to this node.
|
default IMicroText |
IMicroNode.appendText(char[] aChars)
Append a text node to this node.
|
default IMicroText |
IMicroNode.appendText(char[] aChars,
int nOfs,
int nLen)
Append a text node to this node.
|
default IMicroText |
IMicroNode.appendText(CharSequence sText)
Append a text node to this node.
|
default IMicroText |
IMicroNode.appendTextWithConversion(Object aValue)
Append a text node to this node.
|
IMicroText |
IMicroText.getClone() |
IMicroText |
MicroText.getClone() |
Copyright © 2014–2020 Philip Helger. All rights reserved.