System::Xml::XmlWriter::WriteElementString 方法
内容
[
隐藏
]XmlWriter::WriteElementString(const String&, const String&, const String&) method
写入具有指定本地名称、命名空间 URI 和值的元素。
void System::Xml::XmlWriter::WriteElementString(const String &localName, const String &ns, const String &value)
| Parameter | Type | 描述 |
|---|---|---|
| localName | const String& | 元素的本地名称。 |
| ns | const String& | 要与元素关联的命名空间 URI。 |
| value | const String& | 元素的数值。 |
另见
- Class String
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Page for C++
XmlWriter::WriteElementString(const String&, const String&) method
写入具有指定本地名称和值的元素。
void System::Xml::XmlWriter::WriteElementString(const String &localName, const String &value)
| Parameter | Type | 描述 |
|---|---|---|
| localName | const String& | 元素的本地名称。 |
| value | const String& | 元素的数值。 |
另见
- Class String
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Page for C++
XmlWriter::WriteElementString(const String&, const String&, const String&, const String&) method
写入具有指定前缀、本地名称、命名空间 URI 和值的元素。
void System::Xml::XmlWriter::WriteElementString(const String &prefix, const String &localName, const String &ns, const String &value)
| Parameter | Type | 描述 |
|---|---|---|
| prefix | const String& | 元素的前缀。 |
| localName | const String& | 元素的本地名称。 |
| ns | const String& | 元素的命名空间 URI。 |
| value | const String& | 元素的数值。 |
另见
- Class String
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Page for C++