Uses of Class
com.sun.xml.xsom.parser.AnnotationContext
Packages that use AnnotationContext
Package
Description
Parser that reads XML Schema documents and builds an
XSSchemaSet object.Classes to parse XML Schema documents into objects of
com.sun.xml.xsom package.-
Uses of AnnotationContext in com.sun.xml.xsom.impl.parser
Methods in com.sun.xml.xsom.impl.parser with parameters of type AnnotationContextModifier and TypeMethodDescriptionDefaultAnnotationParser.getContentHandler(AnnotationContext contest, String elementName, ErrorHandler errorHandler, EntityResolver entityResolver) -
Uses of AnnotationContext in com.sun.xml.xsom.impl.parser.state
Fields in com.sun.xml.xsom.impl.parser.state declared as AnnotationContextConstructors in com.sun.xml.xsom.impl.parser.state with parameters of type AnnotationContextModifierConstructorDescriptionannotation(NGCCRuntimeEx runtime, AnnotationImpl _existing, AnnotationContext _context) annotation(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie, AnnotationImpl _existing, AnnotationContext _context) -
Uses of AnnotationContext in com.sun.xml.xsom.parser
Fields in com.sun.xml.xsom.parser declared as AnnotationContextModifier and TypeFieldDescriptionstatic final AnnotationContextAnnotationContext.ATTRIBUTE_DECLstatic final AnnotationContextAnnotationContext.ATTRIBUTE_GROUPstatic final AnnotationContextAnnotationContext.ATTRIBUTE_USEstatic final AnnotationContextAnnotationContext.COMPLEXTYPE_DECLstatic final AnnotationContextAnnotationContext.ELEMENT_DECLstatic final AnnotationContextAnnotationContext.IDENTITY_CONSTRAINTstatic final AnnotationContextAnnotationContext.MODELGROUPstatic final AnnotationContextAnnotationContext.MODELGROUP_DECLstatic final AnnotationContextAnnotationContext.NOTATIONstatic final AnnotationContextAnnotationContext.PARTICLEstatic final AnnotationContextAnnotationContext.SCHEMAstatic final AnnotationContextAnnotationContext.SIMPLETYPE_DECLstatic final AnnotationContextAnnotationContext.WILDCARDstatic final AnnotationContextAnnotationContext.XPATHMethods in com.sun.xml.xsom.parser with parameters of type AnnotationContextModifier and TypeMethodDescriptionabstract ContentHandlerAnnotationParser.getContentHandler(AnnotationContext context, String parentElementName, ErrorHandler errorHandler, EntityResolver entityResolver) Called every time a new <xs:annotation> element is found. -
Uses of AnnotationContext in com.sun.xml.xsom.util
Methods in com.sun.xml.xsom.util with parameters of type AnnotationContextModifier and TypeMethodDescriptionDomAnnotationParserFactory.AnnotationParserImpl.getContentHandler(AnnotationContext context, String parentElementName, ErrorHandler errorHandler, EntityResolver entityResolver)