org.apache.xerces.impl.xs.psvi
Interface XSAnnotation

All Superinterfaces:
XSObject

public interface XSAnnotation
extends XSObject

3.13.1 The Annotation Schema Component.

Version:
$Id: XSAnnotation.java,v 1.1 2002/05/13 21:31:34 sandygao Exp $
Author:
Elena Litani, IBM

Method Summary
 java.lang.Object getAnnotationObject()
          Object representation of annotation.
 java.lang.String getAnnotationString()
          A text representation of annotation.
 
Methods inherited from interface org.apache.xerces.impl.xs.psvi.XSObject
getName, getNamespace, getType
 

Method Detail

getAnnotationString

public java.lang.String getAnnotationString()
A text representation of annotation.


getAnnotationObject

public java.lang.Object getAnnotationObject()
Object representation of annotation.



Copyright © 1999-2002 Apache XML Project. All Rights Reserved.