public class SerializationParamsHandler
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAMESPACE |
Constructor and Description |
---|
SerializationParamsHandler() |
Modifier and Type | Method and Description |
---|---|
java.util.Properties |
getSerializationProperties() |
void |
setLocator(javax.xml.transform.SourceLocator locator)
Set the location of the instruction to be used for error message reporting
|
void |
setSerializationParams(NodeInfo node)
Set the serialization parameters in the form of an XDM instance
|
public static final java.lang.String NAMESPACE
public void setLocator(javax.xml.transform.SourceLocator locator)
locator
- the location for error reportingpublic void setSerializationParams(NodeInfo node) throws XPathException
node
- either the serialization-parameters element node, or a document node having
this element as its only childXPathException
- if incorrect serialization parameters are foundpublic java.util.Properties getSerializationProperties()
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.