Uses of Class
net.sf.sdedit.util.DocUtil.XMLException

Packages that use DocUtil.XMLException
net.sf.sdedit.editor   
net.sf.sdedit.ui.components.configuration   
net.sf.sdedit.util   
 

Uses of DocUtil.XMLException in net.sf.sdedit.editor
 

Methods in net.sf.sdedit.editor that throw DocUtil.XMLException
static Pair<String,Bean<Configuration>> DiagramLoader.load(InputStream stream, String encoding)
          Loads a diagram from the text transmitted through the given stream.
 void Editor.loadCode(File file)
           
 boolean Editor.saveCode(boolean as)
          Saves the code from the text area to the current file or to a file whose name is given by the user.
static void DiagramLoader.saveDiagram(String source, Bean<Configuration> configuration, OutputStream stream, String encoding)
          Saves a diagram specification (and a configuration), using a stream.
 

Uses of DocUtil.XMLException in net.sf.sdedit.ui.components.configuration
 

Methods in net.sf.sdedit.ui.components.configuration that throw DocUtil.XMLException
 void Bean.load(Document document, String pathToElement)
          Changes this bean's properties' values such that they reflect the values found in the given document.
 void Bean.store(Document document, String pathToParent, String elementName)
          Stores all properties' current values in a newly created subtree of the given document.
 

Uses of DocUtil.XMLException in net.sf.sdedit.util
 

Methods in net.sf.sdedit.util that throw DocUtil.XMLException
static String DocUtil.evaluateCDATA(Document document, String xPath)
           
static Node DocUtil.evalXPathAsNode(Document document, String expression)
           
static NodeList DocUtil.evalXPathAsNodeList(Document document, String expression)
           
static String DocUtil.evalXPathAsString(Document document, String expression)
           
static Document DocUtil.readDocument(InputStream in, String encoding)
          Creates a Document instance from a Reader reading an XML input stream.
static void DocUtil.writeDocument(Document document, String encoding, OutputStream out)
          Writes the XML representation of a Document object.
 



Copyright © 2011. All Rights Reserved.