Modifier and Type | Method and Description |
---|---|
PDSLabel |
PDSLabel.expandPointers(java.lang.String path)
Expand INCLUDE and STRUCTURE pointers.
|
boolean |
PDSElement.parse(java.io.BufferedReader reader)
Parses the next element from a file stream.
|
boolean |
PDSLabel.parse(java.io.BufferedReader reader)
Parses a file containing a PDS label into its constitute elements.
|
boolean |
PDSLabel.parse(java.io.InputStream stream)
Parses a file containing a PDS label into its constitute elements.
|
boolean |
PDSLabel.parse(java.lang.String pathName)
Parses a file containing a PDS label into its constitute elements.
|
boolean |
PDSElement.parseValue(char[] cbuff,
int startAt)
Parses a string as a value according to the PDS
Object Definition Language (ODL).
|
boolean |
PDSElement.parseValue(java.lang.String buffer)
Parses a string as a value according to the PDS
Object Definition Language (ODL).
|
boolean |
PDSLabel.parseXML(java.io.InputStream stream)
Parses a file containing XML into its constitute elements.
|
boolean |
PDSLabel.parseXML(java.lang.String pathName)
Parses a file containing XML into its constitute elements.
|
boolean |
PDSLabel.pushNode(org.w3c.dom.Node node,
PDSElement parentElement)
Pushes a DOM node as a label Element.
|
char[] |
PDSElement.readLine(java.io.BufferedReader reader)
Read the next element definition from an input file stream.
|
boolean |
PDSElement.setValue(java.lang.String buffer)
Sets the value of an element.
|
boolean |
PDSElement.setValue(java.lang.String buffer,
int type)
Sets the value of an element and set the type of the value.
|
Copyright © 2008-2009 Regents University of California. All Rights Reserved.