LibreOffice Module xmlreader (master) 1
Public Member Functions | Public Attributes | List of all members
xmlreader::XmlReader::ElementData Struct Reference
Collaboration diagram for xmlreader::XmlReader::ElementData:
[legend]

Public Member Functions

 ElementData (Span const &theName, NamespaceList::size_type theInheritedNamespaces, int theDefaultNamespaceId)
 

Public Attributes

Span name
 
NamespaceList::size_type inheritedNamespaces
 
int defaultNamespaceId
 

Detailed Description

Definition at line 90 of file xmlreader.hxx.

Constructor & Destructor Documentation

◆ ElementData()

xmlreader::XmlReader::ElementData::ElementData ( Span const &  theName,
NamespaceList::size_type  theInheritedNamespaces,
int  theDefaultNamespaceId 
)
inline

Definition at line 95 of file xmlreader.hxx.

References name.

Member Data Documentation

◆ defaultNamespaceId

int xmlreader::XmlReader::ElementData::defaultNamespaceId

Definition at line 93 of file xmlreader.hxx.

◆ inheritedNamespaces

NamespaceList::size_type xmlreader::XmlReader::ElementData::inheritedNamespaces

Definition at line 92 of file xmlreader.hxx.

◆ name

Span xmlreader::XmlReader::ElementData::name

Definition at line 91 of file xmlreader.hxx.


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