org.apache.xerces.xni.grammars |
|
Java Source File Name | Type | Comment |
Grammar.java | Interface | A generic grammar for use in validating XML documents. |
XMLDTDDescription.java | Interface | All information specific to DTD grammars. |
XMLGrammarDescription.java | Interface | This interface describes basic attributes of XML grammars--their
physical location and their type. |
XMLGrammarLoader.java | Interface | The intention of this interface is to provide a generic means
by which Grammar objects may be created without parsing instance
documents. |
XMLGrammarPool.java | Interface | This interface specifies how the parser and the application
interact with respect to Grammar objects that the application
possesses--either by having precompiled them or by having stored them
from a previous validation of an instance document. |
XMLSchemaDescription.java | Interface | All information specific to XML Schema grammars. |
XSGrammar.java | Interface | Representing a schema grammar. |