Uses of Class
org.kohsuke.rngom.ast.util.LocatorImpl
Packages that use LocatorImpl
Package
Description
Reads RELAX NG grammar from RNGOM and builds the model for TXW.
Another RELAX NG AST implementation that optimizes away
inclusions and some other syntax sugars, while still retaining
all the annotations, location information, and etc.
-
Uses of LocatorImpl in com.sun.tools.txw2.builder.relaxng
Methods in com.sun.tools.txw2.builder.relaxng that return LocatorImplModifier and TypeMethodDescriptionSchemaBuilderImpl.makeLocation
(String systemId, int lineNumber, int columnNumber) Methods in com.sun.tools.txw2.builder.relaxng that return types with arguments of type LocatorImplModifier and TypeMethodDescriptionElementAnnotationBuilder<Leaf,
ParsedElementAnnotation, LocatorImpl, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl, CommentListImpl> SchemaBuilderImpl.makeElementAnnotationBuilder
(String ns, String localName, String prefix, LocatorImpl locator, CommentListImpl commentList, Context context) Grammar<Leaf,
ParsedElementAnnotation, LocatorImpl, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl, CommentListImpl> SchemaBuilderImpl.makeGrammar
(Scope<Leaf, ParsedElementAnnotation, LocatorImpl, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl, CommentListImpl> scope) Methods in com.sun.tools.txw2.builder.relaxng with parameters of type LocatorImplModifier and TypeMethodDescriptionSchemaBuilderImpl.makeAttribute
(NameClass nameClass, Leaf leaf, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) SchemaBuilderImpl.makeChoice
(List<Leaf> leaves, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) SchemaBuilderImpl.makeDataPatternBuilder
(String datatypeLibrary, String type, LocatorImpl locator) SchemaBuilderImpl.makeElement
(NameClass nameClass, Leaf leaf, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) ElementAnnotationBuilder<Leaf,
ParsedElementAnnotation, LocatorImpl, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl, CommentListImpl> SchemaBuilderImpl.makeElementAnnotationBuilder
(String ns, String localName, String prefix, LocatorImpl locator, CommentListImpl commentList, Context context) SchemaBuilderImpl.makeEmpty
(LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) SchemaBuilderImpl.makeExternalRef
(Parseable current, String uri, String ns, Scope<Leaf, ParsedElementAnnotation, LocatorImpl, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl, CommentListImpl> scope, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) SchemaBuilderImpl.makeGroup
(List<Leaf> leaves, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) SchemaBuilderImpl.makeInterleave
(List<Leaf> leaves, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) SchemaBuilderImpl.makeList
(Leaf leaf, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) SchemaBuilderImpl.makeMixed
(Leaf leaf, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) SchemaBuilderImpl.makeNotAllowed
(LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) SchemaBuilderImpl.makeOneOrMore
(Leaf leaf, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) SchemaBuilderImpl.makeOptional
(Leaf leaf, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) SchemaBuilderImpl.makeText
(LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) SchemaBuilderImpl.makeValue
(String datatypeLibrary, String type, String value, Context c, String ns, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) SchemaBuilderImpl.makeZeroOrMore
(Leaf leaf, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) Method parameters in com.sun.tools.txw2.builder.relaxng with type arguments of type LocatorImplModifier and TypeMethodDescriptionSchemaBuilderImpl.makeExternalRef
(Parseable current, String uri, String ns, Scope<Leaf, ParsedElementAnnotation, LocatorImpl, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl, CommentListImpl> scope, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations) Grammar<Leaf,
ParsedElementAnnotation, LocatorImpl, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl, CommentListImpl> SchemaBuilderImpl.makeGrammar
(Scope<Leaf, ParsedElementAnnotation, LocatorImpl, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl, CommentListImpl> scope) -
Uses of LocatorImpl in org.kohsuke.rngom.digested
Methods in org.kohsuke.rngom.digested that return LocatorImplModifier and TypeMethodDescriptionDSchemaBuilderImpl.makeLocation
(String systemId, int lineNumber, int columnNumber) Methods in org.kohsuke.rngom.digested with parameters of type LocatorImplModifier and TypeMethodDescriptionDSchemaBuilderImpl.makeAttribute
(NameClass nc, DPattern p, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno) DSchemaBuilderImpl.makeChoice
(List<DPattern> patterns, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno) DSchemaBuilderImpl.makeDataPatternBuilder
(String datatypeLibrary, String type, LocatorImpl loc) DSchemaBuilderImpl.makeElement
(NameClass nc, DPattern p, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno) DSchemaBuilderImpl.makeElementAnnotationBuilder
(String ns, String localName, String prefix, LocatorImpl loc, org.kohsuke.rngom.digested.CommentListImpl comments, Context context) DSchemaBuilderImpl.makeEmpty
(LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno) DSchemaBuilderImpl.makeExternalRef
(Parseable current, String uri, String ns, Scope<DPattern, org.kohsuke.rngom.digested.ElementWrapper, LocatorImpl, org.kohsuke.rngom.digested.Annotation, org.kohsuke.rngom.digested.CommentListImpl> scope, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno) DSchemaBuilderImpl.makeGroup
(List<DPattern> patterns, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno) DSchemaBuilderImpl.makeInterleave
(List<DPattern> patterns, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno) DSchemaBuilderImpl.makeList
(DPattern p, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno) DSchemaBuilderImpl.makeMixed
(DPattern p, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno) DSchemaBuilderImpl.makeNotAllowed
(LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno) DSchemaBuilderImpl.makeOneOrMore
(DPattern p, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno) DSchemaBuilderImpl.makeOptional
(DPattern p, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno) DSchemaBuilderImpl.makeText
(LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno) DSchemaBuilderImpl.makeValue
(String datatypeLibrary, String type, String value, Context c, String ns, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno) DSchemaBuilderImpl.makeZeroOrMore
(DPattern p, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno) Method parameters in org.kohsuke.rngom.digested with type arguments of type LocatorImplModifier and TypeMethodDescriptionDSchemaBuilderImpl.makeExternalRef
(Parseable current, String uri, String ns, Scope<DPattern, org.kohsuke.rngom.digested.ElementWrapper, LocatorImpl, org.kohsuke.rngom.digested.Annotation, org.kohsuke.rngom.digested.CommentListImpl> scope, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno)