org.apache.xerces.domx
Class XGrammarWriter.OutputFormat
java.lang.Object
|
+--org.apache.xerces.domx.XGrammarWriter.OutputFormat
- Enclosing class:
- XGrammarWriter
- public static final class XGrammarWriter.OutputFormat
- extends java.lang.Object
Output format enumeration.
Method Summary |
boolean |
equals(java.lang.Object object)
Returns true if the objects are equal. |
int |
getValue()
Returns the value. |
int |
hashCode()
Returns the hash code. |
java.lang.String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
DTD
public static final XGrammarWriter.OutputFormat DTD
- Output format: DTD.
XML_SCHEMA
public static final XGrammarWriter.OutputFormat XML_SCHEMA
- Output format: XML Schema.
getValue
public int getValue()
- Returns the value.
hashCode
public int hashCode()
- Returns the hash code.
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object object)
- Returns true if the objects are equal.
- Overrides:
equals
in class java.lang.Object
toString
public java.lang.String toString()
- Returns a string representation of this object.
- Overrides:
toString
in class java.lang.Object
Copyright © 1999-2001 Apache XML Project. All Rights Reserved.