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 |
---|---|
Map<String,XSIdentityConstraint> |
XSSchema.getIdentityConstraints()
Gets all the
XSIdentityConstraint s in this schema,
keyed by their names. |
List<XSIdentityConstraint> |
XSElementDecl.getIdentityConstraints()
Returns all the
XSIdentityConstraint s in this element decl. |
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 |
Ref.IdentityConstraint.get() |
XSIdentityConstraint |
IdentityConstraintImpl.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 |
---|---|
Map<String,XSIdentityConstraint> |
SchemaImpl.getIdentityConstraints() |
List<XSIdentityConstraint> |
ElementDecl.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 |
SchemaWriter.identityConstraint(XSIdentityConstraint decl) |
void |
SchemaTreeTraverser.identityConstraint(XSIdentityConstraint ic) |
Modifier and Type | Method and Description |
---|---|
T |
XSFunctionFilter.identityConstraint(XSIdentityConstraint decl) |
String |
ComponentNameFunction.identityConstraint(XSIdentityConstraint decl) |
String |
NameGetter.identityConstraint(XSIdentityConstraint decl) |
Boolean |
XSFinder.identityConstraint(XSIdentityConstraint decl) |
Modifier and Type | Method and Description |
---|---|
T |
XSFunction.identityConstraint(XSIdentityConstraint decl) |
void |
XSVisitor.identityConstraint(XSIdentityConstraint decl) |
Copyright © 2014 Oracle. All rights reserved.