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.
|
setParentaddChild, addNameChild, createItem, endElement, error, getElementName, getLocation, getParent, hasData, hasElement, setElementName, setFilename, setLinepublic NamePattern(QName name)
public java.lang.String getTagName()
getTagName in class Patternpublic NameClassItem createNameItem() throws RelaxException
createNameItem in class PatternRelaxExceptionpublic java.lang.String toProduction()
toProduction in class Patternpublic java.lang.String toString()
toString in class java.lang.Object