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.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 |
---|---|---|
Leaf |
XmlSchemaBuilder.identityConstraint(XSIdentityConstraint xsIdentityConstraint) |
Modifier and Type | Method | Description |
---|---|---|
XSIdentityConstraint |
XSSchema.getIdentityConstraint(String localName) |
Gets the identity constraint of the given name, or null if not found.
|
XSIdentityConstraint |
XSSchemaSet.getIdentityConstraint(String namespaceURI,
String localName) |
|
XSIdentityConstraint |
XSXPath.getParent() |
Returns the
XSIdentityConstraint to which
this XPath belongs to. |
XSIdentityConstraint |
XSIdentityConstraint.getReferencedKey() |
If this is
KEYREF , returns the key XSIdentityConstraint
being referenced. |
Modifier and Type | Method | Description |
---|---|---|
List<XSIdentityConstraint> |
XSElementDecl.getIdentityConstraints() |
Returns all the
XSIdentityConstraint s in this element decl. |
Map<String,XSIdentityConstraint> |
XSSchema.getIdentityConstraints() |
Gets all the
XSIdentityConstraint s in this schema,
keyed by their names. |
Iterator<XSIdentityConstraint> |
XSSchemaSet.iterateIdentityConstraints() |
Iterates all identity constraints in all the schemas.
|
Modifier and Type | Class | Description |
---|---|---|
class |
IdentityConstraintImpl |
XSIdentityConstraint implementation. |
Modifier and Type | Method | Description |
---|---|---|
XSIdentityConstraint |
IdentityConstraintImpl.get() |
|
XSIdentityConstraint |
Ref.IdentityConstraint.get() |
|
XSIdentityConstraint |
SchemaImpl.getIdentityConstraint(String localName) |
|
XSIdentityConstraint |
SchemaSetImpl.getIdentityConstraint(String ns,
String localName) |
|
XSIdentityConstraint |
XPathImpl.getParent() |
|
XSIdentityConstraint |
IdentityConstraintImpl.getReferencedKey() |
Modifier and Type | Method | Description |
---|---|---|
List<XSIdentityConstraint> |
ElementDecl.getIdentityConstraints() |
|
Map<String,XSIdentityConstraint> |
SchemaImpl.getIdentityConstraints() |
|
Iterator<XSIdentityConstraint> |
SchemaSetImpl.iterateIdentityConstraints() |
Modifier and Type | Method | Description |
---|---|---|
void |
XPathImpl.setParent(XSIdentityConstraint parent) |
Modifier and Type | Method | Description |
---|---|---|
XSIdentityConstraint |
DelayedRef.IdentityConstraint.get() |
Modifier and Type | Field | Description |
---|---|---|
static Axis<XSIdentityConstraint> |
Axis.IDENTITY_CONSTRAINT |
|
static Axis<XSIdentityConstraint> |
Axis.REFERENCED_KEY |
Modifier and Type | Method | Description |
---|---|---|
void |
SchemaTreeTraverser.identityConstraint(XSIdentityConstraint ic) |
|
void |
SchemaWriter.identityConstraint(XSIdentityConstraint decl) |
Modifier and Type | Method | Description |
---|---|---|
String |
ComponentNameFunction.identityConstraint(XSIdentityConstraint decl) |
|
String |
NameGetter.identityConstraint(XSIdentityConstraint decl) |
|
Boolean |
XSFinder.identityConstraint(XSIdentityConstraint decl) |
|
T |
XSFunctionFilter.identityConstraint(XSIdentityConstraint decl) |
Modifier and Type | Method | Description |
---|---|---|
T |
XSFunction.identityConstraint(XSIdentityConstraint decl) |
|
void |
XSVisitor.identityConstraint(XSIdentityConstraint decl) |
Copyright © 2018 Oracle Corporation. All rights reserved.