Top Description Fields Constructors Methods
com.sun.org.apache.xerces.internal.impl.xs.traversers

pack-priv final Class XSAnnotationInfo

extends Object
Class Inheritance
Imports
org.w3c.dom.Element, com.sun.org.apache.xerces.internal.impl.xs.opti.ElementImpl

Objects of this class contain the textual representation of an XML schema annotation as well as information on the location of the annotation in the document it originated from.
Author
Michael Glavassevich, IBM

Field Summary

Modifier and TypeField and Description
pack-priv String
fAnnotation

Textual representation of annotation.

pack-priv int
fCharOffset

Character offset of <annotation> element.

pack-priv int
fColumn

Column number of <annotation> element.

pack-priv int
fLine

Line number of <annotation> element.

pack-priv XSAnnotationInfo
next

Next annotation.

Constructor Summary

AccessConstructor and Description
pack-priv
XSAnnotationInfo(String annotation, int line, int column, int charOffset)

pack-priv
XSAnnotationInfo(String annotation, Element annotationDecl)

Method Summary

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

fAnnotationback to summary
pack-priv String fAnnotation

Textual representation of annotation.

fCharOffsetback to summary
pack-priv int fCharOffset

Character offset of <annotation> element.

fColumnback to summary
pack-priv int fColumn

Column number of <annotation> element.

fLineback to summary
pack-priv int fLine

Line number of <annotation> element.

nextback to summary
pack-priv XSAnnotationInfo next

Next annotation.

Constructor Detail

XSAnnotationInfoback to summary
pack-priv XSAnnotationInfo(String annotation, int line, int column, int charOffset)
XSAnnotationInfoback to summary
pack-priv XSAnnotationInfo(String annotation, Element annotationDecl)