com.bluestream.sys.xml.schema.display
Class ElementDN

java.lang.Object
  extended bycom.bluestream.sys.xml.schema.SchemaTreeNode
      extended bycom.bluestream.sys.xml.schema.display.DisplayNode
          extended bycom.bluestream.sys.xml.schema.display.ElementDN

public class ElementDN
extends DisplayNode

This class provides a display node that represents a simplified Element node


Field Summary
 
Fields inherited from class com.bluestream.sys.xml.schema.display.DisplayNode
kmaxDisplayNodes, kmaxElemBranchDepth, kmaxTreeBranchDepth
 
Fields inherited from class com.bluestream.sys.xml.schema.SchemaTreeNode
children, id, parent, userData
 
Constructor Summary
ElementDN()
           
 
Method Summary
 String getDisplayString()
           
 String getName()
          Returns the name of the element node.
 String getNodeName()
           
 String getNodeSymbol()
           
 void setElementName(String elementName)
           
 
Methods inherited from class com.bluestream.sys.xml.schema.display.DisplayNode
getCardinalityValue, getDisplayTree, getRootElemDisplayTree, getRootElements, getSimpleType, getSimpleTypeCard, getSimpleTypeRefDisplayTree, setCardinalityValue, setSimpleType, setSimpleTypeCard, toString
 
Methods inherited from class com.bluestream.sys.xml.schema.SchemaTreeNode
addChild, addChild, dump, dumpToFSB, dumpToWriter, firstChild, getChild, getChildren, getID, getNumChildren, getParent, getUserData, insertChild, lastChild, removeChild, removeChild, setChildren, setID, setParent, setUserData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ElementDN

public ElementDN()
Method Detail

getNodeName

public String getNodeName()
Overrides:
getNodeName in class DisplayNode

setElementName

public void setElementName(String elementName)

getDisplayString

public String getDisplayString()
Overrides:
getDisplayString in class DisplayNode

getNodeSymbol

public String getNodeSymbol()
Specified by:
getNodeSymbol in class DisplayNode

getName

public String getName()
Returns the name of the element node.

Specified by:
getName in class DisplayNode
Returns:
String element name


Copyright 2006 Bluestream Database Software Corp. All Rights Reserved.