KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > w3c > dom > ls > LSSerializer

org.w3c.dom.ls
Interface LSSerializer

See Also:
Top Examples, Source Code

DOMConfiguration getDomConfig()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


LSSerializerFilter getFilter()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String getNewLine()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void setFilter(LSSerializerFilter filter)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void setNewLine(String newLine)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


boolean write(Node nodeArg,
              LSOutput destination)
              throws LSException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String writeToString(Node nodeArg)
                     throws DOMException,
                            LSException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


boolean writeToURI(Node nodeArg,
                   String uri)
                   throws LSException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags