System::Xml::XmlWriter::WriteStartAttribute method
内容
[
隐藏
]XmlWriter::WriteStartAttribute(const String&) method
写入具有指定本地名称的属性起始。
void System::Xml::XmlWriter::WriteStartAttribute(const String &localName)
| Parameter | Type | 描述 |
|---|---|---|
| localName | const String& | 属性的本地名称。 |
另见
- Class String
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Page for C++
XmlWriter::WriteStartAttribute(const String&, const String&) method
写入具有指定本地名称和命名空间 URI 的属性起始。
void System::Xml::XmlWriter::WriteStartAttribute(const String &localName, const String &ns)
| Parameter | Type | 描述 |
|---|---|---|
| localName | const String& | 属性的本地名称。 |
| ns | const String& | 属性的命名空间 URI。 |
另见
- Class String
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Page for C++
XmlWriter::WriteStartAttribute(const String&, const String&, const String&) method
当在派生类中被重写时,写入具有指定前缀、本地名称和命名空间 URI 的属性起始。
virtual void System::Xml::XmlWriter::WriteStartAttribute(const String &prefix, const String &localName, const String &ns)=0
| Parameter | Type | 描述 |
|---|---|---|
| prefix | const String& | 属性的命名空间前缀。 |
| localName | const String& | 属性的本地名称。 |
| ns | const String& | 属性的命名空间 URI。 |
另见
- Class String
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Page for C++