public class NamePattern extends NameClassPattern
L
Constructor and Description |
---|
NamePattern(QName name)
Creates a new element pattern.
|
Modifier and Type | Method and Description |
---|---|
NameClassItem |
createNameItem()
Creates the program.
|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getTagName()
Returns the Relax schema name.
|
java.lang.String |
toProduction()
Returns a string for the production.
|
java.lang.String |
toString()
Debugging.
|
setParent
addChild, addNameChild, createItem, endElement, error, getElementName, getLocation, getParent, hasData, hasElement, setElementName, setFilename, setLine
public NamePattern(QName name)
public java.lang.String getTagName()
getTagName
in class Pattern
public NameClassItem createNameItem() throws RelaxException
createNameItem
in class Pattern
RelaxException
public java.lang.String toProduction()
toProduction
in class Pattern
public java.lang.String toString()
toString
in class java.lang.Object