Public Member Functions | |
| XmlNode | documentNode () override |
Document node. This node is null if the document does not exist. | |
| IXmlDocumentHolder * | clone () override |
| Clones this document. | |
| void | save (ByteArray &bytes) override |
| Saves this document into the array bytes. | |
| String | save () override |
| Saves this document and returns the string. | |
| void | assignDocument (DocumentPrv *doc) |
| DocumentPrv * | _document () const |
| Public Member Functions inherited from Arcane::IXmlDocumentHolder | |
| virtual | ~IXmlDocumentHolder () |
| Releases resources. | |
Private Attributes | |
| DocumentPrv * | m_document |
| NodePrv * | m_document_node |
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 572 of file DomLibXml2V2.cc.
|
inline |
Definition at line 577 of file DomLibXml2V2.cc.
|
inline |
Definition at line 581 of file DomLibXml2V2.cc.
|
inline |
Definition at line 611 of file DomLibXml2V2.cc.
|
inline |
Definition at line 606 of file DomLibXml2V2.cc.
|
inlineoverridevirtual |
Clones this document.
Implements Arcane::IXmlDocumentHolder.
Definition at line 589 of file DomLibXml2V2.cc.
|
inlineoverridevirtual |
Document node. This node is null if the document does not exist.
Implements Arcane::IXmlDocumentHolder.
Definition at line 588 of file DomLibXml2V2.cc.
|
inlineoverridevirtual |
Saves this document and returns the string.
Implements Arcane::IXmlDocumentHolder.
Definition at line 595 of file DomLibXml2V2.cc.
References save().
Referenced by save().
|
inlineoverridevirtual |
Saves this document into the array bytes.
Implements Arcane::IXmlDocumentHolder.
Definition at line 590 of file DomLibXml2V2.cc.
|
private |
Definition at line 615 of file DomLibXml2V2.cc.
|
private |
Definition at line 616 of file DomLibXml2V2.cc.