|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.relaxng.pattern.Pattern
com.caucho.relaxng.pattern.EmptyPattern
public class EmptyPattern
Relax empty pattern
Field Summary |
---|
Fields inherited from class com.caucho.relaxng.pattern.Pattern |
---|
L |
Constructor Summary | |
---|---|
EmptyPattern()
Creates a new empty pattern. |
Method Summary | |
---|---|
Item |
createItem(GrammarPattern grammar)
Creates the program (somewhat bogus) |
boolean |
equals(java.lang.Object o)
|
java.lang.String |
toProduction()
Returns a string for the production. |
java.lang.String |
toString()
Debugging. |
Methods inherited from class com.caucho.relaxng.pattern.Pattern |
---|
addChild, addNameChild, createNameItem, endElement, error, getElementName, getLocation, getParent, getTagName, hasData, hasElement, setElementName, setFilename, setLine, setParent |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EmptyPattern()
Method Detail |
---|
public Item createItem(GrammarPattern grammar) throws RelaxException
createItem
in class Pattern
RelaxException
public java.lang.String toProduction()
toProduction
in class Pattern
public boolean equals(java.lang.Object o)
equals
in class Pattern
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |