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.
|
setParent
addChild, createItem, createNameItem, endElement, error, getElementName, getLocation, getParent, hasData, hasElement, setElementName, setFilename, setLine, toProduction
public NameClassPattern getNameChild()
public void addNameChild(NameClassPattern child) throws RelaxException
addNameChild
in class Pattern
RelaxException
public java.lang.String getTagName()
getTagName
in class Pattern
public java.lang.String toString()
toString
in class java.lang.Object