| Package | Description |
|---|---|
| com.sun.xml.xsom | |
| com.sun.xml.xsom.impl | |
| com.sun.xml.xsom.impl.util | |
| com.sun.xml.xsom.util | |
| com.sun.xml.xsom.visitor |
| 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 |
|---|---|---|
java.lang.String |
ComponentNameFunction.annotation(XSAnnotation ann) |
|
java.lang.String |
NameGetter.annotation(XSAnnotation ann) |
|
java.lang.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. All rights reserved.