|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xdoclet.sdk.xgg.binding.Binding | +--xdoclet.sdk.xgg.binding.Element
Represents a XML element. Holds references to its children and its referers.
Constructor Summary | |
Element(String xmlName,
String version)
Constructor for the Element object |
Method Summary | |
void |
addChild(Child child)
Adds a feature to the Child attribute of the Element object |
void |
addReferer(SubElement subElement)
Adds a feature to the Referer attribute of the Element object |
Collection |
getChildren()
Gets the children attribute of the Element object |
String |
getJavaType()
Gets the javaType attribute of the Element object |
List |
getReferers()
Gets the referers attribute of the Element object |
SubElement |
getSubElement(String xmlName)
Gets the referer attribute of the Element object |
boolean |
isPcData()
Gets the pcData attribute of the Element object |
String |
toString()
Description of the Method |
Methods inherited from class xdoclet.sdk.xgg.binding.Binding |
getJavaName, getRegexp, getVersion, getXmlName, setRegexp |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Element(String xmlName, String version)
xmlName
- Description of the Parameterversion
- Description of the ParameterMethod Detail |
public void addChild(Child child)
child
- The feature to be added to the Child attributepublic void addReferer(SubElement subElement)
subElement
- The feature to be added to the Referer attributepublic Collection getChildren()
public String getJavaType()
getJavaType
in class Binding
public List getReferers()
public SubElement getSubElement(String xmlName)
xmlName
- Description of the Parameter
public boolean isPcData()
public String toString()
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |