Uses of Interface
com.sun.tools.rngom.ast.om.ParsedPattern
-
Packages that use ParsedPattern Package Description com.sun.tools.rngom.ast.builder com.sun.tools.rngom.ast.util Typical implementations of the ast.builder/ast.om packages.com.sun.tools.rngom.digested Another RELAX NG AST implementation that optimizes away inclusions and some other syntax sugars, while still retaining all the annotations, location information, and etc.com.sun.tools.rngom.parse com.sun.tools.rngom.parse.compact com.sun.tools.rngom.parse.xml -
-
Uses of ParsedPattern in com.sun.tools.rngom.ast.builder
Classes in com.sun.tools.rngom.ast.builder with type parameters of type ParsedPattern Modifier and Type Interface Description interfaceDataPatternBuilder<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>interfaceDiv<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>interfaceElementAnnotationBuilder<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.interfaceGrammar<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>interfaceGrammarSection<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.interfaceInclude<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>interfaceIncludedGrammar<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>interfaceSchemaBuilder<N extends ParsedNameClass,P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>interfaceScope<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>> -
Uses of ParsedPattern in com.sun.tools.rngom.ast.util
Methods in com.sun.tools.rngom.ast.util that return ParsedPattern Modifier and Type Method Description ParsedPatternCheckingSchemaBuilder. expandPattern(ParsedPattern p)Methods in com.sun.tools.rngom.ast.util with parameters of type ParsedPattern Modifier and Type Method Description ParsedPatternCheckingSchemaBuilder. expandPattern(ParsedPattern p) -
Uses of ParsedPattern in com.sun.tools.rngom.digested
Classes in com.sun.tools.rngom.digested that implement ParsedPattern Modifier and Type Class Description classDAttributePatternclassDChoicePattern<choice>pattern.classDContainerPatternA pattern that can contain other patterns.classDDataPatternclassDElementPatternclassDEmptyPatternclassDGrammarPattern<grammar>pattern, which is a collection of named patterns.classDGroupPatternclassDInterleavePatternclassDListPatternclassDMixedPatternclassDNotAllowedPatternclassDOneOrMorePatternclassDOptionalPatternclassDPatternBase class of all the patterns.classDRefPatternclassDTextPatternclassDUnaryPatternclassDValuePatternclassDXmlTokenPatternclassDZeroOrMorePattern -
Uses of ParsedPattern in com.sun.tools.rngom.parse
Methods in com.sun.tools.rngom.parse with type parameters of type ParsedPattern Modifier and Type Method Description <P extends ParsedPattern>
PParseable. parse(SchemaBuilder<?,P,?,?,?,?> sb)Parses thisParseableobject into a RELAX NG pattern.<P extends ParsedPattern>
PParseable. parseExternal(String uri, SchemaBuilder<?,P,?,?,?,?> f, Scope s, String inheritedNs)Called fromSchemaBuilderin response toSchemaBuilder.makeExternalRef(Parseable, String, String, Scope, Location, Annotations)to parse the referenced grammar.<P extends ParsedPattern>
PParseable. parseInclude(String uri, SchemaBuilder<?,P,?,?,?,?> f, IncludedGrammar<P,?,?,?,?> g, String inheritedNs)Called fromIncludein response toInclude.endInclude(Parseable, String, String, Location, Annotations)to parse the included grammar. -
Uses of ParsedPattern in com.sun.tools.rngom.parse.compact
-
Uses of ParsedPattern in com.sun.tools.rngom.parse.xml
Methods in com.sun.tools.rngom.parse.xml that return ParsedPattern Modifier and Type Method Description ParsedPatternSAXParseable. parse(SchemaBuilder schemaBuilder)ParsedPatternSAXParseable. parseExternal(String uri, SchemaBuilder schemaBuilder, Scope s, String inheritedNs)ParsedPatternSAXParseable. parseInclude(String uri, SchemaBuilder schemaBuilder, IncludedGrammar g, String inheritedNs)
-