|
XDC - v. 0.6.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.xdc.processing.DialectHandler
This class is used for determining the XML dialect of an input XML file in order to be able to apply the correct XSLT stylesheet to the input file.
| Constructor Summary | |
protected |
DialectHandler(java.lang.String name,
java.lang.String xslPath)
Protected constructor. |
| Method Summary | |
static DialectHandler |
getDialectHandler(java.io.File file,
java.lang.String packageName,
org.apache.commons.cli.CommandLine commandLine)
Static getter method for the correct DialectHandler object. |
java.lang.String |
getName()
Getter method for this DialectHandler's name. |
java.lang.String |
getXslResourcePath()
Getter method for this DialectHandler's resource path. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected DialectHandler(java.lang.String name,
java.lang.String xslPath)
name - The name of this DialectHandlerxslPath - The relative path (within the classpath) of this
DialectHandler| Method Detail |
public static DialectHandler getDialectHandler(java.io.File file,
java.lang.String packageName,
org.apache.commons.cli.CommandLine commandLine)
file - The input file for which the correct DialectHandler is
retrievedpackageName - commandLine - The CommandLine object which may contain additional
elements controlling which DialectHandler to return
public java.lang.String getName()
DialectHandler's name.
DialectHandlerpublic java.lang.String getXslResourcePath()
DialectHandler's resource path.
DialectHandler
|
XDC - v. 0.6.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||