Uses of Class
com.sun.tools.rngom.ast.util.LocatorImpl
Packages that use LocatorImpl
Package
Description
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.rngom.digested
Methods in com.sun.tools.rngom.digested that return LocatorImplModifier and TypeMethodDescriptionDSchemaBuilderImpl.makeLocation(String systemId, int lineNumber, int columnNumber) Methods in com.sun.tools.rngom.digested with parameters of type LocatorImplModifier and TypeMethodDescriptionDSchemaBuilderImpl.makeAttribute(NameClass nc, DPattern p, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno) DSchemaBuilderImpl.makeChoice(List<DPattern> patterns, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno) DSchemaBuilderImpl.makeDataPatternBuilder(String datatypeLibrary, String type, LocatorImpl loc) DSchemaBuilderImpl.makeElement(NameClass nc, DPattern p, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno) DSchemaBuilderImpl.makeElementAnnotationBuilder(String ns, String localName, String prefix, LocatorImpl loc, com.sun.tools.rngom.digested.CommentListImpl comments, Context context) DSchemaBuilderImpl.makeEmpty(LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno) DSchemaBuilderImpl.makeExternalRef(Parseable current, String uri, String ns, Scope<DPattern, com.sun.tools.rngom.digested.ElementWrapper, LocatorImpl, com.sun.tools.rngom.digested.Annotation, com.sun.tools.rngom.digested.CommentListImpl> scope, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno) DSchemaBuilderImpl.makeGroup(List<DPattern> patterns, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno) DSchemaBuilderImpl.makeInterleave(List<DPattern> patterns, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno) DSchemaBuilderImpl.makeList(DPattern p, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno) DSchemaBuilderImpl.makeMixed(DPattern p, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno) DSchemaBuilderImpl.makeNotAllowed(LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno) DSchemaBuilderImpl.makeOneOrMore(DPattern p, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno) DSchemaBuilderImpl.makeOptional(DPattern p, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno) DSchemaBuilderImpl.makeText(LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno) DSchemaBuilderImpl.makeValue(String datatypeLibrary, String type, String value, Context c, String ns, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno) DSchemaBuilderImpl.makeZeroOrMore(DPattern p, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno) Method parameters in com.sun.tools.rngom.digested with type arguments of type LocatorImplModifier and TypeMethodDescriptionDSchemaBuilderImpl.makeExternalRef(Parseable current, String uri, String ns, Scope<DPattern, com.sun.tools.rngom.digested.ElementWrapper, LocatorImpl, com.sun.tools.rngom.digested.Annotation, com.sun.tools.rngom.digested.CommentListImpl> scope, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno)