Package | Description |
---|---|
com.sun.tools.xjc.reader.xmlschema | |
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 | Class | Description |
---|---|---|
class |
BindGreen |
|
class |
BindPurple |
|
class |
BindRed |
This is where a binding of a new class starts.
|
class |
BindYellow |
Modifier and Type | Method | Description |
---|---|---|
void |
XSContentType.visit(XSContentTypeVisitor visitor) |
Modifier and Type | Method | Description |
---|---|---|
void |
EmptyImpl.visit(XSContentTypeVisitor visitor) |
|
void |
ParticleImpl.visit(XSContentTypeVisitor visitor) |
|
void |
SimpleTypeImpl.visit(XSContentTypeVisitor visitor) |
Modifier and Type | Class | 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 | Description |
---|---|---|
interface |
XSVisitor |
Visitor for
XSComponent |
Copyright © 2018 Oracle Corporation. All rights reserved.