xml.parser.javacc
Class XmlDocument.TagBlock
java.lang.Object
xml.parser.javacc.XmlDocument.XmlElement
xml.parser.javacc.XmlDocument.TagBlock
- All Implemented Interfaces:
- sidekick.util.SideKickElement
- Enclosing class:
- XmlDocument
public static class XmlDocument.TagBlock
- extends XmlDocument.XmlElement
A tag block is a composite structure consisting of a start tag
a sequence of HTML elements, and a matching end tag.
| Methods inherited from class xml.parser.javacc.XmlDocument.XmlElement |
equals, getEndLocation, getEndPosition, getStartLocation, getStartPosition, setEndLocation, setEndLocation, setEndPosition, setStartLocation, setStartLocation, setStartPosition |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
startTag
public XmlDocument.Tag startTag
endTag
public XmlDocument.EndTag endTag
body
public XmlDocument.ElementSequence body
XmlDocument.TagBlock
public XmlDocument.TagBlock(XmlDocument.Tag t,
XmlDocument.ElementSequence b,
XmlDocument.EndTag et)
XmlDocument.TagBlock
public XmlDocument.TagBlock(java.lang.String name,
XmlDocument.AttributeList aList,
XmlDocument.ElementSequence b)
accept
public void accept(XmlVisitor v)
- Specified by:
accept in class XmlDocument.XmlElement
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
toLongString
public java.lang.String toLongString()
- Overrides:
toLongString in class XmlDocument.XmlElement