Uses of Class
fr.tireme.shared.StandardException

Packages that use StandardException
fr.tireme.schemadoc.graphics All management of html XML Spy documentation file generated in order to retrieve images ans area maps for hyper linking. 
fr.tireme.schemadoc.reorganize   
fr.tireme.shared All utilities shared by projects and sub projects. 
fr.tireme.shared.param   
fr.tireme.shared.xml.dom   
fr.tireme.shared.xml.fo   
fr.tireme.shared.xml.include   
fr.tireme.shared.xml.transform   
 

Uses of StandardException in fr.tireme.schemadoc.graphics
 

Methods in fr.tireme.schemadoc.graphics that throw StandardException
 boolean XMLSpyModelGraphicsManagerImpl.currentGraphicHasAreas()
           
 boolean ModelGraphicsManager.currentGraphicHasAreas()
           
 boolean XMLSpyModelGraphicsManagerImpl.hasGraphic(java.lang.String objId)
           
 boolean ModelGraphicsManager.hasGraphic(java.lang.String objId)
          Enable to know if a specific element have an image associated.
 void RemoveDoctypeSaxParser.remove(java.lang.String filename)
          Main SAX running program
 boolean XMLSpyModelGraphicsManagerImpl.setCurrentGraphic(java.lang.String objId)
           
 boolean ModelGraphicsManager.setCurrentGraphic(java.lang.String objId)
          Set the current managed graphic.
 

Uses of StandardException in fr.tireme.schemadoc.reorganize
 

Constructors in fr.tireme.schemadoc.reorganize that throw StandardException
IdentificationManagement(boolean useXS2DTD, ReorganizeDoc _rd)
           
 

Uses of StandardException in fr.tireme.shared
 

Methods in fr.tireme.shared that throw StandardException
 void SystemUtils.displayURL(java.lang.String url)
          Display a file in the system browser.
static void FileUtils.fileCopy(java.io.File from, java.io.File to)
          Copy a file onto the filesystem
static void FileUtils.fileCopy(java.lang.String from, java.lang.String to)
          Copy a file onto the filesystem
 boolean FileUtils.fileNameEquals(java.io.File f1, java.io.File f2)
          Compares two filenames.
static java.io.File FileUtils.normalize(java.lang.String path)
          "normalize" the given absolute path.
static java.lang.String FileUtils.normalizeAndValidateFile(java.lang.String fileName)
          Normalize a file according to system specificities and validate if exists
static java.lang.String FileUtils.normalizeAndValidateFile(java.lang.String fileName, boolean asURL)
          Normalize a file according to system specificities and validate if exists
static java.lang.String FileUtils.normalizeFile(java.lang.String fileName)
          Normalize a file according to system specificities
static void FileUtils.printToFile(java.lang.String result, java.lang.String fileName)
           
 void FileUtils.rename(java.io.File from, java.io.File to)
          Renames a file, even if that involves crossing file system boundaries.
 boolean FileUtils.replaceStringInFile(java.io.File src, java.lang.String token, java.lang.String value)
          Perform replacement on a given file.
 

Constructors in fr.tireme.shared that throw StandardException
Messages(java.lang.String base)
          Constructor for the Messages object using the default language.
Messages(java.lang.String base, java.util.Locale loc)
          Constructor for the Messages object.
 

Uses of StandardException in fr.tireme.shared.param
 

Methods in fr.tireme.shared.param that throw StandardException
 void Parameters.saveParameters()
          Save actual parameter set
 

Uses of StandardException in fr.tireme.shared.xml.dom
 

Methods in fr.tireme.shared.xml.dom that throw StandardException
 java.lang.String DOMUtils.getChildContent(org.w3c.dom.Element element, java.lang.String name)
          getChildContent
 org.w3c.dom.Node DOMUtils.importNode(org.w3c.dom.Document doc, org.w3c.dom.Element element)
          Description of the Method
 org.w3c.dom.Document DOMUtils.loadXML(java.lang.String source, boolean validate)
          Routine using DOM3ErrorHandler LS (Load and Save)
 java.lang.String DOMUtils.recContent(org.w3c.dom.Node node)
           Get recursively all the text content of a DOM node tree Improvements needed : - take in account other things than soles PCDATA and elements such as CDATA sections and marked sections.
 java.lang.String DOMUtils.serialize(org.w3c.dom.Node n)
          Serialize a dom document within a string
 java.lang.String DOMUtils.serialize(org.w3c.dom.Node n, boolean wantXMLDeclaration)
          Serialize a dom document within a string enabling to say if an xml declaration is needed
 void DOMUtils.serialize(org.w3c.dom.Node doc, java.io.File outFile)
          DOM node serialization using a JAVAX dummy transformer
 void DOMUtils.serialize(org.w3c.dom.Node doc, java.lang.String outFile)
          DOM node serialization using a JAVAX dummy transformer
 java.lang.String DOMUtils.serialize(org.w3c.dom.Node n, java.lang.String doctypePublic, java.lang.String doctypeSystem)
          Description of the Method
 java.lang.String DOMUtils.serialize(org.w3c.dom.Node n, java.lang.String serializationCoding, java.lang.String doctypePublic, java.lang.String doctypeSystem)
          Description of the Method
 void DOMUtils.serialize(org.w3c.dom.Node n, java.lang.String serializationCoding, java.lang.String doctypePublic, java.lang.String doctypeSystem, java.io.File outputFile, boolean wantXMLDeclaration)
          Serialize to a file
 java.lang.String DOMUtils.toString(org.w3c.dom.Element element)
          dump a element
 java.lang.String DOMUtils.toString(org.w3c.dom.Node node)
          dump a node
 

Uses of StandardException in fr.tireme.shared.xml.fo
 

Methods in fr.tireme.shared.xml.fo that throw StandardException
 void FO2PDF.convertFO2PDF(java.io.File foFile, java.io.File pdfFile, java.lang.String imageDir, org.apache.avalon.framework.logger.Logger consLogger)
           
 

Uses of StandardException in fr.tireme.shared.xml.include
 

Methods in fr.tireme.shared.xml.include that throw StandardException
 org.w3c.dom.Document ManageXInclude.insertIncludes()
          Resolve all includes
 

Uses of StandardException in fr.tireme.shared.xml.transform
 

Methods in fr.tireme.shared.xml.transform that throw StandardException
 org.w3c.dom.traversal.NodeIterator XPATHSelection.selectNodeIterator(org.w3c.dom.Node n, java.lang.String path)
          Select a set of nodes using the XPath expression provided
 org.w3c.dom.Node XPATHSelection.selectSingleNode(org.w3c.dom.Node n, java.lang.String path)
          Select a single node using the XPath expression provided