Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 1,220 for

xpath

(0.08 sec)
  1. XmlMapping.setMapping method | Aspose.Words for...

    XmlMapping.setMapping method. Sets a mapping between the parent structured document tag and an XML node of a custom XML data part....method setMapping(customXmlPart, xPath, prefixMapping) Sets a mapping.... Markup . CustomXmlPart , xPath : string , prefixMapping : string...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. NodeList class | Aspose.Words for Node.js

    Aspose.Words.NodeList class. Represents a collection of nodes matching an Xpath query executed using the [CompositeNode.selectNodes()](../compositenode/selectNodes/#string) method...collection of nodes matching an XPath query executed using the CompositeNode...collection of nodes matching the XPath query. NodeList supports indexed...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. NodeList class | Aspose.Words for Python

    aspose.words.NodeList class. Represents a collection of nodes matching an Xpath query executed using the [CompositeNode.select_nodes()](../compositenode/select_nodes/#str) method...collection of nodes matching an XPath query executed using the CompositeNode...collection of nodes matching the XPath query. NodeList supports indexed...

    reference.aspose.com/words/python-net/aspose.wo...
  4. XmlMapping | Aspose.Words for Java

    Specifies the information that is used to establish a mapping between the parent structured document tag and an XML element stored within a custom XML data part in the document in Java....part's text contents that the XPath points to. // In this case,...expression. getXPath() Returns the XPath expression, which is evaluated...

    reference.aspose.com/words/java/com.aspose.word...
  5. FieldIncludeText.NamespaceMappings | Aspose.Wor...

    Discover the FieldIncludeText NamespaceMappings property to easily manage namespace mappings for Xpath queries, enhancing your data handling efficiency....the namespace mappings for XPath queries. public string NamespaceMappings... Writeln (); // 2 - Use an XPath to take specific elements from...

    reference.aspose.com/words/net/aspose.words.fie...
  6. FieldIncludeText.LockFields | Aspose.Words for ...

    Control document updates with the FieldIncludeText LockFields property. Easily prevent changes to included fields for enhanced document integrity.... Writeln (); // 2 - Use an XPath to take specific elements from..."xmlns:n='myNamespace'" ; fieldIncludeText . XPath = "/catalog/cd/title" ; doc...

    reference.aspose.com/words/net/aspose.words.fie...
  7. FieldIncludeText Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldIncludeText class for seamless document integration. Enhance your workflow with efficient INCLUDETEXT field implementation....the namespace mappings for XPath queries. Result { get; set;...field type. XPath { get; set; } Gets or sets XPath for the desired...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Aspose::Words::NodeList class | Aspose.Words fo...

    Aspose::Words::NodeList class. Represents a collection of nodes matching an Xpath query executed using the SelectNodes() method. To learn more, visit the documentation article in C++....collection of nodes matching an XPath query executed using the SelectNodes()...collection of nodes matching the XPath query. NodeList supports indexed...

    reference.aspose.com/words/cpp/aspose.words/nod...
  9. XmlMapping.isMapped property | Aspose.Words for...

    XmlMapping.isMapped property. Returns ``true`` if the parent structured document tag is successfully mapped to XML data....part's text contents that the XPath points to. // In this case,...expect ( tag . xmlMapping . xpath ). toEqual ( "/root[1]/text[2]"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. I want to search for hyperlinks or urls that co...

    Search and replace keyword in a hyperlink and URL...newKeyword = "newKeyword"; // Use XPath to find all hyperlink fields...searching and replacing. XPath Selection : Use XPath to select all hyperlink...

    forum.aspose.com/t/i-want-to-search-for-hyperli...