public class SerializationParamsHandler
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAMESPACE |
| Constructor and Description |
|---|
SerializationParamsHandler() |
SerializationParamsHandler(java.util.Properties props) |
| Modifier and Type | Method and Description |
|---|---|
CharacterMap |
getCharacterMap() |
java.util.Properties |
getSerializationProperties() |
void |
setLocator(Location 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 SerializationParamsHandler()
public SerializationParamsHandler(java.util.Properties props)
public void setLocator(Location 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()
public CharacterMap getCharacterMap()
Copyright (c) 2004-2018 Saxonica Limited. All rights reserved.