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 class
static class
static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
dump
(ScannerBuffer buffer, XMLStreamWriter writer, XMLElement elem, String... blacklist) protected abstract void
dump
(XMLStreamWriter writer) static void
dump
(XMLStreamWriter writer, XMLElement elem, String... blacklist) abstract ComplexSymbolFactory.Location
left()
abstract ComplexSymbolFactory.Location
right()
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
-