Uses of Class
sk.uniba.euromath.tools.URLDir

Packages that use URLDir
sk.uniba.euromath.config Provides the configuration file (emConfig.xml) loader and accessor. 
sk.uniba.euromath.document Manages in-memory document. 
sk.uniba.euromath.tools   
 

Uses of URLDir in sk.uniba.euromath.config
 

Methods in sk.uniba.euromath.config that return URLDir
static URLDir EuromathConfig.getPluginRoot()
          Returns directory where the plugin is located.
static URLDir EuromathConfig.getSchemaLoc()
          Returns the schema directory location.
static URLDir EuromathConfig.getStylesheetLoc()
          Returns the stylesheet directory location.
 

Methods in sk.uniba.euromath.config with parameters of type URLDir
static void EuromathConfig.setPluginRoot(URLDir url)
          Sets root of plugin.
 

Uses of URLDir in sk.uniba.euromath.document
 

Fields in sk.uniba.euromath.document declared as URLDir
 URLDir DomCore.root
          Deprecated. URL pointing to the directory where the document is located.
 

Methods in sk.uniba.euromath.document that return URLDir
 URLDir XMLAccess.getRoot()
          Returns URL pointing to the directory where the document is located.
 

Methods in sk.uniba.euromath.document with parameters of type URLDir
 XMLAccess DocumentFactory.newDocument(Document doc, URLDir root, String fileName)
          Initializes an XMLAccess instance from given DOM document.
 XMLAccess DocumentFactory.newDocument(URLDir root, String fileName)
          Creates XMLAccess instance with empty document.
 

Constructors in sk.uniba.euromath.document with parameters of type URLDir
EmEntityResolver(URLDir root)
          Constructor.
 

Uses of URLDir in sk.uniba.euromath.tools
 

Methods in sk.uniba.euromath.tools that return URLDir
static URLDir URLDir.create(File file)
          Creates object pointing onto given directory.
 URLDir URLDir.resolveDir(String uri)
          Resolves given uri against this object.
 



Copyright © 2003-2006 null. All Rights Reserved.