public class XmlLoadOptions extends LoadOptions
Constructor | Description |
---|---|
XmlLoadOptions() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object o) |
|
byte[] |
getXslFo() |
XSL document content to convert XML-FO using XSL
|
int |
hashCode() |
|
void |
setXslFo(byte[] xslFo) |
|
String |
toString() |
|
XmlLoadOptions |
xslFo(byte[] xslFo) |
public XmlLoadOptions xslFo(byte[] xslFo)
public byte[] getXslFo()
public void setXslFo(byte[] xslFo)
public boolean equals(Object o)
equals
in class LoadOptions
public int hashCode()
hashCode
in class LoadOptions
public String toString()
toString
in class LoadOptions
Copyright © 2020. All rights reserved.