com.aptana.xml
Class Bundle

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

public class Bundle
extends NodeBase

Author:
Kevin Lindsey

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

Bundle

public Bundle()