public class ExcludeNamePattern extends NameClassPattern
L| Constructor and Description |
|---|
ExcludeNamePattern()
Creates a new choice pattern.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addNameChild(NameClassPattern child)
Adds an element.
|
boolean |
equals(java.lang.Object o) |
NameClassPattern |
getNameChild()
Returns the child.
|
java.lang.String |
getTagName()
Returns the Relax schema name.
|
java.lang.String |
toString()
Debugging.
|
setParentaddChild, createItem, createNameItem, endElement, error, getElementName, getLocation, getParent, hasData, hasElement, setElementName, setFilename, setLine, toProductionpublic NameClassPattern getNameChild()
public void addNameChild(NameClassPattern child) throws RelaxException
addNameChild in class PatternRelaxExceptionpublic java.lang.String getTagName()
getTagName in class Patternpublic java.lang.String toString()
toString in class java.lang.Object