public static interface XslTransformationDocument.XslTransformation extends TaskType
Modifier and Type | Interface and Description |
---|---|
static class |
XslTransformationDocument.XslTransformation.Factory
A factory class with static methods for creating instances
of this type.
|
TaskType.Output
Modifier and Type | Field and Description |
---|---|
static SchemaType |
type |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
Modifier and Type | Method and Description |
---|---|
XmlAnySimpleType |
addNewOutputPaths()
Appends and returns a new empty "OutputPaths" attribute
|
XmlAnySimpleType |
addNewParameters()
Appends and returns a new empty "Parameters" attribute
|
XmlAnySimpleType |
addNewXmlContent()
Appends and returns a new empty "XmlContent" attribute
|
XmlAnySimpleType |
addNewXmlInputPaths()
Appends and returns a new empty "XmlInputPaths" attribute
|
XmlAnySimpleType |
addNewXslCompiledDllPath()
Appends and returns a new empty "XslCompiledDllPath" attribute
|
XmlAnySimpleType |
addNewXslContent()
Appends and returns a new empty "XslContent" attribute
|
XmlAnySimpleType |
addNewXslInputPath()
Appends and returns a new empty "XslInputPath" attribute
|
XmlAnySimpleType |
getOutputPaths()
Gets the "OutputPaths" attribute
|
XmlAnySimpleType |
getParameters()
Gets the "Parameters" attribute
|
XmlAnySimpleType |
getXmlContent()
Gets the "XmlContent" attribute
|
XmlAnySimpleType |
getXmlInputPaths()
Gets the "XmlInputPaths" attribute
|
XmlAnySimpleType |
getXslCompiledDllPath()
Gets the "XslCompiledDllPath" attribute
|
XmlAnySimpleType |
getXslContent()
Gets the "XslContent" attribute
|
XmlAnySimpleType |
getXslInputPath()
Gets the "XslInputPath" attribute
|
boolean |
isSetParameters()
True if has "Parameters" attribute
|
boolean |
isSetXmlContent()
True if has "XmlContent" attribute
|
boolean |
isSetXmlInputPaths()
True if has "XmlInputPaths" attribute
|
boolean |
isSetXslCompiledDllPath()
True if has "XslCompiledDllPath" attribute
|
boolean |
isSetXslContent()
True if has "XslContent" attribute
|
boolean |
isSetXslInputPath()
True if has "XslInputPath" attribute
|
void |
setOutputPaths(XmlAnySimpleType outputPaths)
Sets the "OutputPaths" attribute
|
void |
setParameters(XmlAnySimpleType parameters)
Sets the "Parameters" attribute
|
void |
setXmlContent(XmlAnySimpleType xmlContent)
Sets the "XmlContent" attribute
|
void |
setXmlInputPaths(XmlAnySimpleType xmlInputPaths)
Sets the "XmlInputPaths" attribute
|
void |
setXslCompiledDllPath(XmlAnySimpleType xslCompiledDllPath)
Sets the "XslCompiledDllPath" attribute
|
void |
setXslContent(XmlAnySimpleType xslContent)
Sets the "XslContent" attribute
|
void |
setXslInputPath(XmlAnySimpleType xslInputPath)
Sets the "XslInputPath" attribute
|
void |
unsetParameters()
Unsets the "Parameters" attribute
|
void |
unsetXmlContent()
Unsets the "XmlContent" attribute
|
void |
unsetXmlInputPaths()
Unsets the "XmlInputPaths" attribute
|
void |
unsetXslCompiledDllPath()
Unsets the "XslCompiledDllPath" attribute
|
void |
unsetXslContent()
Unsets the "XslContent" attribute
|
void |
unsetXslInputPath()
Unsets the "XslInputPath" attribute
|
addNewOutput, getArchitecture, getCondition, getContinueOnError, getOutputArray, getOutputArray, getOutputList, getRuntime, insertNewOutput, isSetArchitecture, isSetCondition, isSetContinueOnError, isSetRuntime, removeOutput, setArchitecture, setCondition, setContinueOnError, setOutputArray, setOutputArray, setRuntime, sizeOfOutputArray, unsetArchitecture, unsetCondition, unsetContinueOnError, unsetRuntime, xgetArchitecture, xgetCondition, xgetContinueOnError, xgetRuntime, xsetArchitecture, xsetCondition, xsetContinueOnError, xsetRuntime
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
static final SchemaType type
XmlAnySimpleType getOutputPaths()
void setOutputPaths(XmlAnySimpleType outputPaths)
XmlAnySimpleType addNewOutputPaths()
XmlAnySimpleType getParameters()
boolean isSetParameters()
void setParameters(XmlAnySimpleType parameters)
XmlAnySimpleType addNewParameters()
void unsetParameters()
XmlAnySimpleType getXmlContent()
boolean isSetXmlContent()
void setXmlContent(XmlAnySimpleType xmlContent)
XmlAnySimpleType addNewXmlContent()
void unsetXmlContent()
XmlAnySimpleType getXmlInputPaths()
boolean isSetXmlInputPaths()
void setXmlInputPaths(XmlAnySimpleType xmlInputPaths)
XmlAnySimpleType addNewXmlInputPaths()
void unsetXmlInputPaths()
XmlAnySimpleType getXslCompiledDllPath()
boolean isSetXslCompiledDllPath()
void setXslCompiledDllPath(XmlAnySimpleType xslCompiledDllPath)
XmlAnySimpleType addNewXslCompiledDllPath()
void unsetXslCompiledDllPath()
XmlAnySimpleType getXslContent()
boolean isSetXslContent()
void setXslContent(XmlAnySimpleType xslContent)
XmlAnySimpleType addNewXslContent()
void unsetXslContent()
XmlAnySimpleType getXslInputPath()
boolean isSetXslInputPath()
void setXslInputPath(XmlAnySimpleType xslInputPath)
XmlAnySimpleType addNewXslInputPath()
void unsetXslInputPath()