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.
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. |
W3C_DOM_ELEMENT
public static final short W3C_DOM_ELEMENT
- The object type is
org.w3c.dom.Element
.
SAX_CONTENTHANDLER
public static final short SAX_CONTENTHANDLER
- The object type is
org.w3c.dom.Document
.
W3C_DOM_DOCUMENT
public static final short W3C_DOM_DOCUMENT
- The object type is
org.xml.sax.ContentHandler
.
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.