Module:libdomPackage:org.milescript.xmlParent:ObjectGenerated by MilescriptCompiler (Copyright 2008, Point5u LLC.)

org.milescript.xml.XMLSerializer

Inheritance : Object

Constructors

Signature
public XMLSerializer()

Methods

NameSignature
serializeToStringString serializeToString(Element e)
serializeToStringString serializeToString(Document d)

Constructors

public XMLSerializer()


Methods

serializeToString

String serializeToString(Element e)

Returns
core.String

Parameters

NameTypeDescription
eorg.milescript.xml.Element

serializeToString

String serializeToString(Document d)

Returns
core.String

Parameters

NameTypeDescription
dorg.milescript.xml.Document

Module:libdomPackage:org.milescript.xmlParent:ObjectGenerated by MilescriptCompiler (Copyright 2008, Point5u LLC.)