com.sun.xml.xsom.parser
Class AnnotationContext
java.lang.Object
com.sun.xml.xsom.parser.AnnotationContext
public final class AnnotationContext
- extends java.lang.Object
Enumeration used to represent the type of the schema component
that is being parsed when the AnnotationParser is called.
- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SCHEMA
public static final AnnotationContext SCHEMA
NOTATION
public static final AnnotationContext NOTATION
ELEMENT_DECL
public static final AnnotationContext ELEMENT_DECL
IDENTITY_CONSTRAINT
public static final AnnotationContext IDENTITY_CONSTRAINT
XPATH
public static final AnnotationContext XPATH
MODELGROUP_DECL
public static final AnnotationContext MODELGROUP_DECL
SIMPLETYPE_DECL
public static final AnnotationContext SIMPLETYPE_DECL
COMPLEXTYPE_DECL
public static final AnnotationContext COMPLEXTYPE_DECL
PARTICLE
public static final AnnotationContext PARTICLE
MODELGROUP
public static final AnnotationContext MODELGROUP
ATTRIBUTE_USE
public static final AnnotationContext ATTRIBUTE_USE
WILDCARD
public static final AnnotationContext WILDCARD
ATTRIBUTE_GROUP
public static final AnnotationContext ATTRIBUTE_GROUP
ATTRIBUTE_DECL
public static final AnnotationContext ATTRIBUTE_DECL
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object