XMLResourceIdentifier
XMLDTDDescription
, XMLSchemaDescription
public interface XMLGrammarDescription extends XMLResourceIdentifier
This interface describes basic attributes of XML grammars--their physical location and their type.
Modifier and Type | Field | Description |
---|---|---|
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.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getGrammarType() |
Return the type of this grammar.
|
getBaseSystemId, getExpandedSystemId, getLiteralSystemId, getNamespace, getPublicId, setBaseSystemId, setExpandedSystemId, setLiteralSystemId, setNamespace, setPublicId
static final java.lang.String XML_SCHEMA
static final java.lang.String XML_DTD
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.