ReactOS 0.4.15-dev-7846-g8ba6c66
_xmlNs Struct Reference

#include <tree.h>

Collaboration diagram for _xmlNs:

Public Attributes

struct _xmlNsnext
 
xmlNsType type
 
const xmlCharhref
 
const xmlCharprefix
 
void_private
 
struct _xmlDoccontext
 

Detailed Description

Definition at line 389 of file tree.h.

Member Data Documentation

◆ _private

void* _xmlNs::_private

Definition at line 394 of file tree.h.

◆ context

struct _xmlDoc* _xmlNs::context

Definition at line 395 of file tree.h.

◆ href

◆ next

struct _xmlNs* _xmlNs::next

Definition at line 390 of file tree.h.

Referenced by xsltApplySequenceConstructor(), and xsltShallowCopyNsNode().

◆ prefix

const xmlChar* _xmlNs::prefix

Definition at line 393 of file tree.h.

Referenced by xsltShallowCopyNsNode().

◆ type

xmlNsType _xmlNs::type

Definition at line 391 of file tree.h.


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