Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 4,341 for

xpath

(0.31 sec)
  1. System::Xml::XmlWhitespace Member List - Aspose...

    System::Xml::XmlWhitespace Member List This is the complete list of members for System::Xml::XmlWhitespace , includin......SelectNodes (const String &xpath) System::Xml::XmlNode SelectNodes...SelectNodes (const String &xpath, const SharedPtr< XmlNamespaceManager...

    reference.aspose.com/pdf/cpp/class/system.xml.x...
  2. Insert document (pdf or word) inside other word...

    Hi Team, We use aspose for generating documents where we are provided with a template and XML Data as input. we use Aspose word and iterate through the template and replace the Xpath values with the xml data and genera…...the template and replace the xpath values with the xml data and...

    forum.aspose.com/t/insert-document-pdf-or-word-...
  3. XmlAttribute | Aspose.Slides for C++ API Reference

    Represents an attribute. Valid and default values for the attribute are defined in a document type definition (DTD) or schema.... SharedPtr < XPath::XPathNavigator > CreateNavigator...list of nodes matching the XPath expression. SharedPtr < XmlNodeList...

    reference.aspose.com/slides/cpp/system.xml/xmla...
  4. XmlNotation | Aspose.Slides for C++ API Reference

    Represents a notation declaration, such as .... SharedPtr < XPath::XPathNavigator > CreateNavigator...list of nodes matching the XPath expression. SharedPtr < XmlNodeList...

    reference.aspose.com/slides/cpp/system.xml/xmln...
  5. XmlCDataSection | Aspose.Slides for C++ API Ref...

    Represents a CDATA section.... SharedPtr < XPath::XPathNavigator > CreateNavigator...list of nodes matching the XPath expression. SharedPtr < XmlNodeList...

    reference.aspose.com/slides/cpp/system.xml/xmlc...
  6. XmlSchemaIdentityConstraint | Aspose.Slides for...

    Class for the identity constraints: key, keyref, and unique elements....for the XML Path Language ( XPath ) expression selector. String...get_Selector () Returns the XPath expression selector element...

    reference.aspose.com/slides/cpp/system.xml.sche...
  7. System::Xml::XmlCharacterData Class Reference -...

    Public Types | Public Member Functions | Protected Member Functions | List of all members System::Xml::XmlCharacterDa......ASPOSECPP_SHARED_API SharedPtr < XPath::XPathNavigator > CreateNavigator...SelectSingleNode (const String &xpath) Selects the first XmlNode that...

    reference.aspose.com/pdf/cpp/class/system.xml.x...
  8. System::Xml::XmlEntity Class Reference - Aspose...

    Public Types | Public Member Functions | Protected Member Functions | List of all members System::Xml::XmlEntity Clas......ASPOSECPP_SHARED_API SharedPtr < XPath::XPathNavigator > CreateNavigator...SelectSingleNode (const String &xpath) Selects the first XmlNode that...

    reference.aspose.com/pdf/cpp/class/system.xml.x...
  9. Paragraph class | Aspose.Words for Python

    aspose.words.Paragraph class. Represents a paragraph of text...select_nodes(xpath) Selects a list of nodes matching the XPath expression...select_single_node(xpath) Selects the first Node that matches the XPath expression...

    reference.aspose.com/words/python-net/aspose.wo...
  10. StructureDocumentTag removeSelfOnly removes set...

    Hi, I have a word document with a mapped custom XML with placeholder data, i trying to replace the text of the structureDocumentTags to a “new value” and then perform a removeSelfOnly() for side by side compare. While i…...newInstance(); XPath xpath = xpathFactory.newXPath();..."")+"/text()"; XPathExpression expr = xpath.compile(xPathString); String...

    forum.aspose.com/t/structuredocumenttag-removes...