| Package | Description |
|---|---|
| org.cip4.lib.xjdf.type | |
| org.cip4.lib.xjdf.xml.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractList<T>
A list is an enumerated set of values, which is expressed as a list of space separated values.
|
class |
DateTime
Implementation of the XJDF DateTime data type.
|
class |
Duration
Durations are a component of time intervals and define the amount of intervening time in a time interval.
|
class |
IDREF
DataType for IDRefs
|
class |
IntegerList
An IntegerList is an enumerated set of Integers, which is expressed as a list of space separated values.
|
class |
Matrix
Coordinate transformation matrices are widely used throughout the whole printing Process, especially in Layout Resources.
|
class |
NMTokens
NMTOKENS is an enumerated set of NMTOKEN, which is expressed as a list of space separated values.
|
class |
Rectangle
XML Attributes of type rectangle are used to describe rectangular locations on the page, Sheet or other printable
surface.
|
class |
Shape
XML Attributes of type shape are used to describe a three dimensional box.
|
class |
XYPair
XML Attributes of type XYPair are used to describe sizes like Dimensions and StartPosition.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractXJdfType> |
XmlNavigator.evaluate(String xPath,
Class<T> xJdfType)
Evaluates an XPath expression on XML Document and returns the result as XJDF DataType.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlNavigator.updateAttribute(String xPath,
AbstractXJdfType value)
Update attribute in XML Document.
|
Copyright © 2016. All rights reserved.