public class SaxonOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SAXON_CONFIG_PROPERTY |
| Constructor and Description |
|---|
SaxonOptions() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkValue(String optionName,
String value,
String... vals) |
String |
getCollectionFinderClass() |
String |
getDtd() |
String |
getEa() |
String |
getExpand() |
String |
getExt() |
String |
getL() |
String |
getM() |
String |
getOpt() |
String |
getOr() |
String |
getOutval() |
String |
getRelocate() |
String |
getStrip() |
String |
getT() |
String |
getTJ() |
String |
getTree() |
String |
getVal() |
String |
getWarnings() |
String |
getXi() |
void |
setCollectionFinderClass(String collectionFinderClass) |
void |
setDtd(String dtd) |
void |
setEa(String ea) |
void |
setExpand(String expand) |
void |
setExt(String ext) |
void |
setL(String l) |
void |
setM(String m) |
void |
setOpt(String opt) |
void |
setOr(String or) |
void |
setOutval(String outval) |
void |
setRelocate(String relocate) |
void |
setStrip(String strip) |
void |
setT(String T) |
void |
setTJ(String TJ) |
void |
setTree(String tree) |
void |
setVal(String val) |
void |
setWarnings(String warnings) |
void |
setXi(String xi) |
String |
toString() |
public static final String SAXON_CONFIG_PROPERTY
public void setCollectionFinderClass(String collectionFinderClass)
public void setDtd(String dtd)
public void setEa(String ea)
public void setExpand(String expand)
public void setExt(String ext)
public void setL(String l)
public void setM(String m)
public void setOpt(String opt)
public void setOr(String or)
public void setOutval(String outval)
public void setStrip(String strip)
public void setT(String T)
public void setTJ(String TJ)
public void setTree(String tree)
public void setVal(String val)
public void setWarnings(String warnings)
public void setXi(String xi)
public void setRelocate(String relocate)
protected void checkValue(String optionName, String value, String... vals) throws IllegalArgumentException
IllegalArgumentExceptionpublic String getCollectionFinderClass()
public String getDtd() throws IllegalArgumentException
IllegalArgumentExceptionpublic String getEa() throws IllegalArgumentException
IllegalArgumentExceptionpublic String getExpand() throws IllegalArgumentException
IllegalArgumentExceptionpublic String getExt() throws IllegalArgumentException
IllegalArgumentExceptionpublic String getL() throws IllegalArgumentException
IllegalArgumentExceptionpublic String getM()
public String getOpt()
public String getOr()
public String getOutval() throws IllegalArgumentException
IllegalArgumentExceptionpublic String getRelocate() throws IllegalArgumentException
IllegalArgumentExceptionpublic String getStrip() throws IllegalArgumentException
IllegalArgumentExceptionpublic String getT() throws IllegalArgumentException
IllegalArgumentExceptionpublic String getTJ() throws IllegalArgumentException
IllegalArgumentExceptionpublic String getTree() throws IllegalArgumentException
IllegalArgumentExceptionpublic String getVal() throws IllegalArgumentException
IllegalArgumentExceptionpublic String getWarnings() throws IllegalArgumentException
IllegalArgumentExceptionpublic String getXi() throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2017. All rights reserved.