|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlException | |
com.abstractics.utils.xml | |
com.abstractics.xmlpanel.swing | |
com.abstractics.xmlpanel.xmllayout |
Uses of XmlException in com.abstractics.utils.xml |
Methods in com.abstractics.utils.xml that throw XmlException | |
static org.w3c.dom.Document |
DOMUtils.parseDOM(java.io.File file)
Given a file containing XML, this method parses it into a DOM Document |
static org.w3c.dom.Document |
DOMUtils.parseDOM(java.lang.String xml)
Given a String containing XML, this method parses it into a DOM Document |
static java.lang.String |
DOMUtils.transformToXmlString(org.w3c.dom.Node node)
Returns a String that contains XML for the given Node |
static org.w3c.dom.Document |
DOMUtils.parseDOM(java.io.InputStream is)
Given an InputStream of XML, this method parses it into a DOM Document |
static org.w3c.dom.Document |
DOMUtils.parseDOM(java.io.Reader reader)
Given a Reader of XML, this method parses it into a DOM Document |
Uses of XmlException in com.abstractics.xmlpanel.swing |
Methods in com.abstractics.xmlpanel.swing that throw XmlException | |
void |
XmlPanel.setXml(java.lang.String xml)
|
void |
XmlPanel.setXml(java.io.Reader reader)
|
void |
XmlPanel.setXml(java.io.File file)
|
void |
XmlPanel.setXml(java.io.InputStream stream)
|
Uses of XmlException in com.abstractics.xmlpanel.xmllayout |
Constructors in com.abstractics.xmlpanel.xmllayout that throw XmlException | |
XmlLayout(java.lang.String xml)
Creates a layout from the XML string given. |
|
XmlLayout(java.lang.String xml,
XmlPanel panel)
Creates a layout from the XML string given and uses any existing components in the map (keyed by component name) if they match names given in the XML, instead of creating new components. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |