|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XMLGrammarDescription
This interface describes basic attributes of XML grammars--their physical location and their type.
Field Summary | |
---|---|
static java.lang.String |
XML_DTD
The grammar type constant for DTD grammars. |
static java.lang.String |
XML_SCHEMA
The grammar type constant for XML Schema grammars. |
Method Summary | |
---|---|
java.lang.String |
getGrammarType()
Return the type of this grammar. |
Methods inherited from interface org.apache.xerces.xni.XMLResourceIdentifier |
---|
getBaseSystemId, getExpandedSystemId, getLiteralSystemId, getNamespace, getPublicId, setBaseSystemId, setExpandedSystemId, setLiteralSystemId, setNamespace, setPublicId |
Field Detail |
---|
static final java.lang.String XML_SCHEMA
static final java.lang.String XML_DTD
Method Detail |
---|
java.lang.String getGrammarType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |