LibreOffice Module xmloff (master) 1
Public Member Functions | Private Attributes | List of all members
SvXMLAttr Class Reference

#include <SvXMLAttr.hxx>

Public Member Functions

 SvXMLAttr (OUString aLName, OUString aValue)
 
 SvXMLAttr (const sal_uInt16 nPos, OUString aLName, OUString aValue)
 
bool operator== (const SvXMLAttr &rCmp) const
 
sal_uInt16 getPrefixPos () const
 
const OUString & getLName () const
 
const OUString & getValue () const
 

Private Attributes

sal_uInt16 aPrefixPos
 
OUString aLName
 
OUString aValue
 

Detailed Description

Definition at line 14 of file SvXMLAttr.hxx.

Constructor & Destructor Documentation

◆ SvXMLAttr() [1/2]

SvXMLAttr::SvXMLAttr ( OUString  aLName,
OUString  aValue 
)

Definition at line 15 of file SvXMLAttr.cxx.

◆ SvXMLAttr() [2/2]

SvXMLAttr::SvXMLAttr ( const sal_uInt16  nPos,
OUString  aLName,
OUString  aValue 
)

Definition at line 23 of file SvXMLAttr.cxx.

References nPos.

Member Function Documentation

◆ getLName()

const OUString & SvXMLAttr::getLName ( ) const
inline

Definition at line 30 of file SvXMLAttr.hxx.

References aLName.

◆ getPrefixPos()

sal_uInt16 SvXMLAttr::getPrefixPos ( ) const
inline

Definition at line 29 of file SvXMLAttr.hxx.

References aPrefixPos.

◆ getValue()

const OUString & SvXMLAttr::getValue ( ) const
inline

Definition at line 31 of file SvXMLAttr.hxx.

References aValue.

◆ operator==()

bool SvXMLAttr::operator== ( const SvXMLAttr rCmp) const

Definition at line 32 of file SvXMLAttr.cxx.

References aLName, aPrefixPos, and aValue.

Member Data Documentation

◆ aLName

OUString SvXMLAttr::aLName
private

Definition at line 17 of file SvXMLAttr.hxx.

Referenced by getLName(), and operator==().

◆ aPrefixPos

sal_uInt16 SvXMLAttr::aPrefixPos
private

Definition at line 16 of file SvXMLAttr.hxx.

Referenced by getPrefixPos(), and operator==().

◆ aValue

OUString SvXMLAttr::aValue
private

Definition at line 18 of file SvXMLAttr.hxx.

Referenced by getValue(), and operator==().


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