public class PrintTalkNavigator
extends org.cip4.lib.xjdf.xml.internal.AbstractXPathNavigator
| Modifier and Type | Field and Description |
|---|---|
static String |
BUSINESS_ID
XPath to attribute 'BusinessID' of PurchaseOrder Node in PrintTalk Document.
|
static String |
CURRENCY
XPath to attribute 'Currency' of PurchaseOrder Node in PrintTalk Document.
|
static String |
TIMESTAMP
XPath to attribute 'TimeStamp' in PrintTalk Document.
|
static String |
XJDF
XPath to embedded XJDF Document in PrintTalk Document.
|
| Modifier and Type | Method and Description |
|---|---|
static PrintTalkNavigator |
newInstance(InputStream xmlStream)
Factory method for creating a new XJdfNavigator object.
|
String |
readXJdfAttribute(String xPathXJdf)
Read attribute from embedded XJdf Document in PrintTalk.
|
public static final String TIMESTAMP
public static final String BUSINESS_ID
public static final String CURRENCY
public static final String XJDF
public static PrintTalkNavigator newInstance(InputStream xmlStream) throws Exception
xmlStream - XML document as input stream.IOException - Is being thrown in case an exception occurs.Exceptionpublic String readXJdfAttribute(String xPathXJdf) throws XPathExpressionException
xPath - XPath expression of XJDF attribute needed.XPathExpressionException - Is being thrown in case an exception occurs.Copyright © 2012. All Rights Reserved.