| Constructor and Description |
|---|
CommentDef() |
CommentDef(DOMWrapper _def) |
CommentDef(String s) |
| Modifier and Type | Method and Description |
|---|---|
void |
display(PrintWriter pw,
int indent)
Outputs this node to any PrintWriter,
in a formatted fashion with automatic indenting.
|
void |
displayXML(XMLOutput out,
int indent)
Outputs this element definition in XML to any XMLOutput.
|
int |
getType()
Returns the type of this element.
|
getChildren, getLocation, getName, getText, getWrapperpublic CommentDef()
public CommentDef(String s)
public CommentDef(DOMWrapper _def) throws XOMException
XOMExceptionpublic int getType()
NodeDefDOMWrapper.getType().public void display(PrintWriter pw, int indent)
NodeDefpublic void displayXML(XMLOutput out, int indent)
NodeDefdisplayXML in interface NodeDefdisplayXML in class TextDefout - the XMLOutput class to display the XMLCopyright © 2012–2020 Julian Hyde. All rights reserved.