| Package | Description |
|---|---|
| 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.visitor |
Visitor pattern support for the
com.sun.xml.xsom interfaces. |
| Modifier and Type | Method and Description |
|---|---|
void |
XSTerm.visit(XSTermVisitor visitor) |
| Modifier and Type | Method and Description |
|---|---|
void |
ElementDecl.visit(XSTermVisitor visitor) |
void |
ModelGroupDeclImpl.visit(XSTermVisitor visitor) |
void |
ModelGroupImpl.visit(XSTermVisitor visitor) |
void |
WildcardImpl.visit(XSTermVisitor visitor) |
| Modifier and Type | Class and Description |
|---|---|
class |
SchemaTreeTraverser
Generates approximated tree model for XML from a schema component.
|
class |
SchemaWriter
Generates approximated XML Schema representation from
a schema component.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
XSVisitor
Visitor for
XSComponent |
Copyright © 2005–2017 Oracle Corporation. All rights reserved.