Package com.xmlcalabash.util
Class XmlViewportComposer
-
- All Implemented Interfaces:
public final class XmlViewportComposer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
XmlViewportComposer.Decomposer
public final class
XmlViewportComposer.Recomposer
-
Field Summary
Fields Modifier and Type Field Description private Integer
itemIndex
private XdmNode
decomposed
private DocumentProperties
properties
private MediaType
contentType
private final List<XmlViewportItem>
viewportItems
private final XProcStepConfiguration
stepConfig
private final String
match
private final Map<QName, XdmValue>
bindings
-
Constructor Summary
Constructors Constructor Description XmlViewportComposer(XProcStepConfiguration stepConfig, String match, Map<QName, XdmValue> bindings)
-
Method Summary
Modifier and Type Method Description final Integer
getItemIndex()
final Unit
setItemIndex(Integer itemIndex)
final XdmNode
getDecomposed()
final Unit
setDecomposed(XdmNode decomposed)
final DocumentProperties
getProperties()
final Unit
setProperties(DocumentProperties properties)
final MediaType
getContentType()
final Unit
setContentType(MediaType contentType)
final List<XmlViewportItem>
getViewportItems()
final XProcStepConfiguration
getStepConfig()
final String
getMatch()
final Map<QName, XdmValue>
getBindings()
final List<XmlViewportItem>
decompose(XProcDocument document)
final XProcDocument
recompose()
-
-
Constructor Detail
-
XmlViewportComposer
XmlViewportComposer(XProcStepConfiguration stepConfig, String match, Map<QName, XdmValue> bindings)
-
-
Method Detail
-
getItemIndex
final Integer getItemIndex()
-
setItemIndex
final Unit setItemIndex(Integer itemIndex)
-
getDecomposed
final XdmNode getDecomposed()
-
setDecomposed
final Unit setDecomposed(XdmNode decomposed)
-
getProperties
final DocumentProperties getProperties()
-
setProperties
final Unit setProperties(DocumentProperties properties)
-
getContentType
final MediaType getContentType()
-
setContentType
final Unit setContentType(MediaType contentType)
-
getViewportItems
final List<XmlViewportItem> getViewportItems()
-
getStepConfig
final XProcStepConfiguration getStepConfig()
-
getBindings
final Map<QName, XdmValue> getBindings()
-
decompose
final List<XmlViewportItem> decompose(XProcDocument document)
-
recompose
final XProcDocument recompose()
-
-
-
-