|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.gxl.FXMLNode
NOTE: The "attribute" in the method's names refers the logical attribute of BasicIncrement objects and NOT the attributes of the xml document. A FXMLNode object encapsulates an BasicIncrement object and defines methods to read out the single attributes(see above).
Constructor Summary | |
FXMLNode(org.w3c.dom.Element elem)
Constructor for class FXMLNode |
Method Summary | |
java.util.HashSet |
getAttributeNames()
UMLMethod: '+ getAttributeNames (): HashSet'. |
de.upb.tools.fca.FHashMap |
getAttributesAndValues()
Get the attributesAndValues attribute of the FXMLNode object |
java.lang.String |
getClassLoader()
Get the classLoader attribute of the FXMLNode object |
java.lang.String |
getId()
UMLMethod: '+ getId (): String'. |
java.lang.String |
getPluginId()
Get the pluginId attribute of the FXMLNode object |
java.lang.String |
getType()
UMLMethod: '+ getType (): String'. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FXMLNode(org.w3c.dom.Element elem)
elem
- No description providedMethod Detail |
public java.lang.String getId()
public java.lang.String getType()
public de.upb.tools.fca.FHashMap getAttributesAndValues()
public java.util.HashSet getAttributeNames()
public java.lang.String getPluginId()
public java.lang.String getClassLoader()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |