| Package | Description |
|---|---|
| org.cip4.lib.xjdf.builder | |
| org.cip4.lib.xjdf.schema | |
| org.cip4.lib.xjdf.xml |
| Modifier and Type | Method and Description |
|---|---|
protected XJDF |
XJdfBuilder.getXJdf()
Getter for xJdf attribute.
|
| Modifier and Type | Method and Description |
|---|---|
XJDF |
ObjectFactory.createXJDF()
Create an instance of
XJDF |
| Modifier and Type | Method and Description |
|---|---|
protected XJDF |
XJdfParser.parseBytes(byte[] bytes)
Parse a byte array to a XJDF Object Tree.
|
XJDF |
XJdfParser.parseStream(InputStream is)
Parse a binary input stream to a XJDF Object Tree.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
XJdfParser.parseXJdf(XJDF xJdf)
Parse a XJDF Object Tree to a byte array.
|
byte[] |
XJdfParser.parseXJdf(XJDF xJdf,
boolean skipValidation)
Parse a XJDF Object Tree to a byte array.
|
void |
XJdfParser.parseXJdf(XJDF xJdf,
OutputStream os)
Parse a XJDF Object Tree to a binary output stream.
|
void |
XJdfParser.parseXJdf(XJDF xJdf,
OutputStream os,
boolean skipValidation)
Parse a XJDF Object Tree to a binary output stream.
|
Copyright © 2013. All Rights Reserved.