com.aptana.xml
Class Property

java.lang.Object
  extended by com.aptana.xml.NodeBase
      extended by com.aptana.xml.Property
All Implemented Interfaces:
INode, java.lang.Comparable

public class Property
extends NodeBase

Author:
Kevin Lindsey

Field Summary
 
Fields inherited from class com.aptana.xml.NodeBase
EMPTY_STRING
 
Constructor Summary
Property()
          Property
 
Method Summary
 
Methods inherited from class com.aptana.xml.NodeBase
addChildType, appendChild, appendText, compareTo, getChild, getChildCount, getColumnNumber, getDocument, getLineNumber, getParent, getText, removeChild, removeChildType, setColumnNumber, setLineNumber, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property()
Property