System::Xml::XPath::XPathNavigator::InsertBefore メソッド
コンテンツ
[
隠れる
]XPathNavigator::InsertBefore() method
現在選択されているノードの前に新しい兄弟ノードを作成するために使用される XmlWriter オブジェクトを返します。
virtual SharedPtr<XmlWriter> System::Xml::XPath::XPathNavigator::InsertBefore()
ReturnValue
現在選択されているノードの前に新しい兄弟ノードを作成するために使用される XmlWriter オブジェクトです。
参照
- Typedef SharedPtr
- Class XmlWriter
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::InsertBefore(SharedPtr<XmlReader>) method
指定された XmlReader オブジェクトの XML 内容を使用して、現在選択されているノードの前に新しい兄弟ノードを作成します。
virtual void System::Xml::XPath::XPathNavigator::InsertBefore(SharedPtr<XmlReader> newSibling)
| パラメーター | 型 | 説明 |
|---|---|---|
| newSibling | SharedPtr<XmlReader> | 新しい兄弟ノードの XML データ上に位置する XmlReader オブジェクトです。 |
参照
- Typedef SharedPtr
- Class XmlReader
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::InsertBefore(SharedPtr<XPathNavigator>) method
指定された XPathNavigator のノードを使用して、現在選択されているノードの前に新しい兄弟ノードを作成します。
virtual void System::Xml::XPath::XPathNavigator::InsertBefore(SharedPtr<XPathNavigator> newSibling)
| パラメーター | 型 | 説明 |
|---|---|---|
| newSibling | SharedPtr<XPathNavigator> | 新しい兄弟ノードとして追加するノード上に位置する XPathNavigator オブジェクトです。 |
参照
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::InsertBefore(String) method
指定された XML 文字列を使用して、現在選択されているノードの前に新しい兄弟ノードを作成します。
virtual void System::Xml::XPath::XPathNavigator::InsertBefore(String newSibling)
| パラメーター | 型 | 説明 |
|---|---|---|
| newSibling | String | 新しい兄弟ノードの XML データ文字列です。 |
参照
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++