Package | Description |
---|---|
net.sf.mpxj.primavera |
Modifier and Type | Field and Description |
---|---|
static StructuredTextRecord |
StructuredTextRecord.EMPTY |
Modifier and Type | Method and Description |
---|---|
StructuredTextRecord |
StructuredTextRecord.getChild(String name)
Retrieve a child record by name.
|
StructuredTextRecord |
StructuredTextParser.parse(InputStream is)
Parse structured text from an
InputStream and
return the resulting data. |
StructuredTextRecord |
StructuredTextParser.parse(InputStream is,
Charset charset)
Parse structured text from an
InputStream and
return the resulting data. |
StructuredTextRecord |
StructuredTextParser.parse(String text)
Parse structured text from a
String and
return the resulting data. |
Modifier and Type | Method and Description |
---|---|
List<StructuredTextRecord> |
StructuredTextRecord.getChildren()
Retrieve all child records.
|
Modifier and Type | Method and Description |
---|---|
void |
StructuredTextRecord.addChild(StructuredTextRecord child)
Add a child to the record.
|
String |
StructuredTextWriter.write(StructuredTextRecord record)
Return a string representing the StructuredTextRecord instance in structured text format.
|
Constructor and Description |
---|
StructuredTextRecord(Map<String,String> attributes,
List<StructuredTextRecord> children)
Constructor.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.