Uses of Class
org.kohsuke.rngom.ast.util.LocatorImpl
-
Packages that use LocatorImpl Package Description com.sun.tools.txw2.builder.relaxng Reads RELAX NG grammar from RNGOM and builds the model for TXW.org.kohsuke.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. -
-
Uses of LocatorImpl in com.sun.tools.txw2.builder.relaxng
Methods in com.sun.tools.txw2.builder.relaxng that return LocatorImpl Modifier and Type Method Description LocatorImplSchemaBuilderImpl. makeLocation(java.lang.String systemId, int lineNumber, int columnNumber)Methods in com.sun.tools.txw2.builder.relaxng that return types with arguments of type LocatorImpl Modifier and Type Method Description ElementAnnotationBuilder<Leaf,ParsedElementAnnotation,LocatorImpl,com.sun.tools.txw2.builder.relaxng.AnnotationsImpl,CommentListImpl>SchemaBuilderImpl. makeElementAnnotationBuilder(java.lang.String ns, java.lang.String localName, java.lang.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 LocatorImpl Modifier and Type Method Description LeafSchemaBuilderImpl. makeAttribute(NameClass nameClass, Leaf leaf, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)LeafSchemaBuilderImpl. makeChoice(java.util.List<Leaf> leaves, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)DataPatternBuilderSchemaBuilderImpl. makeDataPatternBuilder(java.lang.String datatypeLibrary, java.lang.String type, LocatorImpl locator)LeafSchemaBuilderImpl. 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(java.lang.String ns, java.lang.String localName, java.lang.String prefix, LocatorImpl locator, CommentListImpl commentList, Context context)LeafSchemaBuilderImpl. makeEmpty(LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)LeafSchemaBuilderImpl. makeExternalRef(Parseable current, java.lang.String uri, java.lang.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)LeafSchemaBuilderImpl. makeGroup(java.util.List<Leaf> leaves, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)LeafSchemaBuilderImpl. makeInterleave(java.util.List<Leaf> leaves, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)LeafSchemaBuilderImpl. makeList(Leaf leaf, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)LeafSchemaBuilderImpl. makeMixed(Leaf leaf, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)LeafSchemaBuilderImpl. makeNotAllowed(LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)LeafSchemaBuilderImpl. makeOneOrMore(Leaf leaf, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)LeafSchemaBuilderImpl. makeOptional(Leaf leaf, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)LeafSchemaBuilderImpl. makeText(LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)LeafSchemaBuilderImpl. makeValue(java.lang.String datatypeLibrary, java.lang.String type, java.lang.String value, Context c, java.lang.String ns, LocatorImpl locator, com.sun.tools.txw2.builder.relaxng.AnnotationsImpl annotations)LeafSchemaBuilderImpl. 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 LocatorImpl Modifier and Type Method Description LeafSchemaBuilderImpl. makeExternalRef(Parseable current, java.lang.String uri, java.lang.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 LocatorImpl Modifier and Type Method Description LocatorImplDSchemaBuilderImpl. makeLocation(java.lang.String systemId, int lineNumber, int columnNumber)Methods in org.kohsuke.rngom.digested with parameters of type LocatorImpl Modifier and Type Method Description DPatternDSchemaBuilderImpl. makeAttribute(NameClass nc, DPattern p, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeChoice(java.util.List<DPattern> patterns, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno)DataPatternBuilderDSchemaBuilderImpl. makeDataPatternBuilder(java.lang.String datatypeLibrary, java.lang.String type, LocatorImpl loc)DPatternDSchemaBuilderImpl. makeElement(NameClass nc, DPattern p, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno)ElementAnnotationBuilderDSchemaBuilderImpl. makeElementAnnotationBuilder(java.lang.String ns, java.lang.String localName, java.lang.String prefix, LocatorImpl loc, org.kohsuke.rngom.digested.CommentListImpl comments, Context context)DPatternDSchemaBuilderImpl. makeEmpty(LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeExternalRef(Parseable current, java.lang.String uri, java.lang.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)DPatternDSchemaBuilderImpl. makeGroup(java.util.List<DPattern> patterns, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeInterleave(java.util.List<DPattern> patterns, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeList(DPattern p, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeMixed(DPattern p, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeNotAllowed(LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeOneOrMore(DPattern p, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeOptional(DPattern p, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeText(LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeValue(java.lang.String datatypeLibrary, java.lang.String type, java.lang.String value, Context c, java.lang.String ns, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeZeroOrMore(DPattern p, LocatorImpl loc, org.kohsuke.rngom.digested.Annotation anno)Method parameters in org.kohsuke.rngom.digested with type arguments of type LocatorImpl Modifier and Type Method Description DPatternDSchemaBuilderImpl. makeExternalRef(Parseable current, java.lang.String uri, java.lang.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)
-