NCBI C++ ToolKit
Static Public Member Functions | List of all members
xml::impl::ns_util Struct Reference

Search Toolkit Book for xml::impl::ns_util

#include "utility.hpp"
(Private to src/misc/xmlwrapp.)

Static Public Member Functions

static bool node_ns_match (xmlNode *nd, const ns *nspace)
 
static bool attr_ns_match (xmlAttr *at, const ns *nspace)
 
static bool default_attr_ns_match (xmlAttribute *dat, const ns *nspace)
 

Detailed Description

Definition at line 89 of file utility.hpp.

Member Function Documentation

◆ attr_ns_match()

bool xml::impl::ns_util::attr_ns_match ( xmlAttr *  at,
const ns nspace 
)
static

Definition at line 109 of file utility.cpp.

References xml::ns::is_void(), and NULL.

◆ default_attr_ns_match()

bool xml::impl::ns_util::default_attr_ns_match ( xmlAttribute *  dat,
const ns nspace 
)
static

Definition at line 124 of file utility.cpp.

References xml::ns::get_prefix(), xml::ns::is_void(), NULL, and util::strcmp().

◆ node_ns_match()

bool xml::impl::ns_util::node_ns_match ( xmlNode *  nd,
const ns nspace 
)
static

Definition at line 94 of file utility.cpp.

References xml::ns::is_void(), and NULL.


The documentation for this struct was generated from the following files:
Modified on Fri Sep 20 14:57:55 2024 by modify_doxy.py rev. 669887