public class XJdfNavigator extends XPathNavigatorBase
| Modifier and Type | Field and Description |
|---|---|
static String |
AMOUNT
XPath to attribute 'Amount' of Product Node in XJDF Document.
|
static String |
CATEGORY
XPath to attribute 'Category' in XJDF Document.
|
static String |
COLOR_NUM_COLORS
XPath to attribute 'NumColors' of ColorIntent Node in XJDF Document.
|
static String |
CUSTOMER_ID
XPath to attribute 'CustomerID' of CustomerInfo Node in XJDF Document.
|
static String |
FILE_SPEC_URL
XPath to attribute 'URL' of a single RunList/FileSpec definition in XJDF Document.
|
static String |
FOLDING_CATALOG
XPath to attribute 'FoldingCatalog' of FoldingIntent Node in XJDF Document.
|
static String |
GENERAL_CATALOG_ID
XPath to attribute 'IDValue' of GeneralID 'CatalogID' in XJDF Document.
|
static String |
GENERAL_LINE_ID
XPath to attribute 'IDValue' of GeneralID 'LineID' in XJDF Document.
|
static String |
JOB_ID
XPath to attribute 'JobID' in XJDF Document.
|
static String |
LAYOUT_DIMENSIONS
XPath to attribute 'Dimensions' of LayoutIntent Node in XJDF Document.
|
static String |
LAYOUT_FINISHED_DIMENSIONS
XPath to attribute 'FinishedDimensions' of LayoutIntent Node in XJDF Document.
|
static String |
MEDIA_QUALITY
XPath to attribute 'MediaQuality' of MediaIntent Node in XJDF Document.
|
static String |
MIN_APPROVALS
XPath to attribute 'MinApprovals' of ApprovalParams Node in XJDF Document.
|
static String |
PRODUCTION_PRINT_PROCESS
XPath to attribute 'PrintProcess' of ProductionIntent Node in XJDF Document.
|
xmlDocument, xPath| Constructor and Description |
|---|
XJdfNavigator(byte[] xJdfBytes)
Custom constructor.
|
XJdfNavigator(InputStream xJdfStream)
Custom constructor.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getXJdfBytes()
Returns the XJDF Document as Byte Array.
|
InputStream |
getXJdfStream()
Retruns the XJDF Document as Stream.
|
evaluate, getXmlBytes, getXmlStream, readAttribute, readAttribute, updateAttribute, updateAttributepublic static final String JOB_ID
public static final String CATEGORY
public static final String GENERAL_CATALOG_ID
public static final String GENERAL_LINE_ID
public static final String FILE_SPEC_URL
public static final String MIN_APPROVALS
public static final String CUSTOMER_ID
public static final String AMOUNT
public static final String MEDIA_QUALITY
public static final String LAYOUT_FINISHED_DIMENSIONS
public static final String LAYOUT_DIMENSIONS
public static final String PRODUCTION_PRINT_PROCESS
public static final String FOLDING_CATALOG
public static final String COLOR_NUM_COLORS
public XJdfNavigator(InputStream xJdfStream) throws Exception
xJdfStream - The XJDF Input Stream.Exceptionpublic byte[] getXJdfBytes()
throws Exception
Exceptionpublic InputStream getXJdfStream() throws Exception
Exception - Is thrown in case an exception occurs.Copyright © 2013. All Rights Reserved.