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 String |
XML_DTD
The grammar type constant for DTD grammars.
|
static String |
XML_SCHEMA
The grammar type constant for XML Schema grammars.
|
Modifier and Type | Method and Description |
---|---|
String |
getGrammarType()
Return the type of this grammar.
|
getBaseSystemId, getExpandedSystemId, getLiteralSystemId, getNamespace, getPublicId, setBaseSystemId, setExpandedSystemId, setLiteralSystemId, setNamespace, setPublicId
static final String XML_SCHEMA
static final String XML_DTD
String getGrammarType()
Copyright © 2021 JBoss by Red Hat. All rights reserved.