Uses of Class
com.sun.xml.xsom.parser.AnnotationContext
-
Packages that use AnnotationContext Package Description com.sun.xml.xsom.impl.parser Parser that reads XML Schema documents and builds anXSSchemaSetobject.com.sun.xml.xsom.impl.parser.state com.sun.xml.xsom.parser Classes to parse XML Schema documents into objects ofcom.sun.xml.xsompackage.com.sun.xml.xsom.util -
-
Uses of AnnotationContext in com.sun.xml.xsom.impl.parser
Methods in com.sun.xml.xsom.impl.parser with parameters of type AnnotationContext Modifier and Type Method Description org.xml.sax.ContentHandlerDefaultAnnotationParser. getContentHandler(AnnotationContext contest, java.lang.String elementName, org.xml.sax.ErrorHandler errorHandler, org.xml.sax.EntityResolver entityResolver) -
Uses of AnnotationContext in com.sun.xml.xsom.impl.parser.state
Fields in com.sun.xml.xsom.impl.parser.state declared as AnnotationContext Modifier and Type Field Description private AnnotationContextannotation. contextConstructors in com.sun.xml.xsom.impl.parser.state with parameters of type AnnotationContext Constructor Description annotation(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 AnnotationContext Modifier and Type Field Description static AnnotationContextAnnotationContext. ATTRIBUTE_DECLstatic AnnotationContextAnnotationContext. ATTRIBUTE_GROUPstatic AnnotationContextAnnotationContext. ATTRIBUTE_USEstatic AnnotationContextAnnotationContext. COMPLEXTYPE_DECLstatic AnnotationContextAnnotationContext. ELEMENT_DECLstatic AnnotationContextAnnotationContext. IDENTITY_CONSTRAINTstatic AnnotationContextAnnotationContext. MODELGROUPstatic AnnotationContextAnnotationContext. MODELGROUP_DECLstatic AnnotationContextAnnotationContext. NOTATIONstatic AnnotationContextAnnotationContext. PARTICLEstatic AnnotationContextAnnotationContext. SCHEMAstatic AnnotationContextAnnotationContext. SIMPLETYPE_DECLstatic AnnotationContextAnnotationContext. WILDCARDstatic AnnotationContextAnnotationContext. XPATHMethods in com.sun.xml.xsom.parser with parameters of type AnnotationContext Modifier and Type Method Description abstract org.xml.sax.ContentHandlerAnnotationParser. getContentHandler(AnnotationContext context, java.lang.String parentElementName, org.xml.sax.ErrorHandler errorHandler, org.xml.sax.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 AnnotationContext Modifier and Type Method Description org.xml.sax.ContentHandlerDomAnnotationParserFactory.AnnotationParserImpl. getContentHandler(AnnotationContext context, java.lang.String parentElementName, org.xml.sax.ErrorHandler errorHandler, org.xml.sax.EntityResolver entityResolver)
-