Xalan-C++ API Reference  1.12.0
Public Types | Public Member Functions | List of all members
xalanc::XPath::TargetData Class Reference

#include <xalanc/XPath/XPath.hpp>

Public Types

enum  eTargetType { eAttribute, eElement, eAny, eOther }
 

Public Member Functions

 TargetData ()
 
 TargetData (const XalanDOMChar *theString, eMatchScore thePriority, eTargetType theTargetType)
 
const XalanDOMChar * getString () const
 
eMatchScore getDefaultPriority () const
 
eTargetType getTargetType () const
 

Detailed Description

Definition at line 98 of file XPath.hpp.

Member Enumeration Documentation

◆ eTargetType

Enumerator
eAttribute 
eElement 
eAny 
eOther 

Definition at line 102 of file XPath.hpp.

Constructor & Destructor Documentation

◆ TargetData() [1/2]

xalanc::XPath::TargetData::TargetData ( )
inline

Definition at line 104 of file XPath.hpp.

◆ TargetData() [2/2]

xalanc::XPath::TargetData::TargetData ( const XalanDOMChar *  theString,
eMatchScore  thePriority,
eTargetType  theTargetType 
)
inline

Definition at line 111 of file XPath.hpp.

Member Function Documentation

◆ getDefaultPriority()

eMatchScore xalanc::XPath::TargetData::getDefaultPriority ( ) const
inline

Definition at line 128 of file XPath.hpp.

◆ getString()

const XalanDOMChar* xalanc::XPath::TargetData::getString ( ) const
inline

Definition at line 122 of file XPath.hpp.

◆ getTargetType()

eTargetType xalanc::XPath::TargetData::getTargetType ( ) const
inline

Definition at line 134 of file XPath.hpp.


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