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