public class BElement extends Object
| Constructor and Description |
|---|
BElement(Node node) |
BElement(String nodeName) |
public void setNodes(NodeList elementlist)
public void setAttibutes(Node node)
public BElement getElement(int index)
public int elementIndex(BElement element)
public BElement getFirst()
public int getNodeNumber()
public int getType()
public void setType(int type)
public String getName()
public void setName(String nodeName)
public String getValue()
public void setValue(String nodeValue)
public int getSize()
public int getNodeSize()
public boolean isLeaf()
public String getValueAt(int aRow, int aCol)
public void setValueAt(String cellValue, int aRow, int aCol)
public void delAttribute(String attributeName)
public void addNode(BElement newNode)
public void addNode(BElement newNode, int nodePos)
public void delNode(BElement oldNode)
public void clearNodes()
public void delNode(int nodePos)
public String getString()
public BElement copy()
Copyright © 2016 openBaraza. All Rights Reserved.