public class FragmentsXmlDom extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FragmentsXmlDom.Restore
Восстановление из XML
|
static class |
FragmentsXmlDom.Store
Сохранение в XML
|
| Constructor and Description |
|---|
FragmentsXmlDom() |
| Modifier and Type | Method and Description |
|---|---|
protected FragmentsXmlDom.Restore |
createRestore() |
protected FragmentsXmlDom.Store |
createStore(Document doc) |
Fragments |
readFragments(Element el) |
Fragments |
readFragments(Node n) |
Fragments |
readFragments(Reader reader) |
void |
write(Writer writer,
Fragments fragments) |
Element |
xmlElementOf(Fragments fragments) |
Element |
xmlElementOf(Fragments fragments,
Document doc) |
protected FragmentsXmlDom.Store createStore(Document doc)
protected FragmentsXmlDom.Restore createRestore()
public void write(Writer writer, Fragments fragments) throws IOException
IOExceptionpublic Element xmlElementOf(Fragments fragments) throws IOException
IOExceptionpublic Element xmlElementOf(Fragments fragments, Document doc) throws IOException
IOExceptionpublic Fragments readFragments(Reader reader) throws IOException
IOExceptionpublic Fragments readFragments(Node n) throws IOException
IOExceptionpublic Fragments readFragments(Element el) throws IOException
IOExceptionCopyright © 2017. All rights reserved.