| 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.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 and 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 and Description |
|---|---|
List<XSIdentityConstraint> |
XSElementDecl.getIdentityConstraints()
Returns all the
XSIdentityConstraints in this element decl. |
Map<String,XSIdentityConstraint> |
XSSchema.getIdentityConstraints()
Gets all the
XSIdentityConstraints in this schema,
keyed by their names. |
Iterator<XSIdentityConstraint> |
XSSchemaSet.iterateIdentityConstraints()
Iterates all identity constraints in all the schemas.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IdentityConstraintImpl
XSIdentityConstraint implementation. |
| Modifier and Type | Method and 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 and Description |
|---|---|
List<XSIdentityConstraint> |
ElementDecl.getIdentityConstraints() |
Map<String,XSIdentityConstraint> |
SchemaImpl.getIdentityConstraints() |
Iterator<XSIdentityConstraint> |
SchemaSetImpl.iterateIdentityConstraints() |
| Modifier and Type | Method and Description |
|---|---|
void |
XPathImpl.setParent(XSIdentityConstraint parent) |
| Modifier and Type | Method and Description |
|---|---|
XSIdentityConstraint |
DelayedRef.IdentityConstraint.get() |
| Modifier and Type | Field and Description |
|---|---|
static Axis<XSIdentityConstraint> |
Axis.IDENTITY_CONSTRAINT |
static Axis<XSIdentityConstraint> |
Axis.REFERENCED_KEY |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaTreeTraverser.identityConstraint(XSIdentityConstraint ic) |
void |
SchemaWriter.identityConstraint(XSIdentityConstraint decl) |
| Modifier and Type | Method and 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 and Description |
|---|---|
T |
XSFunction.identityConstraint(XSIdentityConstraint decl) |
void |
XSVisitor.identityConstraint(XSIdentityConstraint decl) |
Copyright © 2005–2017 Oracle Corporation. All rights reserved.