Uses of Class
java_cup.runtime.XMLElement
-
Packages that use XMLElement Package Description java_cup.runtime -
-
Uses of XMLElement in java_cup.runtime
Subclasses of XMLElement in java_cup.runtime Modifier and Type Class Description static class
XMLElement.Error
static class
XMLElement.NonTerminal
static class
XMLElement.Terminal
Methods in java_cup.runtime that return types with arguments of type XMLElement Modifier and Type Method Description java.util.List<XMLElement>
XMLElement.Error. selectById(java.lang.String s)
java.util.List<XMLElement>
XMLElement.NonTerminal. selectById(java.lang.String s)
abstract java.util.List<XMLElement>
XMLElement. selectById(java.lang.String s)
java.util.List<XMLElement>
XMLElement.Terminal. selectById(java.lang.String s)
Methods in java_cup.runtime with parameters of type XMLElement Modifier and Type Method Description static void
XMLElement. dump(ScannerBuffer buffer, javax.xml.stream.XMLStreamWriter writer, XMLElement elem, java.lang.String... blacklist)
static void
XMLElement. dump(javax.xml.stream.XMLStreamWriter writer, XMLElement elem, java.lang.String... blacklist)
Constructors in java_cup.runtime with parameters of type XMLElement Constructor Description NonTerminal(java.lang.String tagname, int variant, XMLElement... l)
-