public class FieldIncludeText extends Field
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBookmarkName()
Gets the name of the bookmark in the document to include.
|
java.lang.String |
getEncoding()
Gets the encoding applied to the data within the referenced file.
|
boolean |
getLockFields()
Gets whether to prevent fields in the included document from being updated.
|
java.lang.String |
getMimeType()
Gets the MIME type of the referenced file.
|
java.lang.String |
getNamespaceMappings()
Gets the namespace mappings for XPath queries.
|
java.lang.String |
getSourceFullName()
Gets the location of the document using an IRI.
|
int |
getSourceFullNameArgumentIndex() |
int |
getSwitchType(java.lang.String switchName) |
java.lang.String |
getTextConverter()
Gets the name of the text converter for the format of the included file.
|
java.lang.String |
getXPath()
Gets XPath for the desired portion of the XML file.
|
java.lang.String |
getXslTransformation()
Gets the location of XSL Transformation to format XML data.
|
void |
setBookmarkName(java.lang.String value)
Sets the name of the bookmark in the document to include.
|
void |
setEncoding(java.lang.String value)
Sets the encoding applied to the data within the referenced file.
|
void |
setLockFields(boolean value)
Sets whether to prevent fields in the included document from being updated.
|
void |
setMimeType(java.lang.String value)
Sets the MIME type of the referenced file.
|
void |
setNamespaceMappings(java.lang.String value)
Sets the namespace mappings for XPath queries.
|
void |
setSourceFullName(java.lang.String value)
Sets the location of the document using an IRI.
|
void |
setTextConverter(java.lang.String value)
Sets the name of the text converter for the format of the included file.
|
void |
setXPath(java.lang.String value)
Sets XPath for the desired portion of the XML file.
|
void |
setXslTransformation(java.lang.String value)
Sets the location of XSL Transformation to format XML data.
|
getDisplayResult, getEnd, getFieldCode, getFieldCode, getFormat, getLocaleId, getResult, getSeparator, getStart, getType, isDirty, isDirty, isLocked, isLocked, needStoreOldResultNodes, remove, setLocaleId, setResult, unlink, update, updatepublic java.lang.String getSourceFullName()
public void setSourceFullName(java.lang.String value)
throws java.lang.Exception
value - The location of the document using an IRI.java.lang.Exceptionpublic java.lang.String getBookmarkName()
public void setBookmarkName(java.lang.String value)
throws java.lang.Exception
value - The name of the bookmark in the document to include.java.lang.Exceptionpublic boolean getLockFields()
public void setLockFields(boolean value)
throws java.lang.Exception
value - Whether to prevent fields in the included document from being updated.java.lang.Exceptionpublic java.lang.String getTextConverter()
public void setTextConverter(java.lang.String value)
throws java.lang.Exception
value - The name of the text converter for the format of the included file.java.lang.Exceptionpublic java.lang.String getNamespaceMappings()
public void setNamespaceMappings(java.lang.String value)
throws java.lang.Exception
value - The namespace mappings for XPath queries.java.lang.Exceptionpublic java.lang.String getXslTransformation()
public void setXslTransformation(java.lang.String value)
throws java.lang.Exception
value - The location of XSL Transformation to format XML data.java.lang.Exceptionpublic java.lang.String getXPath()
public void setXPath(java.lang.String value)
throws java.lang.Exception
value - XPath for the desired portion of the XML file.java.lang.Exceptionpublic java.lang.String getEncoding()
public void setEncoding(java.lang.String value)
throws java.lang.Exception
value - The encoding applied to the data within the referenced file.java.lang.Exceptionpublic java.lang.String getMimeType()
public void setMimeType(java.lang.String value)
throws java.lang.Exception
value - The MIME type of the referenced file.java.lang.Exceptionpublic int getSourceFullNameArgumentIndex()
public int getSwitchType(java.lang.String switchName)