Package | Description |
---|---|
com.sun.tools.txw2.builder.xsd |
Reads XML Schema grammar from XSOM and builds the model for TXW.
|
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. |
Modifier and Type | Method | Description |
---|---|---|
Leaf |
XmlSchemaBuilder.annotation(XSAnnotation xsAnnotation) |
Modifier and Type | Method | Description |
---|---|---|
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. |
Modifier and Type | Class | Description |
---|---|---|
class |
AnnotationImpl |
Modifier and Type | Method | Description |
---|---|---|
XSAnnotation |
ComponentImpl.getAnnotation() |
|
XSAnnotation |
ComponentImpl.getAnnotation(boolean createIfNotExist) |
|
XSAnnotation |
SchemaImpl.getAnnotation() |
|
XSAnnotation |
SchemaImpl.getAnnotation(boolean createIfNotExist) |
Modifier and Type | Method | Description |
---|---|---|
void |
SchemaImpl.setAnnotation(XSAnnotation a) |
Modifier and Type | Method | Description |
---|---|---|
void |
SchemaTreeTraverser.annotation(XSAnnotation ann) |
|
void |
SchemaWriter.annotation(XSAnnotation ann) |
Modifier and Type | Method | Description |
---|---|---|
String |
ComponentNameFunction.annotation(XSAnnotation ann) |
|
String |
NameGetter.annotation(XSAnnotation ann) |
|
Boolean |
XSFinder.annotation(XSAnnotation ann) |
|
T |
XSFunctionFilter.annotation(XSAnnotation ann) |
Modifier and Type | Method | Description |
---|---|---|
T |
XSFunction.annotation(XSAnnotation ann) |
|
void |
XSVisitor.annotation(XSAnnotation ann) |
Copyright © 2018 Oracle Corporation. All rights reserved.