Top Interfaces
module java.xml

Package com.sun.org.apache.xerces.internal.xni.grammars


Interface Summary

Modifier and TypeInterface and Description
public interface
Grammar

A generic grammar for use in validating XML documents.

public interface
XMLDTDDescription

All information specific to DTD grammars.

public interface
XMLGrammarDescription

This interface describes basic attributes of XML grammars--their physical location and their type.

public interface
XMLGrammarLoader

The intention of this interface is to provide a generic means by which Grammar objects may be created without parsing instance documents.

public interface
XMLGrammarPool

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.

public interface
XMLSchemaDescription

All information specific to XML Schema grammars.

public interface
XSGrammar

Representing a schema grammar.