Uses of Interface
com.sun.tools.rngom.ast.om.Location
-
Packages that use Location Package Description com.sun.tools.rngom.ast.builder com.sun.tools.rngom.ast.util Typical implementations of the ast.builder/ast.om packages.com.sun.tools.rngom.binary Minimal binarized pattern object model (one example ofast.omimplementation).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.com.sun.tools.rngom.nc Default Name Class Object Model (one example ofast.omimplementation).com.sun.tools.rngom.parse.host Implementation of theasm.builderpackage that uses two other builds simultaneously. -
-
Uses of Location in com.sun.tools.rngom.ast.builder
Classes in com.sun.tools.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 com.sun.tools.rngom.ast.util
Classes in com.sun.tools.rngom.ast.util that implement Location Modifier and Type Class Description classLocatorImpl -
Uses of Location in com.sun.tools.rngom.binary
Methods in com.sun.tools.rngom.binary that return Location Modifier and Type Method Description LocationSchemaBuilderImpl. makeLocation(String systemId, int lineNumber, int columnNumber) -
Uses of Location in com.sun.tools.rngom.digested
Methods in com.sun.tools.rngom.digested that return Location Modifier and Type Method Description LocationDDataPattern.Param. getLoc()Constructors in com.sun.tools.rngom.digested with parameters of type Location Constructor Description Param(String name, String value, Context context, String ns, Location loc, com.sun.tools.rngom.digested.Annotation anno) -
Uses of Location in com.sun.tools.rngom.nc
Classes in com.sun.tools.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 com.sun.tools.rngom.parse.host
Methods in com.sun.tools.rngom.parse.host that return Location Modifier and Type Method Description LocationSchemaBuilderHost. makeLocation(String systemId, int lineNumber, int columnNumber)
-