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

All Superinterfaces:
XSObject

public interface XSAnnotation
extends XSObject

This interface represents the Annotation schema component. The interface may be updated or replaced.


Field Summary
static short SAX_CONTENTHANDLER
          The object type is org.w3c.dom.Document.
static short W3C_DOM_DOCUMENT
          The object type is org.xml.sax.ContentHandler.
static short W3C_DOM_ELEMENT
          The object type is org.w3c.dom.Element.
 
Method Summary
 java.lang.String getAnnotationString()
          A text representation of annotation.
 boolean writeAnnotation(java.lang.Object target, short targetType)
          Write contents of the annotation to the specified DOM object.
 
Methods inherited from interface org.apache.xerces.impl.xs.psvi.XSObject
getName, getNamespace, getNamespaceItem, getType
 

Field Detail

W3C_DOM_ELEMENT

public static final short W3C_DOM_ELEMENT
The object type is org.w3c.dom.Element.

See Also:
Constant Field Values

SAX_CONTENTHANDLER

public static final short SAX_CONTENTHANDLER
The object type is org.w3c.dom.Document.

See Also:
Constant Field Values

W3C_DOM_DOCUMENT

public static final short W3C_DOM_DOCUMENT
The object type is org.xml.sax.ContentHandler.

See Also:
Constant Field Values
Method Detail

writeAnnotation

public boolean writeAnnotation(java.lang.Object target,
                               short targetType)
Write contents of the annotation to the specified DOM object. If the specified target object is a DOM in-scope namespace declarations for annotation element are added as attributes nodes of the serialized annotation, otherwise the corresponding events for all in-scope namespace declaration are sent via specified document handler.

Parameters:
target - A target pointer to the annotation target object, i.e. org.w3c.dom.Document, org.xml.sax.ContentHandler.
targetType - A target type.
Returns:
If the target is recognized type and supported by this implementation return true, otherwise return false.

getAnnotationString

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



Copyright ? 1999-2003 Apache XML Project. All Rights Reserved.