fr.tireme.schemadoc.SDSchema.XSD
Class XSDAnnotationWrapp

java.lang.Object
  extended by fr.tireme.schemadoc.SDSchema.XSD.SDConcreteComponentImpl
      extended by fr.tireme.schemadoc.SDSchema.XSD.XSDAnnotationWrapp
All Implemented Interfaces:
SDAnnotation, SDConcreteComponent

public class XSDAnnotationWrapp
extends SDConcreteComponentImpl
implements SDAnnotation

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

Constructor Summary
XSDAnnotationWrapp(org.eclipse.xsd.XSDAnnotation xsdAnnotation)
          Constructor for the XSDAnnotationWrapp object
 
Method Summary
 java.util.Iterator getContent()
          Gets the content of this annotation
 
Methods inherited from class fr.tireme.schemadoc.SDSchema.XSD.SDConcreteComponentImpl
cloneObject, getContainerDomElement, getDomElement, getID, getLocalRootID, getWrappedObject, isAny, isAnyAttribute, isContainerNull, setID
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fr.tireme.schemadoc.SDSchema.SDConcreteComponent
cloneObject, getContainerDomElement, getDomElement, getID, getLocalRootID, getWrappedObject, isAny, isAnyAttribute, isContainerNull, setID
 

Constructor Detail

XSDAnnotationWrapp

public XSDAnnotationWrapp(org.eclipse.xsd.XSDAnnotation xsdAnnotation)
Constructor for the XSDAnnotationWrapp object

Parameters:
xsdAnnotation - - the wrapped annotation from eclipse XSD
Method Detail

getContent

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

Specified by:
getContent in interface SDAnnotation
Returns:
Iterator - an iterator of Dom elements (documentation and appinfo)