|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eigenbase.xom.TextDef
org.eigenbase.xom.CommentDef
public class CommentDef
todo:
Field Summary |
---|
Fields inherited from class org.eigenbase.xom.TextDef |
---|
asIs, s |
Constructor Summary | |
---|---|
CommentDef()
|
|
CommentDef(DOMWrapper _def)
|
|
CommentDef(java.lang.String s)
|
Method Summary | |
---|---|
void |
display(java.io.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. |
Methods inherited from class org.eigenbase.xom.TextDef |
---|
getChildren, getLocation, getName, getText, getWrapper |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommentDef()
public CommentDef(java.lang.String s)
public CommentDef(DOMWrapper _def) throws XOMException
XOMException
Method Detail |
---|
public int getType()
NodeDef
DOMWrapper.getType()
.
getType
in interface NodeDef
getType
in class TextDef
public void display(java.io.PrintWriter pw, int indent)
NodeDef
display
in interface NodeDef
display
in class TextDef
pw
- the PrintWriter to which to write this NodeDef.indent
- the indentation level for the printout.public void displayXML(XMLOutput out, int indent)
NodeDef
displayXML
in interface NodeDef
displayXML
in class TextDef
out
- the XMLOutput class to display the XML
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |