All Classes Interface Summary Class Summary Exception Summary Error Summary
| Class |
Description |
| AbstractLexicalHandler |
|
| AfterPattern |
|
| Annotations<E extends ParsedElementAnnotation,L extends Location,CL extends CommentList<L>> |
Includes attributes and child elements before any RELAX NG element.
|
| AnyNameExceptNameClass |
|
| AttributePattern |
|
| Base |
|
| BinaryPattern |
|
| BuildException |
Signals an error while building schemas.
|
| BuiltinDatatypeLibrary |
|
| BuiltinDatatypeLibraryFactory |
DatatypeLibraryFactory for
RELAX NG Built-in datatype library and compatibility datatype library.
|
| CachedDatatypeLibraryFactory |
|
| CascadingDatatypeLibraryFactory |
|
| CheckingSchemaBuilder |
Wraps a SchemaBuilder and does all the semantic checks
required by the RELAX NG spec.
|
| ChildElementFinder |
Visits a pattern and creates a list of possible child elements.
|
| ChildElementFinder.Element |
Represents a child element.
|
| ChoiceNameClass |
|
| ChoicePattern |
|
| CommentList<L extends Location> |
|
| CompactParseable |
RELAX NG schema in the compact syntax.
|
| CompactSyntax |
|
| CompactSyntaxConstants |
Token literal values and constants.
|
| CompactSyntaxTokenManager |
Token Manager.
|
| Context |
Provides contextual information.
|
| DAnnotation |
Annotation.
|
| DAnnotation.Attribute |
Attribute.
|
| DataExceptPattern |
|
| DataPattern |
|
| DataPatternBuilder<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>> |
|
| DAttributePattern |
|
| DChoicePattern |
<choice> pattern.
|
| DContainerPattern |
A pattern that can contain other patterns.
|
| DDataPattern |
|
| DDefine |
|
| DElementPattern |
|
| DEmptyPattern |
|
| DGrammarPattern |
<grammar> pattern, which is a collection of named patterns.
|
| DGroupPattern |
|
| DInterleavePattern |
|
| Div<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>> |
|
| DivHost |
|
| DListPattern |
|
| DMixedPattern |
|
| DNotAllowedPattern |
|
| DOneOrMorePattern |
|
| DoNothingDatatypeLibraryFactoryImpl |
DatatypeLibraryFactory implementation
that returns a dummy Datatype.
|
| DOptionalPattern |
|
| DPattern |
Base class of all the patterns.
|
| DPatternVisitor<V> |
|
| DPatternWalker |
|
| DRefPattern |
|
| DSchemaBuilderImpl |
|
| DtdContext |
|
| DTextPattern |
|
| DUnaryPattern |
|
| DValuePattern |
|
| DXMLPrinter |
Printer of RELAX NG digested model to XML using StAX XMLStreamWriter.
|
| DXmlTokenPattern |
|
| DZeroOrMorePattern |
|
| ElementAnnotationBuilder<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>> |
Used to build foreign element annotations.
|
| ElementPattern |
|
| EmptyPattern |
|
| EncodingMap |
|
| EOFException |
|
| ErrorPattern |
|
| Grammar<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>> |
Scope for <grammar> element that serves as a container
of <define>s.
|
| GrammarHost |
Wraps Grammar and provides error checking.
|
| GrammarSection<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>> |
The container that can have <define> elements.
|
| GrammarSection.Combine |
|
| GrammarSectionHost |
|
| GroupPattern |
|
| IllegalSchemaException |
Signals a violation of the RELAX NG spec.
|
| Include<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>> |
|
| IncludedGrammar<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>> |
Scope for <grammar> element of the <include>d grammar.
|
| IncludeHost |
|
| InterleavePattern |
|
| JavaCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (with java-like unicode escape processing).
|
| JAXPXMLReaderCreator |
|
| ListPattern |
|
| Localizer |
Localizes messages.
|
| Location |
|
| LocatorImpl |
Locator implementation with Location marker.
|
| Main |
|
| NameClass |
Name class is a set of QNames.
|
| NameClassBuilder<N extends ParsedNameClass,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>> |
|
| NameClassBuilderImpl<E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>> |
|
| NameClassVisitor<V> |
Visitor pattern over NameClass and its subclasses.
|
| NameClassWalker |
|
| Naming |
|
| NotAllowedPattern |
|
| NsNameClass |
|
| NsNameExceptNameClass |
|
| OneOrMorePattern |
|
| Parseable |
An input that can be turned into a RELAX NG pattern.
|
| ParsedElementAnnotation |
|
| ParsedNameClass |
|
| ParsedPattern |
|
| ParsedPatternHost |
|
| ParseException |
This exception is thrown when parse errors are encountered.
|
| Pattern |
|
| PatternBuilder |
|
| PatternFunction |
|
| PatternVisitor |
|
| PatternWalker |
Walks the pattern tree.
|
| RefPattern |
|
| SAXParseable |
RELAX NG schema in the XML syntax.
|
| SchemaBuilder<N extends ParsedNameClass,P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>> |
|
| SchemaBuilderHost |
|
| SchemaBuilderImpl |
|
| SchemaPatternBuilder |
|
| Scope<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>> |
|
| ScopeHost |
|
| SimpleNameClass |
|
| TextPattern |
|
| Token |
Describes the input token stream.
|
| TokenMgrError |
Token Manager Error.
|
| UCode_UCodeESC_CharStream |
An implementation of interface CharStream, where the stream is assumed to
contain 16-bit unicode characters.
|
| Uri |
|
| Utf16 |
|
| ValuePattern |
|
| WellKnownNamespaces |
|
| XmlBaseHandler |
|
| XMLReaderCreator |
A factory for XMLReaders.
|