Public Member Functions | |
| XmlDocumentHolderLibXml2 (NodePrv *node) | |
| virtual XmlNode | documentNode () |
Document node. This node is null if the document does not exist. | |
| virtual IXmlDocumentHolder * | clone () |
| Clones this document. | |
| virtual void | save (ByteArray &bytes) |
| Saves this document into the array bytes. | |
| virtual String | save () |
| Saves this document and returns the string. | |
| void | assignNode (NodePrv *node) |
| Public Member Functions inherited from Arcane::IXmlDocumentHolder | |
| virtual | ~IXmlDocumentHolder () |
| Releases resources. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from Arcane::IXmlDocumentHolder | |
| static IXmlDocumentHolder * | createNull () |
| Creates and returns a null document. | |
| static IXmlDocumentHolder * | loadFromBuffer (Span< const Byte > buffer, const String &name, ITraceMng *tm) |
| Loads an XML document. | |
| static IXmlDocumentHolder * | loadFromBuffer (ByteConstSpan buffer, const String &name, ITraceMng *tm) |
| Loads an XML document. | |
| static IXmlDocumentHolder * | loadFromFile (const String &filename, ITraceMng *tm) |
| Loads an XML document. | |
| static IXmlDocumentHolder * | loadFromFile (const String &filename, const String &schema_filename, ITraceMng *tm) |
| Loads an XML document. | |
Definition at line 196 of file DomLibXml2.cc.
|
inline |
Definition at line 199 of file DomLibXml2.cc.
|
inline |
Definition at line 202 of file DomLibXml2.cc.
| Arcane::XmlDocumentHolderLibXml2::~XmlDocumentHolderLibXml2 | ( | ) |
Definition at line 1384 of file DomLibXml2.cc.
|
inline |
Definition at line 212 of file DomLibXml2.cc.
|
virtual |
Clones this document.
Implements Arcane::IXmlDocumentHolder.
Definition at line 1391 of file DomLibXml2.cc.
|
inlinevirtual |
Document node. This node is null if the document does not exist.
Implements Arcane::IXmlDocumentHolder.
Definition at line 206 of file DomLibXml2.cc.
|
virtual |
Saves this document and returns the string.
Implements Arcane::IXmlDocumentHolder.
Definition at line 1404 of file DomLibXml2.cc.
References Arcane::Array< T >::add(), and documentNode().
|
virtual |
Saves this document into the array bytes.
Implements Arcane::IXmlDocumentHolder.
Definition at line 1398 of file DomLibXml2.cc.
References documentNode().