xml.parser.javacc
Class XmlDocument.Comment

java.lang.Object
  extended by xml.parser.javacc.XmlDocument.XmlElement
      extended by xml.parser.javacc.XmlDocument.Comment
All Implemented Interfaces:
sidekick.util.SideKickElement
Enclosing class:
XmlDocument

public static class XmlDocument.Comment
extends XmlDocument.XmlElement

HTML comments. These are not displayed in HtmlSideKick -- at least, not currently. It might be an option later on.


Field Summary
 java.lang.String comment
           
 
Constructor Summary
XmlDocument.Comment(java.lang.String c)
           
 
Method Summary
 void accept(XmlVisitor v)
           
 int getLength()
           
 java.lang.String toString()
           
 
Methods inherited from class xml.parser.javacc.XmlDocument.XmlElement
equals, getEndLocation, getEndPosition, getStartLocation, getStartPosition, setEndLocation, setEndLocation, setEndPosition, setStartLocation, setStartLocation, setStartPosition, toLongString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

comment

public java.lang.String comment
Constructor Detail

XmlDocument.Comment

public XmlDocument.Comment(java.lang.String c)
Method Detail

accept

public void accept(XmlVisitor v)
Specified by:
accept in class XmlDocument.XmlElement

getLength

public int getLength()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object