Package | Description |
---|---|
com.sun.tools.txw2.builder.xsd |
Reads XML Schema grammar from XSOM and builds the model for TXW.
|
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.parser |
Parser that reads XML Schema documents and builds an
XSSchemaSet object. |
com.sun.xml.xsom.impl.scd | |
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 |
---|---|---|
Attribute |
XmlSchemaBuilder.attributeDecl(XSAttributeDecl decl) |
Modifier and Type | Method | Description |
---|---|---|
void |
BindGreen.attributeDecl(XSAttributeDecl xsAttributeDecl) |
|
void |
BindPurple.attributeDecl(XSAttributeDecl xsAttributeDecl) |
|
void |
BindRed.attributeDecl(XSAttributeDecl ad) |
|
void |
BindYellow.attributeDecl(XSAttributeDecl xsAttributeDecl) |
Modifier and Type | Method | Description |
---|---|---|
XSAttributeDecl |
XSSchema.getAttributeDecl(String localName) |
|
XSAttributeDecl |
XSSchemaSet.getAttributeDecl(String namespaceURI,
String localName) |
|
XSAttributeDecl |
XSAttributeUse.getDecl() |
Modifier and Type | Method | Description |
---|---|---|
Map<String,XSAttributeDecl> |
XSSchema.getAttributeDecls() |
Gets all the
XSAttributeDecl s in this schema
keyed by their local names. |
Iterator<XSAttributeDecl> |
XSSchema.iterateAttributeDecls() |
|
Iterator<XSAttributeDecl> |
XSSchemaSet.iterateAttributeDecls() |
Iterates all atribute declarations in all the schemas.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AttributeDeclImpl |
Modifier and Type | Method | Description |
---|---|---|
XSAttributeDecl |
AttributeDeclImpl.getAttribute() |
|
XSAttributeDecl |
Ref.Attribute.getAttribute() |
|
XSAttributeDecl |
SchemaImpl.getAttributeDecl(String name) |
|
XSAttributeDecl |
SchemaSetImpl.getAttributeDecl(String ns,
String localName) |
|
XSAttributeDecl |
AttributeUseImpl.getDecl() |
Modifier and Type | Method | Description |
---|---|---|
Map<String,XSAttributeDecl> |
SchemaImpl.getAttributeDecls() |
|
Iterator<XSAttributeDecl> |
SchemaImpl.iterateAttributeDecls() |
|
Iterator<XSAttributeDecl> |
SchemaSetImpl.iterateAttributeDecls() |
Modifier and Type | Method | Description |
---|---|---|
void |
SchemaImpl.addAttributeDecl(XSAttributeDecl newDecl) |
Modifier and Type | Method | Description |
---|---|---|
XSAttributeDecl |
DelayedRef.Attribute.getAttribute() |
Modifier and Type | Field | Description |
---|---|---|
static Axis<XSAttributeDecl> |
Axis.ATTRIBUTE |
Modifier and Type | Method | Description |
---|---|---|
void |
SchemaTreeTraverser.attributeDecl(XSAttributeDecl decl) |
|
void |
SchemaWriter.attributeDecl(XSAttributeDecl decl) |
Modifier and Type | Method | Description |
---|---|---|
String |
ComponentNameFunction.attributeDecl(XSAttributeDecl decl) |
|
String |
NameGetter.attributeDecl(XSAttributeDecl decl) |
|
Boolean |
XSFinder.attributeDecl(XSAttributeDecl decl) |
|
T |
XSFunctionFilter.attributeDecl(XSAttributeDecl decl) |
Modifier and Type | Method | Description |
---|---|---|
T |
XSFunction.attributeDecl(XSAttributeDecl decl) |
|
void |
XSVisitor.attributeDecl(XSAttributeDecl decl) |
Copyright © 2018 Oracle Corporation. All rights reserved.