Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::LIBXML2_Attr Class Reference

Public Member Functions

 LIBXML2_Attr (LIBXML2_Document *aDocument)
 LIBXML2_IMPL_NODETYPE (ATTRIBUTE)
LIBXML2_Node * shallowCloneNode (LIBXML2_Document *aDoc)
String name ()
bool specified ()
String value ()
void value (const String &attr)
LIBXML2_ElementownerElement ()
Public Member Functions inherited from Arcane::LIBXML2_Node
 LIBXML2_Node (LIBXML2_Document *aDocument)
String nodeName ()
String nodeValue ()
void nodeValue (const String &attr)
virtual UInt16 nodeType ()
LIBXML2_Node * parentNode ()
LIBXML2_NodeListchildNodes ()
LIBXML2_Node * firstChild ()
LIBXML2_Node * lastChild ()
LIBXML2_Node * previousSibling ()
LIBXML2_Node * nextSibling ()
LIBXML2_NamedNodeMapattributes ()
LIBXML2_DocumentownerDocument ()
LIBXML2_Node * insertBefore (LIBXML2_Node *newChild, LIBXML2_Node *refChild)
LIBXML2_Node * insertBeforePrivate (LIBXML2_Node *newChild, LIBXML2_Node *refChild)
LIBXML2_Node * replaceChild (LIBXML2_Node *newChild, LIBXML2_Node *oldChild)
LIBXML2_Node * removeChild (LIBXML2_Node *oldChild)
LIBXML2_Node * removeChildPrivate (LIBXML2_Node *oldChild)
LIBXML2_Node * appendChild (LIBXML2_Node *newChild)
bool hasChildNodes ()
virtual LIBXML2_Node * cloneNode (bool deep)
LIBXML2_Node * cloneNodePrivate (LIBXML2_Document *aDoc, bool deep)
void normalize ()
bool isSupported (const String &feature, const String &version)
String namespaceURI ()
String prefix ()
void prefix (const String &attr)
String localName ()
bool hasAttributes ()
void updateDocumentAncestorStatus (bool aStatus)
void recursivelyChangeDocument (LIBXML2_Document *aNewDocument)
LIBXML2_ElementsearchForElementById (const String &elementId)
void add_ref ()
void release_ref ()

Static Public Member Functions

static const char * INTERFACE_NAME ()
Static Public Member Functions inherited from Arcane::LIBXML2_Node
static const char * INTERFACE_NAME ()

Public Attributes

bool mSpecified
Public Attributes inherited from Arcane::LIBXML2_Node
LIBXML2_Node * mParent
std::list< LIBXML2_Node * >::iterator mPositionInParent
bool mDocumentIsAncestor
LIBXML2_DocumentmDocument
String mNodeName
String mLocalName
String mNodeValue
String mNamespaceURI
std::list< LIBXML2_Node * > mNodeList
UInt16 mNodeType
LIBXML2_RefCount _libxml2_refcount

Additional Inherited Members

Static Public Attributes inherited from Arcane::LIBXML2_Node
static const UInt16 NODE_NODE = 0
static const UInt16 ELEMENT_NODE = 1
static const UInt16 ATTRIBUTE_NODE = 2
static const UInt16 TEXT_NODE = 3
static const UInt16 CDATA_SECTION_NODE = 4
static const UInt16 ENTITY_REFERENCE_NODE = 5
static const UInt16 ENTITY_NODE = 6
static const UInt16 PROCESSING_INSTRUCTION_NODE = 7
static const UInt16 COMMENT_NODE = 8
static const UInt16 DOCUMENT_NODE = 9
static const UInt16 DOCUMENT_TYPE_NODE = 10
static const UInt16 DOCUMENT_FRAGMENT_NODE = 11
static const UInt16 NOTATION_NODE = 12

Detailed Description

Definition at line 545 of file DomLibXml2.cc.

Constructor & Destructor Documentation

◆ LIBXML2_Attr()

Arcane::LIBXML2_Attr::LIBXML2_Attr ( LIBXML2_Document * aDocument)
inline

Definition at line 549 of file DomLibXml2.cc.

◆ ~LIBXML2_Attr()

virtual Arcane::LIBXML2_Attr::~LIBXML2_Attr ( )
inlinevirtual

Definition at line 553 of file DomLibXml2.cc.

Member Function Documentation

◆ INTERFACE_NAME()

const char * Arcane::LIBXML2_Attr::INTERFACE_NAME ( )
inlinestatic

Definition at line 548 of file DomLibXml2.cc.

◆ name()

String Arcane::LIBXML2_Attr::name ( )

Definition at line 4742 of file DomLibXml2.cc.

◆ ownerElement()

LIBXML2_Element * Arcane::LIBXML2_Attr::ownerElement ( )

Definition at line 4767 of file DomLibXml2.cc.

◆ shallowCloneNode()

LIBXML2_Node * Arcane::LIBXML2_Attr::shallowCloneNode ( LIBXML2_Document * aDoc)
virtual

Reimplemented from Arcane::LIBXML2_Node.

Definition at line 4730 of file DomLibXml2.cc.

◆ specified()

bool Arcane::LIBXML2_Attr::specified ( )

Definition at line 4748 of file DomLibXml2.cc.

◆ value() [1/2]

String Arcane::LIBXML2_Attr::value ( )

Definition at line 4754 of file DomLibXml2.cc.

◆ value() [2/2]

void Arcane::LIBXML2_Attr::value ( const String & attr)

Definition at line 4760 of file DomLibXml2.cc.

Member Data Documentation

◆ mSpecified

bool Arcane::LIBXML2_Attr::mSpecified

Definition at line 561 of file DomLibXml2.cc.


The documentation for this class was generated from the following file: