Uses of Class
com.sun.xml.xsom.parser.AnnotationContext
-
Packages that use AnnotationContext Package Description com.sun.xml.xsom.parser Classes to parse XML Schema documents into objects ofcom.sun.xml.xsompackage. -
-
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 ContentHandlerAnnotationParser. getContentHandler(AnnotationContext context, String parentElementName, ErrorHandler errorHandler, EntityResolver entityResolver)Called every time a new<xs:annotation>element is found.
-