Uses of Interface
com.sun.tools.rngom.ast.builder.NameClassBuilder
-
Packages that use NameClassBuilder Package Description com.sun.tools.rngom.ast.builder 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 NameClassBuilder in com.sun.tools.rngom.ast.builder
Methods in com.sun.tools.rngom.ast.builder that return NameClassBuilder Modifier and Type Method Description NameClassBuilder<N,E,L,A,CL>SchemaBuilder. getNameClassBuilder()Returns theNameClassBuilder, which is used to build name classes for thisSchemaBuilder. -
Uses of NameClassBuilder in com.sun.tools.rngom.binary
Methods in com.sun.tools.rngom.binary that return NameClassBuilder Modifier and Type Method Description NameClassBuilderSchemaBuilderImpl. getNameClassBuilder() -
Uses of NameClassBuilder in com.sun.tools.rngom.digested
Methods in com.sun.tools.rngom.digested that return NameClassBuilder Modifier and Type Method Description NameClassBuilderDSchemaBuilderImpl. getNameClassBuilder() -
Uses of NameClassBuilder in com.sun.tools.rngom.nc
Classes in com.sun.tools.rngom.nc that implement NameClassBuilder Modifier and Type Class Description classNameClassBuilderImpl<E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>> -
Uses of NameClassBuilder in com.sun.tools.rngom.parse.host
Methods in com.sun.tools.rngom.parse.host that return NameClassBuilder Modifier and Type Method Description NameClassBuilderSchemaBuilderHost. getNameClassBuilder()
-