|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Identifies an element that may occur within some schema. Because elements
may be nested, an ElementModel is also a Schema
.
Method Summary | |
java.util.List |
getAttributeModels()
Returns a List of AttributeModel s. |
java.lang.String |
getContentTranslator()
Returns the translator used for character content within the body of the element; may return null. |
java.lang.String |
getElementName()
Returns the name of the element. |
java.util.List |
getRules()
Returns a List of Rule . |
Methods inherited from interface org.apache.hivemind.schema.Schema |
getElementModel |
Methods inherited from interface org.apache.hivemind.Locatable |
getLocation |
Method Detail |
public java.lang.String getElementName()
public java.util.List getAttributeModels()
AttributeModel
s. The List is unmodifiable and won't be null,
but may be empty.
public java.util.List getRules()
Rule
.
The List is unmodifiable and won't but null, but could be empty.
public java.lang.String getContentTranslator()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |