Uses of Class
org.apache.ws.commons.schema.XmlSchemaAnnotation

Packages that use XmlSchemaAnnotation
org.apache.ws.commons.schema   
 

Uses of XmlSchemaAnnotation in org.apache.ws.commons.schema
 

Fields in org.apache.ws.commons.schema declared as XmlSchemaAnnotation
(package private)  XmlSchemaAnnotation XmlSchemaAnnotated.annotation
          Defines an annotation.
 

Methods in org.apache.ws.commons.schema that return XmlSchemaAnnotation
 XmlSchemaAnnotation XmlSchemaAnnotated.getAnnotation()
           
(package private)  XmlSchemaAnnotation SchemaBuilder.handleAnnotation(org.w3c.dom.Element annotEl)
          Traversing if encounter appinfo or documentation add it to annotation collection
 

Methods in org.apache.ws.commons.schema with parameters of type XmlSchemaAnnotation
(package private)  org.w3c.dom.Element XmlSchemaSerializer.serializeAnnotation(org.w3c.dom.Document doc, XmlSchemaAnnotation annotationObj, XmlSchema schema)
          ********************************************************************* Element serializeAnnotation(Document doc, XmlSchemaAnnotation annotationObj, XmlSchema schema)

Each member of complex type will be appended and pass the element created.

 void XmlSchemaAnnotated.setAnnotation(XmlSchemaAnnotation annotation)
           
 



Copyright 2004-2004-2006 Apache Software Foundation. All Rights Reserved.