-
mf.org.w3c.dom.ls.LSSerializer.writeToString()
/DOM-Level-3-Core/core.html#parameter-error-handler'> error-handler" if they wish to get details on the error.
-
mod.AccountDB.GUI.Templates.AccountTemplateHandler.writeToString()
-
org.apache.xerces.dom3.ls.DOMWriter.writeToString()
Serialize the specified node as described above in the description of DOMWriter
. The result of serializing the node is returned as a string. Writing a Document or Entity node produces a serialized form that is well formed XML. Writing other node types produces a fragment of text in a form that is not fully defined by this document, but that should be useful to a human for debugging or diagnostic purposes.
@param wnode The node to be written.
@return Returns the serialized data, or null
in case a failure occured and the failure wasn't canceled by the error handler.
@exception DOMException DOMSTRING_SIZE_ERR: The resulting string is too long to fit in a DOMString
.
-
org.apache.xml.serialize.DOMSerializerImpl.writeToString()
DOM L3 EXPERIMENTAL: Serialize the specified node as described above in the description of DOMSerializer
. The result of serializing the node is returned as a string. Writing a Document or Entity node produces a serialized form that is well formed XML. Writing other node types produces a fragment of text in a form that is not fully defined by this document, but that should be useful to a human for debugging or diagnostic purposes.
@param wnode The node to be written.
@return Returns the serialized data, or null
in case afailure occured and the failure wasn't canceled by the error handler.
@exception DOMException DOMSTRING_SIZE_ERR: The resulting string is too long to fit in a DOMString
.
-
org.apache.xml.serializer.dom3.LSSerializerImpl.writeToString()
Serializes the specified node and returns a String with the serialized data to the caller.
@see org.w3c.dom.ls.LSSerializer#writeToString(org.w3c.dom.Node)
@since DOM Level 3
@param nodeArg The Node to serialize.
@throws org.w3c.dom.ls.LSException SERIALIZE_ERR: Raised if the LSSerializer was unable to serialize the node.
-
org.w3c.dom.ls.DOMSerializer.writeToString()
Serialize the specified node as described above in the general description of the DOMSerializer
interface. The output is written to a DOMString
that is returned to the caller (this method completely ignores all the encoding information available).
@param node The node to serialize.
@return Returns the serialized data, or null
in case the node couldn't be serialized.
@exception DOMException DOMSTRING_SIZE_ERR: Raised if the resulting string is too long to fit in a DOMString
.
-
org.w3c.dom.ls.DOMWriter.writeToString()
Serialize the specified node as described above in the description of DOMWriter
. The result of serializing the node is returned as a DOMString (this method completely ignores all the encoding information available). Writing a Document or Entity node produces a serialized form that is well formed XML. Writing other node types produces a fragment of text in a form that is not fully defined by this document, but that should be useful to a human for debugging or diagnostic purposes.
Error handler is called if encoding not supported...
@param wnode The node to be written.
@return Returns the serialized data, or null
in case a failure occured and the failure wasn't canceled by the error handler.
@exception DOMException DOMSTRING_SIZE_ERR: Raised if the resulting string is too long to fit in a DOMString
.
-
org.w3c.dom.ls.LSSerializer.writeToString()
/DOM-Level-3-Core/core.html#parameter-error-handler'> error-handler" if they wish to get details on the error.