java.beans.PropertyEditorpublic interface XMLPropertyEditor
extends java.beans.PropertyEditor
| Modifier and Type | Method | Description |
|---|---|---|
void |
readFromXML(org.w3c.dom.Node element) |
Called to load property value from specified XML subtree.
|
org.w3c.dom.Node |
storeToXML(org.w3c.dom.Document doc) |
Called to store current property value into XML subtree.
|
void readFromXML(org.w3c.dom.Node element)
throws java.io.IOException
element - the XML DOM element representing a subtree of XML from which the value should be loadedIOException - thrown when the value cannot be restored from the specified XML elementorg.w3c.dom.Node storeToXML(org.w3c.dom.Document doc)
doc - The XML document to store the XML in - should be used for creating nodes onlyBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.