Uses of Interface
org.kohsuke.rngom.ast.om.Location
-
Packages that use Location Package Description org.kohsuke.rngom.ast.builder org.kohsuke.rngom.ast.util Typical implementations of the ast.builder/ast.om packages.org.kohsuke.rngom.binary Minimal binarized pattern object model (one example ofast.omimplementation).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.org.kohsuke.rngom.nc Default Name Class Object Model (one example ofast.omimplementation).org.kohsuke.rngom.parse.host Implementation of theasm.builderpackage that uses two other builds simultaneously. -
-
Uses of Location in org.kohsuke.rngom.ast.builder
Classes in org.kohsuke.rngom.ast.builder with type parameters of type Location Modifier and Type Interface Description interfaceAnnotations<E extends ParsedElementAnnotation,L extends Location,CL extends CommentList<L>>Includes attributes and child elements before any RELAX NG element.interfaceCommentList<L extends Location>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>>interfaceNameClassBuilder<N extends ParsedNameClass,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 Location in org.kohsuke.rngom.ast.util
Classes in org.kohsuke.rngom.ast.util that implement Location Modifier and Type Class Description classLocatorImpl -
Uses of Location in org.kohsuke.rngom.binary
Methods in org.kohsuke.rngom.binary that return Location Modifier and Type Method Description LocationSchemaBuilderImpl. makeLocation(String systemId, int lineNumber, int columnNumber) -
Uses of Location in org.kohsuke.rngom.digested
Methods in org.kohsuke.rngom.digested that return Location Modifier and Type Method Description LocationDDataPattern.Param. getLoc()Constructors in org.kohsuke.rngom.digested with parameters of type Location Constructor Description Param(String name, String value, Context context, String ns, Location loc, org.kohsuke.rngom.digested.Annotation anno) -
Uses of Location in org.kohsuke.rngom.nc
Classes in org.kohsuke.rngom.nc with type parameters of type Location Modifier and Type Class Description classNameClassBuilderImpl<E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>> -
Uses of Location in org.kohsuke.rngom.parse.host
Methods in org.kohsuke.rngom.parse.host that return Location Modifier and Type Method Description LocationSchemaBuilderHost. makeLocation(String systemId, int lineNumber, int columnNumber)
-