Package java_cup.runtime
Class XMLElement
java.lang.Object
java_cup.runtime.XMLElement
- Direct Known Subclasses:
XMLElement.Error,XMLElement.NonTerminal,XMLElement.Terminal
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddump(ScannerBuffer buffer, XMLStreamWriter writer, XMLElement elem, String... blacklist) protected abstract voiddump(XMLStreamWriter writer) static voiddump(XMLStreamWriter writer, XMLElement elem, String... blacklist) abstract ComplexSymbolFactory.Locationleft()abstract ComplexSymbolFactory.Locationright()abstract List<XMLElement> selectById(String s)
-
Field Details
-
tagname
-
-
Constructor Details
-
XMLElement
public XMLElement()
-
-
Method Details
-
selectById
-
dump
public static void dump(XMLStreamWriter writer, XMLElement elem, String... blacklist) throws XMLStreamException - Throws:
XMLStreamException
-
dump
public static void dump(ScannerBuffer buffer, XMLStreamWriter writer, XMLElement elem, String... blacklist) throws XMLStreamException - Throws:
XMLStreamException
-
right
-
left
-
dump
- Throws:
XMLStreamException
-