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.om
implementation).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.om
implementation).org.kohsuke.rngom.parse.host Implementation of theasm.builder
package 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 interface
Annotations<E extends ParsedElementAnnotation,L extends Location,CL extends CommentList<L>>
Includes attributes and child elements before any RELAX NG element.interface
CommentList<L extends Location>
interface
DataPatternBuilder<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>
interface
Div<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>
interface
ElementAnnotationBuilder<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.interface
Grammar<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>
interface
GrammarSection<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.interface
Include<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>
interface
IncludedGrammar<P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>
interface
NameClassBuilder<N extends ParsedNameClass,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>
interface
SchemaBuilder<N extends ParsedNameClass,P extends ParsedPattern,E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>>
interface
Scope<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 class
LocatorImpl
-
Uses of Location in org.kohsuke.rngom.binary
Methods in org.kohsuke.rngom.binary that return Location Modifier and Type Method Description Location
SchemaBuilderImpl. 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 Location
DDataPattern.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 class
NameClassBuilderImpl<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 Location
SchemaBuilderHost. makeLocation(String systemId, int lineNumber, int columnNumber)
-