2005/5/9

     
 

namespace acdk::xml::libxmldom

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::xml::libxmldom Namespace Reference


Detailed Description

DOM2 Implementation using the libxml2 library.


Compounds

class  LibXMLAttr
class  LibXMLCDATASection
class  LibXMLCharacterData
class  LibXMLComment
class  LibXMLDocument
class  LibXMLDocumentBuilder
class  LibXMLDocumentFragment
class  LibXMLDocumentType
class  LibXMLElement
class  LibXMLEntity
class  LibXMLEntityReference
class  LibXMLNamedNodeMap
class  LibXMLNode
class  LibXMLNodeList
class  LibXMLNotation
class  LibXMLPathNodeList
class  LibXMLProcessingInstruction
class  LibXMLText
class  LibXMLXPathExpression
class  LibXMLXPathNSResolver
class  LibXMLXPathResult
struct  XmlNodePtrHolder

Typedefs

typedef void(* FreeXmlNodePtrFuncPtr )(xmlNodePtr nodePtr)

Enumerations

enum  NamedNodeMapType { NNMTAttributes = 0, NNMTEntities = 1, NNMTNotations = 2 }

Functions

bool _match (const xmlChar *name, xmlNodePtr node)
bool _matchNS (const xmlChar *uri, const xmlChar *localName, xmlNodePtr node)
xmlNodePtr _getNodePtr (IN(org::w3c::dom::RNode) node)
const xmlChar * _getPrefix (const xmlChar *fqName)
const xmlChar * _getLocalName (const xmlChar *fqName)
org::w3c::dom::RNodeList _getElementsByTagName (xmlNodePtr _nodePtr, IN(RString) name)
org::w3c::dom::RNodeList _getElementsByTagNameNS (xmlNodePtr _nodePtr, IN(RString) namespaceURI, IN(RString) localName)


Typedef Documentation

typedef void(* acdk::xml::libxmldom::FreeXmlNodePtrFuncPtr)(xmlNodePtr nodePtr)
 


Enumeration Type Documentation

enum acdk::xml::libxmldom::NamedNodeMapType
 

Enumeration values:
NNMTAttributes 
NNMTEntities 
NNMTNotations 


Function Documentation

org::w3c::dom::RNodeList _getElementsByTagName xmlNodePtr  _nodePtr,
IN(RString name
 

org::w3c::dom::RNodeList _getElementsByTagNameNS xmlNodePtr  _nodePtr,
IN(RString namespaceURI,
IN(RString localName
 

const xmlChar* _getLocalName const xmlChar *  fqName  ) 
 

xmlNodePtr _getNodePtr IN(org::w3c::dom::RNode node  ) 
 

const xmlChar* _getPrefix const xmlChar *  fqName  ) 
 

bool _match const xmlChar *  name,
xmlNodePtr  node
 

bool _matchNS const xmlChar *  uri,
const xmlChar *  localName,
xmlNodePtr  node