public class SaxonOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SAXON_CONFIG_PROPERTY |
| Constructor and Description |
|---|
SaxonOptions() |
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 setR(String r)
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 getR()
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.