|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjpl.pds.parser.ParserHandler
public class ParserHandler
Handle product queries for validation of PDS products and queries for metadata values. This class is a product parser query handler that accepts queries of the form OFSN = <filename> AND XSD=<url> AND RT=VALIDATION OFSN = <filename> AND METANAMES=<name1,name2,...> AND RT=METADATA After decoding the query, ValidateLabelHandler or MetaDataHandler is used to handle the query.
Constructor Summary | |
---|---|
ParserHandler()
Create ParserHandler object that validates the product or finds metadata in the product. |
Method Summary | |
---|---|
static void |
main(String[] argv)
Main entry for testing ParserHandler. |
jpl.eda.xmlquery.XMLQuery |
query(jpl.eda.xmlquery.XMLQuery query)
Do the work of processing the query. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParserHandler()
Method Detail |
---|
public final jpl.eda.xmlquery.XMLQuery query(jpl.eda.xmlquery.XMLQuery query)
query
in interface jpl.eda.product.QueryHandler
query
- Query request for validation or metadata.
public static void main(String[] argv)
argv
- Command-line arguments.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |