| java.lang.Object org.apache.xerces.impl.xs.traversers.XSAnnotationInfo
XSAnnotationInfo | final class XSAnnotationInfo (Code) | | 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 version: $Id: XSAnnotationInfo.java 446725 2006-09-15 20:40:10Z mrglavas $ |
fAnnotation | String fAnnotation(Code) | | Textual representation of annotation. *
|
fCharOffset | int fCharOffset(Code) | | Character offset of <annotation> element. *
|
fColumn | int fColumn(Code) | | Column number of <annotation> element. *
|
fLine | int fLine(Code) | | Line number of <annotation> element. *
|
XSAnnotationInfo | XSAnnotationInfo(String annotation, int line, int column, int charOffset)(Code) | | |
|
|