Uses of Interface
org.kohsuke.rngom.ast.om.ParsedNameClass
-
Packages that use ParsedNameClass Package Description org.kohsuke.rngom.ast.builder org.kohsuke.rngom.binary Minimal binarized pattern object model (one example ofast.om
implementation).org.kohsuke.rngom.nc Default Name Class Object Model (one example ofast.om
implementation).org.kohsuke.rngom.parse.compact org.kohsuke.rngom.parse.host Implementation of theasm.builder
package that uses two other builds simultaneously. -
-
Uses of ParsedNameClass in org.kohsuke.rngom.ast.builder
Classes in org.kohsuke.rngom.ast.builder with type parameters of type ParsedNameClass Modifier and Type Interface Description 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>>
-
Uses of ParsedNameClass in org.kohsuke.rngom.binary
Methods in org.kohsuke.rngom.binary with parameters of type ParsedNameClass Modifier and Type Method Description ParsedPattern
SchemaBuilderImpl. makeAttribute(ParsedNameClass nc, ParsedPattern p, Location loc, Annotations anno)
ParsedPattern
SchemaBuilderImpl. makeElement(ParsedNameClass nc, ParsedPattern p, Location loc, Annotations anno)
-
Uses of ParsedNameClass in org.kohsuke.rngom.nc
Classes in org.kohsuke.rngom.nc that implement ParsedNameClass Modifier and Type Class Description class
AnyNameExceptNameClass
class
ChoiceNameClass
class
NameClass
Name class is a set ofQName
s.class
NsNameClass
class
NsNameExceptNameClass
class
SimpleNameClass
-
Uses of ParsedNameClass in org.kohsuke.rngom.parse.compact
Methods in org.kohsuke.rngom.parse.compact with parameters of type ParsedNameClass Modifier and Type Method Description ParsedNameClass
CompactSyntax. AnnotateAfter(ParsedNameClass nc)
ParsedNameClass
CompactSyntax. NameClassAlternatives(int context, ParsedNameClass nc, Annotations[] pa)
-
Uses of ParsedNameClass in org.kohsuke.rngom.parse.host
Methods in org.kohsuke.rngom.parse.host with parameters of type ParsedNameClass Modifier and Type Method Description ParsedPattern
SchemaBuilderHost. makeAttribute(ParsedNameClass _nc, ParsedPattern _p, Location _loc, Annotations _anno)
ParsedPattern
SchemaBuilderHost. makeElement(ParsedNameClass _nc, ParsedPattern _p, Location _loc, Annotations _anno)
-