System::Xml::XmlWriter::WriteStartAttribute método
Contenido
[
Ocultar
]XmlWriter::WriteStartAttribute(const String&) method
Escribe el inicio de un atributo con el nombre local especificado.
void System::Xml::XmlWriter::WriteStartAttribute(const String &localName)
| Parámetro | Tipo | Descripción |
|---|---|---|
| localName | const String& | El nombre local del atributo. |
Ver también
- Class String
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Page for C++
XmlWriter::WriteStartAttribute(const String&, const String&) method
Escribe el inicio de un atributo con el nombre local y el URI del espacio de nombres especificados.
void System::Xml::XmlWriter::WriteStartAttribute(const String &localName, const String &ns)
| Parámetro | Tipo | Descripción |
|---|---|---|
| localName | const String& | El nombre local del atributo. |
| ns | const String& | El URI del espacio de nombres del atributo. |
Ver también
- Class String
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Page for C++
XmlWriter::WriteStartAttribute(const String&, const String&, const String&) method
Cuando se sobrescribe en una clase derivada, escribe el inicio de un atributo con el prefijo, el nombre local y el URI del espacio de nombres especificados.
virtual void System::Xml::XmlWriter::WriteStartAttribute(const String &prefix, const String &localName, const String &ns)=0
| 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 para el atributo. |
Ver también
- Class String
- Class XmlWriter
- Namespace System::Xml
- Library Aspose.Page for C++