BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.apache.xerces.xni.grammars
Interface XMLGrammarDescription

All Superinterfaces:
XMLResourceIdentifier
All Known Implementing Classes:
XMLDTDDescription, XSDDescription

public interface XMLGrammarDescription
extends XMLResourceIdentifier


Field Summary
static String XML_DTD
           
static String XML_SCHEMA
           
 
Method Summary
 String getGrammarType()
           
 
Methods inherited from interface weblogic.apache.xerces.xni.XMLResourceIdentifier
getBaseSystemId, getExpandedSystemId, getLiteralSystemId, getPublicId
 

Field Detail

XML_DTD

public static final String XML_DTD
See Also:
Constant Field Values

XML_SCHEMA

public static final String XML_SCHEMA
See Also:
Constant Field Values
Method Detail

getGrammarType

public String getGrammarType()

Documentation is available at
http://e-docs.bea.com/wls/docs91
Copyright 2005 BEA Systems Inc.