content
This array defines all content (objects and arrays) to appear within
this class or element. The interpretation of this array depends
on the element's defined content model.
Serializable
, Cloneable
, MetaDef.Definition
, MetaDef.FullDefinition
, NodeDef
MetaDef
static final String[]
contentModel
.void
display(PrintWriter _out,
int _indent)
boolean
displayDiff(ElementDef _other,
PrintWriter _out,
int _indent)
void
displayXML(XMLOutput _out,
int _indent)
getName()
addChild, addChildren, clone, constructElement, constructElement, deepCopy, diff, displayAttribute, displayAttributeDiff, displayElement, displayElementArray, displayElementArrayDiff, displayElementDiff, displayIndent, displayString, displayStringArray, displayStringArrayDiff, displayStringDiff, displayXML, displayXMLElement, displayXMLElementArray, displayXMLString, displayXMLStringArray, equals, getChildren, getElementChildren, getElementClass, getLocation, getMixedChildren, getMixedChildren_new, getText, getType, getWrapper, hashCode, toCompactXML, toString, toXML, verifyEqual
finalize, getClass, notify, notifyAll, wait, wait, wait
getChildren, getLocation, getText, getType, getWrapper
contentModel
.XOMException
NodeDef
getName
in interface NodeDef
getName
in class ElementDef
NodeDef
NodeDef
displayXML
in interface NodeDef
displayXML
in class ElementDef
_out
- the XMLOutput class to display the XMLElementDef
displayDiff
in class ElementDef
_other
- the ElementDef to which to compare this element._out
- a PrintWriter to which to display any discovered differences,
or null if just doing an equality check (and no diff report is needed)._indent
- the current indentation level (used for nice display of diffs).