Packagedom.loadsave
Interfacepublic interface LSSerializer

Introduced in: DOM 3 Load and Save 

See also

http://www.w3.org/TR/DOM-Level-3-LS/load-save.html#LS-LSSerializer


Public Properties
 PropertyDefined By
  DOM 3 Load and Save domConfig : DOMConfiguration
[read-only]
LSSerializer
  DOM 3 Load and Save filter : LSSerializerFilter
LSSerializer
  DOM 3 Load and Save newLine : DOMString
LSSerializer
Public Methods
 MethodDefined By
  
DOM 3 Load and Save write(nodeArg:Node, destination:LSOutput):Boolean
LSSerializer
  
DOM 3 Load and Save writeToString(nodeArg:Node):DOMString
LSSerializer
  
DOM 3 Load and Save writeToURI(nodeArg:Node, uri:DOMString):Boolean
LSSerializer
Property Detail
DOM 3 Load and Save domConfigproperty
domConfig:DOMConfiguration  [read-only]

Introduced in: DOM 3 Load and Save 


Implementation
    public function get domConfig():DOMConfiguration

See also

DOM 3 Load and Save filterproperty 
filter:LSSerializerFilter

Introduced in: DOM 3 Load and Save 


Implementation
    public function get filter():LSSerializerFilter
    public function set filter(value:LSSerializerFilter):void

See also

DOM 3 Load and Save newLineproperty 
newLine:DOMString

Introduced in: DOM 3 Load and Save 


Implementation
    public function get newLine():DOMString
    public function set newLine(value:DOMString):void

See also

Method Detail
DOM 3 Load and Save write()method
public function write(nodeArg:Node, destination:LSOutput):Boolean

Introduced in: DOM 3 Load and Save 

Parameters

nodeArg:Node
 
destination:LSOutput

Returns
Boolean

See also

DOM 3 Load and Save writeToString()method 
public function writeToString(nodeArg:Node):DOMString

Introduced in: DOM 3 Load and Save 

Parameters

nodeArg:Node

Returns
DOMString

See also

DOM 3 Load and Save writeToURI()method 
public function writeToURI(nodeArg:Node, uri:DOMString):Boolean

Introduced in: DOM 3 Load and Save 

Parameters

nodeArg:Node
 
uri:DOMString

Returns
Boolean

See also