com.xmlcalabash.model
Class Serialization
java.lang.Object
com.xmlcalabash.model.SourceArtifact
com.xmlcalabash.model.Serialization
public class Serialization
- extends SourceArtifact
- Author:
- ndw
Constructor Summary |
Serialization(XProcRuntime xproc,
net.sf.saxon.s9api.XdmNode node)
Creates a new instance of Serialization |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Serialization
public Serialization(XProcRuntime xproc,
net.sf.saxon.s9api.XdmNode node)
- Creates a new instance of Serialization
setPort
public void setPort(java.lang.String port)
getPort
public java.lang.String getPort()
setByteOrderMark
public void setByteOrderMark(boolean byteOrderMark)
getByteOrderMark
public boolean getByteOrderMark()
setCdataSectionElements
public void setCdataSectionElements(java.util.Vector<net.sf.saxon.s9api.QName> cdataSectionElements)
getCdataSectionElements
public java.util.Vector<net.sf.saxon.s9api.QName> getCdataSectionElements()
setDoctypePublic
public void setDoctypePublic(java.lang.String doctypePublic)
getDoctypePublic
public java.lang.String getDoctypePublic()
setDoctypeSystem
public void setDoctypeSystem(java.lang.String doctypeSystem)
getDoctypeSystem
public java.lang.String getDoctypeSystem()
setEncoding
public void setEncoding(java.lang.String encoding)
getEncoding
public java.lang.String getEncoding()
setEscapeURIAttributes
public void setEscapeURIAttributes(boolean escapeURIAttributes)
getEscapeURIAttributes
public boolean getEscapeURIAttributes()
setIncludeContentType
public void setIncludeContentType(boolean includeContentType)
getIncludeContentType
public boolean getIncludeContentType()
setIndent
public void setIndent(boolean indent)
getIndent
public boolean getIndent()
setMediaType
public void setMediaType(java.lang.String mediaType)
getMediaType
public java.lang.String getMediaType()
setMethod
public void setMethod(net.sf.saxon.s9api.QName method)
getMethod
public net.sf.saxon.s9api.QName getMethod()
setNormalizationForm
public void setNormalizationForm(java.lang.String normalizationForm)
getNormalizationForm
public java.lang.String getNormalizationForm()
setOmitXMLDeclaration
public void setOmitXMLDeclaration(boolean omitXMLDeclaration)
getOmitXMLDeclaration
public boolean getOmitXMLDeclaration()
setStandalone
public void setStandalone(java.lang.String standalone)
getStandalone
public java.lang.String getStandalone()
setUndeclarePrefixes
public void setUndeclarePrefixes(boolean undeclarePrefixes)
getUndeclarePrefixes
public boolean getUndeclarePrefixes()
setVersion
public void setVersion(java.lang.String version)
getVersion
public java.lang.String getVersion()