|
||||||||||
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 String |
XML_DTD
The grammar type constant for DTD grammars. |
static String |
XML_SCHEMA
The grammar type constant for XML Schema grammars. |
Method Summary | |
---|---|
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 String XML_SCHEMA
static final String XML_DTD
Method Detail |
---|
String getGrammarType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |