Hilbert II - Version 0.01.09

org.qedeq.kernel.xml.mapper
Class Context2XPath

java.lang.Object
  extended byorg.qedeq.kernel.xml.mapper.Context2XPath

public final class Context2XPath
extends Object

Parses complete qedeq modules.

Version:
$Revision: 1.15 $

Method Summary
static String getFileName(Context context)
          Get file path out of context information.
static String getXPath(Context context)
          Get XPath out of context information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFileName

public static final String getFileName(Context context)
Get file path out of context information.

Parameters:
context - Context information.
Returns:
File path and name.

getXPath

public static final String getXPath(Context context)
Get XPath out of context information.

Parameters:
context - Context information.
Returns:
XPath.

Hilbert II - Version 0.01.09

©left GNU General Public Licence
All Rights Reserved.