|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.ltdt.parser.ParserLite
public class ParserLite
Class that parses a PDS label. This class does not do any semantic validation of values.
Constructor Summary | |
---|---|
ParserLite()
|
Method Summary | |
---|---|
java.util.List |
getNextLine()
Get the next line in a PDS label. |
java.util.List |
parse(java.io.InputStream label)
Parse the PDS label |
PrettyAttributeStatement |
parseStatement(java.lang.String string)
Parse a statement |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParserLite()
Method Detail |
---|
public java.util.List parse(java.io.InputStream label) throws java.io.IOException
label
- A stream representation of a PDS label.
java.io.IOException
public java.util.List getNextLine() throws java.io.IOException
java.io.IOException
public PrettyAttributeStatement parseStatement(java.lang.String string)
string
- A string representation of a valid ODL statement.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |