| Package | Description |
|---|---|
| com.phloc.commons.microdom | |
| com.phloc.commons.microdom.impl |
| Modifier and Type | Method and Description |
|---|---|
IMicroComment |
IMicroNode.appendComment(char[] aChars)
Append a comment node to this node.
|
IMicroComment |
IMicroNode.appendComment(char[] aChars,
int nOfs,
int nLen)
Append a comment node to this node.
|
IMicroComment |
IMicroNode.appendComment(CharSequence sText)
Append a comment node to this node.
|
IMicroComment |
IMicroNode.appendCommentWithConversion(Object aValue)
Append a comment node to this node.
|
IMicroComment |
IMicroComment.getClone() |
| Modifier and Type | Class and Description |
|---|---|
class |
MicroComment
Default implementation of the
IMicroComment interface. |
| Modifier and Type | Method and Description |
|---|---|
IMicroComment |
AbstractMicroNode.appendComment(char[] aChars) |
IMicroComment |
AbstractMicroNode.appendComment(char[] aChars,
int nOfs,
int nLen) |
IMicroComment |
AbstractMicroNode.appendComment(CharSequence sText) |
IMicroComment |
AbstractMicroNode.appendCommentWithConversion(Object aValue) |
IMicroComment |
MicroComment.getClone() |
Copyright © 2006–2015 phloc systems. All rights reserved.