agonism.dovetail.site.quick
Class QLocation

java.lang.Object
  |
  +--agonism.dovetail.site.quick.QGBase
        |
        +--agonism.dovetail.site.quick.QLocation
All Implemented Interfaces:
com.jxml.quick.QAware, QGBaseIntf

public class QLocation
extends QGBase
implements QGBaseIntf, com.jxml.quick.QAware


Field Summary
protected  java.lang.String name
           
protected  java.util.ArrayList pagesAndLocations
           
 
Fields inherited from class agonism.dovetail.site.quick.QGBase
qParent
 
Constructor Summary
QLocation()
           
QLocation(QGBaseIntf qParent, java.lang.String name)
          minimum constructor
QLocation(QGBaseIntf qParent, java.lang.String name, java.util.ArrayList pagesAndLocations)
          full constructor
 
Method Summary
 void endElement(java.lang.String tagName, com.jxml.quick.QContext outputContext)
          Method called at the end of a Quick transformation.
 java.util.ArrayList getAllXChildren()
          get a list of all the objects corresponding to XML children
 java.lang.String getName()
           
 java.util.ArrayList getPagesAndLocations()
           
 java.lang.String getXAttVal(java.lang.String attname)
           
 java.util.ArrayList getXChildren(java.lang.String childTagName)
           
 void print(java.io.PrintWriter pw, java.lang.String indent)
          print a summary of this object
 void setName(java.lang.String name)
           
 
Methods inherited from class agonism.dovetail.site.quick.QGBase
getXParent, print, setXParent, setXParentLinks
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface agonism.dovetail.site.quick.QGBaseIntf
getXParent, print, setXParent, setXParentLinks
 

Field Detail

name

protected java.lang.String name

pagesAndLocations

protected java.util.ArrayList pagesAndLocations
Constructor Detail

QLocation

public QLocation()

QLocation

public QLocation(QGBaseIntf qParent,
                 java.lang.String name,
                 java.util.ArrayList pagesAndLocations)
full constructor

QLocation

public QLocation(QGBaseIntf qParent,
                 java.lang.String name)
minimum constructor
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getPagesAndLocations

public java.util.ArrayList getPagesAndLocations()

endElement

public void endElement(java.lang.String tagName,
                       com.jxml.quick.QContext outputContext)
                throws com.jxml.quick.QPE
Description copied from interface: QGBaseIntf
Method called at the end of a Quick transformation. Can be used to check integrity.
Specified by:
endElement in interface QGBaseIntf
Overrides:
endElement in class QGBase

print

public void print(java.io.PrintWriter pw,
                  java.lang.String indent)
Description copied from interface: QGBaseIntf
print a summary of this object
Specified by:
print in interface QGBaseIntf
Overrides:
print in class QGBase

getXAttVal

public java.lang.String getXAttVal(java.lang.String attname)

getXChildren

public java.util.ArrayList getXChildren(java.lang.String childTagName)

getAllXChildren

public java.util.ArrayList getAllXChildren()
Description copied from interface: QGBaseIntf
get a list of all the objects corresponding to XML children
Specified by:
getAllXChildren in interface QGBaseIntf
Overrides:
getAllXChildren in class QGBase