com.xmlcalabash.model
Class Serialization

java.lang.Object
  extended by com.xmlcalabash.model.SourceArtifact
      extended by com.xmlcalabash.model.Serialization

public class Serialization
extends SourceArtifact

Author:
ndw

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

Constructor Detail

Serialization

public Serialization(XProcRuntime xproc,
                     net.sf.saxon.s9api.XdmNode node)
Creates a new instance of Serialization

Method Detail

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()