Class Index | File Index

Classes


Class xmldom.LSSerializer


Defined in: LSSerializer.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Partial implementation of LSSerializer
Field Summary
Field Attributes Field Name and Description
 
Method Summary
Method Attributes Method Name and Description
<inner>  
Escape characters within document content Follows basic guidelines specified at http://xerces.apache.org/xerces2-j/javadocs/api/org/w3c/dom/ls/LSSerializer.html
<inner>  
serializeAttribute(qname, attr)
<inner>  
serializeNode(ns, node)
<inner>  
startElement(ns, qname, element)
 
writeToString(node, nsmap)
Class Detail
xmldom.LSSerializer()
Partial implementation of LSSerializer
Field Detail
filter
Method Detail
<inner> {string} escapeContent(value)
Escape characters within document content Follows basic guidelines specified at http://xerces.apache.org/xerces2-j/javadocs/api/org/w3c/dom/ls/LSSerializer.html
Parameters:
{string} value
Returns:
{string}

<inner> {!string} serializeAttribute(qname, attr)
Parameters:
{!string} qname
{!Attr} attr
Returns:
{!string}

<inner> {!string} serializeNode(ns, node)
Parameters:
{!Namespaces} ns
{!Node} node
Returns:
{!string}

<inner> {!string} startElement(ns, qname, element)
Parameters:
{!Namespaces} ns
{!string} qname
{!Node} element
Returns:
{!string}

{!string} writeToString(node, nsmap)
Parameters:
{?Node} node
{!Object.} nsmap
Returns:
{!string}

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Aug 06 2015 04:10:42 GMT+0200 (MESZ)