|
|||||||||
| Home >> All >> org >> apache >> [ xmlbeans overview ] | PREV NEXT | ||||||||
Uses of Interface
org.apache.xmlbeans.SchemaProperty
| Uses of SchemaProperty in org.apache.xmlbeans |
| Methods in org.apache.xmlbeans that return SchemaProperty | |
SchemaProperty |
SchemaType.getElementProperty(javax.xml.namespace.QName eltName)
Returns a SchemaProperty corresponding to an element within this complex type by looking up the element name. |
SchemaProperty[] |
SchemaType.getElementProperties()
Returns all the SchemaProperties corresponding to elements. |
SchemaProperty |
SchemaType.getAttributeProperty(javax.xml.namespace.QName attrName)
Returns a SchemaProperty corresponding to an attribute within this complex type by looking up the attribute name. |
SchemaProperty[] |
SchemaType.getAttributeProperties()
Returns all the SchemaProperties corresponding to attributes. |
SchemaProperty[] |
SchemaType.getProperties()
Returns all the SchemaProperties within this complex type, elements followed by attributes. |
SchemaProperty[] |
SchemaType.getDerivedProperties()
Returns the SchemaProperties defined by this complex type, exclusive of the base type (if any). |
|
|||||||||
| Home >> All >> org >> apache >> [ xmlbeans overview ] | PREV NEXT | ||||||||