com.aptana.xml
Class Package

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

public class Package
extends NodeBase

Author:
Kevin Lindsey

Field Summary
 
Fields inherited from class com.aptana.xml.NodeBase
EMPTY_STRING
 
Constructor Summary
Package()
           
 
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

Package

public Package()