|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.optimizationservices.oscommon.representationparser.OSgLReader
org.optimizationservices.oscommon.representationparser.OSqLReader
public class OSqLReader
The
Field Summary |
---|
Fields inherited from class org.optimizationservices.oscommon.representationparser.OSgLReader |
---|
m_document |
Constructor Summary | |
---|---|
OSqLReader()
Default constructor. |
|
OSqLReader(boolean validate)
constructor. |
Method Summary | |
---|---|
OSQuery |
getOSQuery()
get the standard OSQuery, a local interface for storing Optimization Services query. |
StandardQuery |
getStandardQuery()
get the standard query data structure. |
java.lang.String |
getXQuery()
Get the xQuery in a string. |
static void |
main(java.lang.String[] argv)
main for test purposes. |
Methods inherited from class org.optimizationservices.oscommon.representationparser.OSgLReader |
---|
getDocument, getRootElement, isValidate, readFile, readString, setDocument, setRootElement, setValidate, writeToFile, writeToSring, writeToStandardOutput |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OSqLReader(boolean validate)
validate
- holds whether the reader should be validating against the schema or not.public OSqLReader()
Method Detail |
---|
public OSQuery getOSQuery() throws java.lang.Exception
java.lang.Exception
- if there are errors getting the OSQuery.public StandardQuery getStandardQuery()
StandardQuery
public java.lang.String getXQuery()
public static void main(java.lang.String[] argv)
argv
- command line arguments.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |