fr.tireme.schemadoc.SDSchema
Interface SDAnnotation

All Superinterfaces:
SDConcreteComponent
All Known Implementing Classes:
XSDAnnotationWrapp

public interface SDAnnotation
extends SDConcreteComponent

Author:
Mike Niemaz (niemaz@xrce.xerox.com)

Method Summary
 java.util.Iterator getContent()
          Gets the content of this annotation
 
Methods inherited from interface fr.tireme.schemadoc.SDSchema.SDConcreteComponent
cloneObject, getContainerDomElement, getDomElement, getID, getLocalRootID, getWrappedObject, isAny, isAnyAttribute, isContainerNull, setID
 

Method Detail

getContent

java.util.Iterator getContent()
Gets the content of this annotation

Returns:
Iterator - an iterator of Dom elements (documentation and appinfo)