|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.xml.NodeBase
public class NodeBase
| Field Summary | |
|---|---|
protected static java.lang.String |
EMPTY_STRING
empty string |
| Constructor Summary | |
|---|---|
NodeBase()
NodeBase |
|
| Method Summary | |
|---|---|
void |
addChildType(java.lang.Class type)
addAllowableChildType |
void |
appendChild(INode child)
addChild |
void |
appendText(java.lang.String text)
addText |
int |
compareTo(java.lang.Object arg0)
|
INode |
getChild(int index)
getChild |
int |
getChildCount()
getChildCount |
int |
getColumnNumber()
getColumnNumber |
DocumentNode |
getDocument()
getDocument |
int |
getLineNumber()
getLineNumber |
INode |
getParent()
getParent |
java.lang.String |
getText()
getText |
void |
removeChild(INode child)
removeChild |
void |
removeChildType(java.lang.Class type)
removeChildType |
void |
setColumnNumber(int columnNumber)
setColumnNumber |
void |
setLineNumber(int lineNumber)
setLineNumber |
protected void |
setParent(INode parent)
setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final java.lang.String EMPTY_STRING
| Constructor Detail |
|---|
public NodeBase()
| Method Detail |
|---|
public void addChildType(java.lang.Class type)
type - public void appendChild(INode child)
INode
appendChild in interface INodeINode.appendChild(INode)public void appendText(java.lang.String text)
INode
appendText in interface INodeINode.appendText(java.lang.String)public INode getChild(int index)
INode
getChild in interface INodeINode.getChild(int)public int getChildCount()
INode
getChildCount in interface INodeINode.getChildCount()public DocumentNode getDocument()
INode
getDocument in interface INodeINode.getDocument()public INode getParent()
INode
getParent in interface INodeINode.getParent()public java.lang.String getText()
INode
getText in interface INodeINode.getText()public void removeChild(INode child)
removeChild in interface INodechild - public void removeChildType(java.lang.Class type)
type - protected void setParent(INode parent)
parent - public int getColumnNumber()
getColumnNumber in interface INodepublic void setColumnNumber(int columnNumber)
setColumnNumber in interface INodecolumnNumber - public int getLineNumber()
getLineNumber in interface INodepublic void setLineNumber(int lineNumber)
setLineNumber in interface INodelineNumber - public int compareTo(java.lang.Object arg0)
compareTo in interface java.lang.ComparableComparable.compareTo(java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||