Package java_cup.runtime
Class XMLElement
- java.lang.Object
-
- java_cup.runtime.XMLElement
-
- Direct Known Subclasses:
XMLElement.Error,XMLElement.NonTerminal,XMLElement.Terminal
public abstract class XMLElement extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classXMLElement.Errorstatic classXMLElement.NonTerminalstatic classXMLElement.Terminal
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringtagname
-
Constructor Summary
Constructors Constructor Description XMLElement()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static voiddump(ScannerBuffer buffer, javax.xml.stream.XMLStreamWriter writer, XMLElement elem, java.lang.String... blacklist)protected abstract voiddump(javax.xml.stream.XMLStreamWriter writer)static voiddump(javax.xml.stream.XMLStreamWriter writer, XMLElement elem, java.lang.String... blacklist)abstract ComplexSymbolFactory.Locationleft()abstract ComplexSymbolFactory.Locationright()abstract java.util.List<XMLElement>selectById(java.lang.String s)
-
-
-
Method Detail
-
selectById
public abstract java.util.List<XMLElement> selectById(java.lang.String s)
-
dump
public static void dump(javax.xml.stream.XMLStreamWriter writer, XMLElement elem, java.lang.String... blacklist) throws javax.xml.stream.XMLStreamException- Throws:
javax.xml.stream.XMLStreamException
-
dump
public static void dump(ScannerBuffer buffer, javax.xml.stream.XMLStreamWriter writer, XMLElement elem, java.lang.String... blacklist) throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
-
right
public abstract ComplexSymbolFactory.Location right()
-
left
public abstract ComplexSymbolFactory.Location left()
-
dump
protected abstract void dump(javax.xml.stream.XMLStreamWriter writer) throws javax.xml.stream.XMLStreamException- Throws:
javax.xml.stream.XMLStreamException
-
-