Uses of Interface
com.sun.tools.rngom.ast.om.ParsedElementAnnotation
-
Packages that use ParsedElementAnnotation 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.nc Default Name Class Object Model (one example ofast.omimplementation).com.sun.tools.rngom.parse.compact com.sun.tools.rngom.parse.host Implementation of theasm.builderpackage that uses two other builds simultaneously. -
-
Uses of ParsedElementAnnotation in com.sun.tools.rngom.ast.builder
Classes in com.sun.tools.rngom.ast.builder with type parameters of type ParsedElementAnnotation 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.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 ParsedElementAnnotation in com.sun.tools.rngom.binary
Methods in com.sun.tools.rngom.binary that return ParsedElementAnnotation Modifier and Type Method Description ParsedElementAnnotationSchemaBuilderImpl. makeElementAnnotation()Methods in com.sun.tools.rngom.binary with parameters of type ParsedElementAnnotation Modifier and Type Method Description voidSchemaBuilderImpl. addElement(ParsedElementAnnotation ea)ParsedPatternSchemaBuilderImpl. annotateAfter(ParsedPattern p, ParsedElementAnnotation e) -
Uses of ParsedElementAnnotation in com.sun.tools.rngom.nc
Classes in com.sun.tools.rngom.nc with type parameters of type ParsedElementAnnotation Modifier and Type Class Description classNameClassBuilderImpl<E extends ParsedElementAnnotation,L extends Location,A extends Annotations<E,L,CL>,CL extends CommentList<L>> -
Uses of ParsedElementAnnotation in com.sun.tools.rngom.parse.compact
Methods in com.sun.tools.rngom.parse.compact that return ParsedElementAnnotation Modifier and Type Method Description ParsedElementAnnotationCompactSyntax. AnnotationElement(boolean nested)ParsedElementAnnotationCompactSyntax. AnnotationElementNotKeyword()ParsedElementAnnotationCompactSyntax. Documentation()ParsedElementAnnotationCompactSyntax. IdentifierAnnotationElement()ParsedElementAnnotationCompactSyntax. PrefixedAnnotationElement(boolean nested)ParsedElementAnnotationCompactSyntax. UnprefixedAnnotationElement() -
Uses of ParsedElementAnnotation in com.sun.tools.rngom.parse.host
Methods in com.sun.tools.rngom.parse.host with parameters of type ParsedElementAnnotation Modifier and Type Method Description ParsedPatternSchemaBuilderHost. annotateAfter(ParsedPattern _p, ParsedElementAnnotation _e)voidGrammarSectionHost. topLevelAnnotation(ParsedElementAnnotation _ea)
-