System::Xml::XmlWriter::WriteElementString método
Contenido
[
Ocultar
]XmlWriter::WriteElementString(const String&, const String&, const String&) method
Escribe un elemento con el nombre local, el URI del espacio de nombres y el valor especificados.
void System::Xml::XmlWriter::WriteElementString(const String &localName, const String &ns, const String &value)
| Parámetro | Tipo | Descripción |
|---|---|---|
| localName | const String& | El nombre local del elemento. |
| ns | const String& | El URI del espacio de nombres a asociar con el elemento. |
| value | const String& | El valor del elemento. |
Ver también
- Class String
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Page for C++
XmlWriter::WriteElementString(const String&, const String&) method
Escribe un elemento con el nombre local especificado y el valor.
void System::Xml::XmlWriter::WriteElementString(const String &localName, const String &value)
| Parámetro | Tipo | Descripción |
|---|---|---|
| localName | const String& | El nombre local del elemento. |
| value | const String& | El valor del elemento. |
Ver también
- Class String
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Page for C++
XmlWriter::WriteElementString(const String&, const String&, const String&, const String&) method
Escribe un elemento con el prefijo, el nombre local, el URI del espacio de nombres y el valor especificados.
void System::Xml::XmlWriter::WriteElementString(const String &prefix, const String &localName, const String &ns, const String &value)
| Parámetro | Tipo | Descripción |
|---|---|---|
| prefijo | const String& | El prefijo del elemento. |
| localName | const String& | El nombre local del elemento. |
| ns | const String& | El URI del espacio de nombres del elemento. |
| value | const String& | El valor del elemento. |
Ver también
- Class String
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Page for C++