edu.isi.powerloom.gui.xmlobject
Class XMLObject

java.lang.Object
  |
  +--edu.isi.powerloom.gui.xmlobject.XMLObject
Direct Known Subclasses:
PLConcept, PLConceptContainer, PLDirectory, PLDirectoryContents, PLFile, PLInstance, PLInstanceContainer, PLModule, PLModuleContainer, PLModuleFileList, PLObjectUnion, PLProposition, PLPropositionContainer, PLQuery, PLQueryList, PLQueryResult, PLRelation, PLRelationContainer, PLSearchParameter, PLSearchResult, PLSearchResultItem, PLServerInfo, PLString, PLSurrogate, PLSurrogateCollection, PLSymbol, PLTuple, PLVariable, PLVariableList, ServerException

public abstract class XMLObject
extends java.lang.Object

Base class for all XMLObjects.

Author:
Eric Melz

Constructor Summary
XMLObject()
           
 
Method Summary
 boolean attrIsTrue(java.lang.String attrValue)
           
 PLTreeNode getChild(int index)
           
 int getChildCount()
           
 int getIndexOfChild(java.lang.Object child)
           
 boolean isLeaf()
           
static void main(java.lang.String[] arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLObject

public XMLObject()
Method Detail

main

public static void main(java.lang.String[] arg)

isLeaf

public boolean isLeaf()

getChild

public PLTreeNode getChild(int index)

getChildCount

public int getChildCount()

getIndexOfChild

public int getIndexOfChild(java.lang.Object child)

attrIsTrue

public boolean attrIsTrue(java.lang.String attrValue)


Copyright © 2002 University of Southern California Information Sciences Institute. All Rights Reserved.