| Package | Description |
|---|---|
| org.apache.ws.commons.schema |
| Modifier and Type | Field and Description |
|---|---|
private XmlSchemaXPath |
XmlSchemaIdentityConstraint.selector |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<XmlSchemaXPath> |
XmlSchemaIdentityConstraint.fields |
| Modifier and Type | Method and Description |
|---|---|
XmlSchemaXPath |
XmlSchemaIdentityConstraint.getSelector() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XmlSchemaXPath> |
XmlSchemaIdentityConstraint.getFields() |
| Modifier and Type | Method and Description |
|---|---|
(package private) org.w3c.dom.Element |
XmlSchemaSerializer.serializeField(org.w3c.dom.Document doc,
XmlSchemaXPath fieldObj,
XmlSchema schema)
********************************************************************* Element serializeField(Document
doc, XmlSchemaXPath fieldObj, XmlSchema schema) throws XmlSchemaSerializerException
Each member of complex type will be appended and pass the element created.
|
(package private) org.w3c.dom.Element |
XmlSchemaSerializer.serializeSelector(org.w3c.dom.Document doc,
XmlSchemaXPath selectorObj,
XmlSchema schema)
********************************************************************* Element
serializeSelector(Document doc, XmlSchemaXPath selectorObj, XmlSchema schema) throws
XmlSchemaSerializerException{
Each member of complex type will be appended and pass the element created.
|
void |
XmlSchemaIdentityConstraint.setSelector(XmlSchemaXPath selector) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
XmlSchemaIdentityConstraint.setFields(java.util.List<XmlSchemaXPath> fields) |