SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

Uses of Class
org.sourcejammer.xml.XMLNodeDoesNotExistException

Packages that use XMLNodeDoesNotExistException
org.sourcejammer.client.gui.conf   
org.sourcejammer.project.model.filesys   
org.sourcejammer.xml   
 

Uses of XMLNodeDoesNotExistException in org.sourcejammer.client.gui.conf
 

Methods in org.sourcejammer.client.gui.conf that throw XMLNodeDoesNotExistException
 void GuiConf.setDefaultWorkingDirectory(NodeName nodeName, java.io.File directory)
           
 

Uses of XMLNodeDoesNotExistException in org.sourcejammer.project.model.filesys
 

Methods in org.sourcejammer.project.model.filesys that throw XMLNodeDoesNotExistException
static FileNodeFS Util.readFileNodeFromFileSys(java.lang.String rootPath, java.lang.String fileName, long key)
           
static FileNodeFS Util.readFileNodeFromFileSys(java.lang.String rootPath, java.lang.String fileName, long key, FileNodeFS node)
           
static ProjectNodeFS Util.getRootNodeForArchive(ArchiveInfoFS info, NodeLibraryFS lib)
           
static java.lang.String Util.readNodeName(java.lang.String rootPath, java.lang.String fileName, int iNodeType)
           
static ProjectNodeFS Util.readProjectNode(java.lang.String rootPath, java.lang.String fileName, long key, NodeLibraryFS lib)
           
static ProjectNodeFS Util.readProjectNode(java.lang.String rootPath, java.lang.String fileName, long key, java.util.Hashtable hshShareParents, ProjectNodeFS ndProject, NodeLibraryFS lib)
           
static java.lang.String XMLUtilFS.getLabelSJPath(org.w3c.dom.Document doc)
          Parses a label xml document and returns the SJPath.
static Label XMLUtilFS.xmlToLabel(org.w3c.dom.Document doc)
          Parses a label xml docuemnt into an org.sourcejammer.project.controller.Label.
static NodeAndShareParentPath XMLUtilFS.xmlToProject(org.w3c.dom.Document doc, long lKey, NodeLibraryFS lib)
          Sets only basic information of children.
static java.lang.String XMLUtilFS.xmlToNodeName(org.w3c.dom.Document doc)
           
static NodeAndShareParentPath XMLUtilFS.xmlToProject(org.w3c.dom.Document doc, ProjectNodeFS ndProject, long lKey, NodeLibraryFS lib)
          Builds ProjectNode.
static NodeAndShareParentPath XMLUtilFS.xmlToFileNode(org.w3c.dom.Document doc, long lKey)
           
static NodeAndShareParentPath XMLUtilFS.xmlToFileNode(org.w3c.dom.Document doc, FileNodeFS ndFile, long lKey)
          Build a FileNodeFS from the file node's XML doc.
static Label ConversionTools.xmlToLabelVer1_0(org.w3c.dom.Document doc, java.lang.String fileName, NodeLibrary oLibrary)
           
 

Uses of XMLNodeDoesNotExistException in org.sourcejammer.xml
 

Methods in org.sourcejammer.xml that throw XMLNodeDoesNotExistException
static org.w3c.dom.Element XMLUtil.getChildElement(java.lang.String sElementName, org.w3c.dom.Element elmParent)
          Return the child element of elm with the name sElementName.
static org.w3c.dom.Element XMLUtil.getChildElement(java.lang.String sElementName, org.w3c.dom.Element elmParent, boolean bIgnoreCase)
          Return the child element of elm with the name sElementName.
static void XMLUtil.addOrReplaceElementText(org.w3c.dom.Element elm, java.lang.String newValue)
          Replace current text node with new text if exists.
 


SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan