|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.apache.xerces.domx.XGrammarWriter.OutputFormat
Output format enumeration.
Field Summary | |
static XGrammarWriter.OutputFormat |
DTD
Output format: DTD. |
static XGrammarWriter.OutputFormat |
XML_SCHEMA
Output format: XML Schema. |
Method Summary | |
boolean |
equals(Object object)
Returns true if the objects are equal. |
int |
getValue()
Returns the value. |
int |
hashCode()
Returns the hash code. |
String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final XGrammarWriter.OutputFormat DTD
public static final XGrammarWriter.OutputFormat XML_SCHEMA
Method Detail |
public int getValue()
public int hashCode()
hashCode
in class Object
public boolean equals(Object object)
equals
in class Object
public String toString()
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |