| Package | Description |
|---|---|
| org.apache.ws.commons.schema |
| Modifier and Type | Class and Description |
|---|---|
class |
XmlSchemaKey
Identifies a key constraint.
|
class |
XmlSchemaKeyref
Identifies a keyref constraint.
|
class |
XmlSchemaUnique
Identifies a unique constraint among a set of elements.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<XmlSchemaIdentityConstraint> |
XmlSchemaElement.constraints |
| Modifier and Type | Method and Description |
|---|---|
private XmlSchemaIdentityConstraint |
SchemaBuilder.handleConstraint(org.w3c.dom.Element constraintEl,
java.lang.Class<? extends XmlSchemaIdentityConstraint> typeClass) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XmlSchemaIdentityConstraint> |
XmlSchemaElement.getConstraints()
Returns a collection of constraints on the element.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) org.w3c.dom.Element |
XmlSchemaSerializer.serializeIdentityConstraint(org.w3c.dom.Document doc,
XmlSchemaIdentityConstraint constraintObj,
XmlSchema schema)
********************************************************************* Element
serializeIdentityConstraint(Document doc, XmlSchemaIdentityConstraint constraintObj, XmlSchema schema)
throws XmlSchemaSerializerException{
Each member of complex type will be appended and pass the element created.
|
| Modifier and Type | Method and Description |
|---|---|
private XmlSchemaIdentityConstraint |
SchemaBuilder.handleConstraint(org.w3c.dom.Element constraintEl,
java.lang.Class<? extends XmlSchemaIdentityConstraint> typeClass) |