Uses of Interface
com.sun.xml.xsom.XSAnnotation

Packages that use XSAnnotation
com.sun.xml.xsom Interfaces that the client should use to access schema information. 
com.sun.xml.xsom.impl Implementation of the com.sun.xml.xsom package. 
com.sun.xml.xsom.impl.util   
com.sun.xml.xsom.util   
com.sun.xml.xsom.visitor Visitor pattern support for the com.sun.xml.xsom interfaces. 
 

Uses of XSAnnotation in com.sun.xml.xsom
 

Methods in com.sun.xml.xsom that return XSAnnotation
 XSAnnotation XSComponent.getAnnotation()
          Gets the annotation associated to this component, if any.
 XSAnnotation XSComponent.getAnnotation(boolean createIfNotExist)
          Works like XSComponent.getAnnotation(), but allow a new empty XSAnnotation to be created if not exist.
 

Uses of XSAnnotation in com.sun.xml.xsom.impl
 

Classes in com.sun.xml.xsom.impl that implement XSAnnotation
 class AnnotationImpl
           
 

Methods in com.sun.xml.xsom.impl that return XSAnnotation
 XSAnnotation ComponentImpl.getAnnotation()
           
 XSAnnotation SchemaImpl.getAnnotation()
           
 XSAnnotation ComponentImpl.getAnnotation(boolean createIfNotExist)
           
 XSAnnotation SchemaImpl.getAnnotation(boolean createIfNotExist)
           
 

Methods in com.sun.xml.xsom.impl with parameters of type XSAnnotation
 void SchemaImpl.setAnnotation(XSAnnotation a)
           
 

Uses of XSAnnotation in com.sun.xml.xsom.impl.util
 

Methods in com.sun.xml.xsom.impl.util with parameters of type XSAnnotation
 void SchemaWriter.annotation(XSAnnotation ann)
           
 void SchemaTreeTraverser.annotation(XSAnnotation ann)
           
 

Uses of XSAnnotation in com.sun.xml.xsom.util
 

Methods in com.sun.xml.xsom.util with parameters of type XSAnnotation
 Boolean XSFinder.annotation(XSAnnotation ann)
           
 T XSFunctionFilter.annotation(XSAnnotation ann)
           
 String ComponentNameFunction.annotation(XSAnnotation ann)
           
 String NameGetter.annotation(XSAnnotation ann)
           
 

Uses of XSAnnotation in com.sun.xml.xsom.visitor
 

Methods in com.sun.xml.xsom.visitor with parameters of type XSAnnotation
 T XSFunction.annotation(XSAnnotation ann)
           
 void XSVisitor.annotation(XSAnnotation ann)
           
 



Copyright © 2012 Oracle. All Rights Reserved.