|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jafer.zoom.test.Tester
public class Tester
Test class for demoing/testing the Zoom interface to Jafer. First runs a zoom query with default for record syntax (returns oai_marc xml), then a test returning mods xml. Note that the query is in CQL.
Field Summary | |
---|---|
(package private) int |
MAX_RECORDS
|
Constructor Summary | |
---|---|
Tester()
|
Method Summary | |
---|---|
void |
doDefaultTest()
Sample zoom query. |
void |
doModsTest()
Sample zoom query. |
static void |
main(java.lang.String[] args)
|
java.lang.String |
toXMLString(org.w3c.dom.Node node)
Helper class to print out the xml returned. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
final int MAX_RECORDS
Constructor Detail |
---|
public Tester()
Method Detail |
---|
public static void main(java.lang.String[] args)
public void doDefaultTest()
public void doModsTest()
public java.lang.String toXMLString(org.w3c.dom.Node node)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |