bes  Updated for version 3.20.5
ncml_module::XMLNamespace Struct Reference
Collaboration diagram for ncml_module::XMLNamespace:
Collaboration graph

Public Member Functions

void fromSAX2Namespace (const xmlChar **namespaces)
 
string getAsAttributeString () const
 
XMLNamespaceoperator= (const XMLNamespace &rhs)
 
 XMLNamespace (const string &prefix="", const string &uri="")
 
 XMLNamespace (const XMLNamespace &proto)
 

Public Attributes

string prefix
 
string uri
 

Detailed Description

Definition at line 138 of file XMLHelpers.h.

Member Function Documentation

◆ fromSAX2Namespace()

void ncml_module::XMLNamespace::fromSAX2Namespace ( const xmlChar **  namespaces)

Assuming the pointer is an array of two strings: {prefix, uri}

Definition at line 272 of file XMLHelpers.cc.

◆ getAsAttributeString()

string ncml_module::XMLNamespace::getAsAttributeString ( ) const

Get the namespace as attribute string, ie "xmlns:prefix=\"uri"" for serializing

Definition at line 279 of file XMLHelpers.cc.


The documentation for this struct was generated from the following files: