| Package | Description |
|---|---|
| org.cip4.lib.xjdf.builder | |
| org.cip4.lib.xjdf.merger | |
| org.cip4.lib.xjdf.schema | |
| org.cip4.lib.xjdf.xml |
| Modifier and Type | Method and Description |
|---|---|
XJDF |
XJdfBuilder.getXJdf()
Getter for xJdf attribute.
|
| Constructor and Description |
|---|
XJdfBuilder(XJDF xjdf)
Custom Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
XJDF |
XjdfMerger.merge(XJDF... xjdfs)
Merge one xjdf document into another one.
|
| Modifier and Type | Method and Description |
|---|---|
XJDF |
XjdfMerger.merge(XJDF... xjdfs)
Merge one xjdf document into another one.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractXmlValidator<XJDF> |
XJdfParser.createValidator() |
| 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 © 2016. All rights reserved.