System::Xml::XmlNamespaceManager::ns_decl Struct Reference

Represents a single namespace. More...

Public Member Functions

 ns_decl ()
 Constructs an intance that represents a namespace with empty prefix and URI. More...
 
 ns_decl (const String &_prefix, const String &_uri)
 

Public Attributes

String prefix
 Namespace prefix. More...
 
String uri
 Namespace URI. More...
 

Detailed Description

Represents a single namespace.

Constructor & Destructor Documentation

◆ ns_decl() [1/2]

System::Xml::XmlNamespaceManager::ns_decl::ns_decl ( )
inline

Constructs an intance that represents a namespace with empty prefix and URI.

◆ ns_decl() [2/2]

System::Xml::XmlNamespaceManager::ns_decl::ns_decl ( const String _prefix,
const String _uri 
)
inline

/// Constructs an intance that represents a namespace with the specified prefix and URI.

Parameters
_prefixThe prefix of the namespace represented by the instance being constructed
_uriThe URI of the namespace represented by the instance being constructed

Member Data Documentation

◆ prefix

String System::Xml::XmlNamespaceManager::ns_decl::prefix

Namespace prefix.

◆ uri

String System::Xml::XmlNamespaceManager::ns_decl::uri

Namespace URI.