public interface XMLGrammarDescription extends XMLResourceIdentifier
This interface describes basic attributes of XML grammars--their physical location and their type.
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | XML_DTDThe grammar type constant for DTD grammars. | 
| static java.lang.String | XML_SCHEMAThe grammar type constant for XML Schema grammars. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getGrammarType()Return the type of this grammar. | 
getBaseSystemId, getExpandedSystemId, getLiteralSystemId, getNamespace, getPublicId, setBaseSystemId, setExpandedSystemId, setLiteralSystemId, setNamespace, setPublicIdstatic final java.lang.String XML_SCHEMA
static final java.lang.String XML_DTD
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.