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