java.lang.Object
com.aspose.words.XmlMapping
public class XmlMapping
| Property Getters/Setters Summary | ||
|---|---|---|
CustomXmlPart | getCustomXmlPart() | |
| Returns the custom XML data part to which the parent structured document tag is mapped. | ||
boolean | isMapped() | |
| Returns true if the parent structured document tag is successfully mapped to XML data. | ||
java.lang.String | getPrefixMappings() | |
|
Returns XML namespace prefix mappings to evaluate the |
||
java.lang.String | getXPath() | |
| Returns the XPath expression, which is evaluated to find the custom XML node that is mapped to the parent structured document tag. | ||
| Method Summary | ||
|---|---|---|
void | delete() | |
| Deletes mapping of the parent structured document to XML data. | ||
boolean | setMapping(CustomXmlPart customXmlPart, java.lang.String xPath, java.lang.String prefixMapping) | |
| Sets a mapping between the parent structured document tag and an XML node of a custom XML data part. | ||
| Property Getters/Setters Detail |
|---|
getCustomXmlPart | |
public CustomXmlPart getCustomXmlPart() | |
isMapped | |
public boolean isMapped() | |
getPrefixMappings | |
public java.lang.String getPrefixMappings() | |
getXPath | |
public java.lang.String getXPath() | |
| Method Detail |
|---|
delete | |
public void delete() | |
setMapping | |
public boolean setMapping(CustomXmlPart customXmlPart, java.lang.String xPath, java.lang.String prefixMapping) throws java.lang.Exception | |
customXmlPart - A custom XML data part to map to.xPath - An XPath expression to find the XML node.prefixMapping - XML namespace prefix mappings to evaluate the XPath.