libetonyek::IWORKXMLContextEmpty Class Reference

#include <IWORKXMLContextBase.h>

Inheritance diagram for libetonyek::IWORKXMLContextEmpty:
libetonyek::IWORKXMLContextMinimal libetonyek::IWORKXMLContext libetonyek::IWORKXMLContextBase< IWORKXMLContextEmpty, IWORKXMLParserState > libetonyek::IWORKBezierElement libetonyek::IWORKBrContext libetonyek::IWORKColorElement libetonyek::IWORKCoreImageFilterDescriptorElement libetonyek::IWORKDataElement libetonyek::IWORKDateTimeFormatElement libetonyek::IWORKDurationFormatElement libetonyek::IWORKFoElement libetonyek::IWORKFormulaElement libetonyek::IWORKListLabelGeometryElement libetonyek::IWORKNumberElement< T > libetonyek::IWORKNumberFormatElement libetonyek::IWORKOfElement libetonyek::IWORKPositionElement libetonyek::IWORKRefContext libetonyek::IWORKSizeElement libetonyek::IWORKStringElement libetonyek::IWORKStyleRefContext libetonyek::IWORKTabElement libetonyek::IWORKTableCellFormulaElement libetonyek::IWORKTextLabelElement

Protected Member Functions

 IWORKXMLContextEmpty (IWORKXMLParserState &)
 
void attribute (int name, const char *value) override
 Process an attribute.
 
IWORKXMLContextPtr_t element (int token) override
 Create a context for parsing a child element.
 
void text (const char *value) override
 Process textual content of an element.
 
const boost::optional< ID_t > & getId () const
 
void setId (const char *value)
 
const boost::optional< ID_t > & getRef () const
 
- Protected Member Functions inherited from libetonyek::IWORKXMLContextMinimal
 IWORKXMLContextMinimal ()
 
void startOfElement () override
 Signalize the start of an element.
 
void endOfElement () override
 Signalize the end of an element.
 

Private Attributes

boost::optional< ID_tm_id
 
boost::optional< ID_tm_ref
 

Additional Inherited Members

- Public Member Functions inherited from libetonyek::IWORKXMLContext
virtual ~IWORKXMLContext ()=0
 
virtual void CDATA (const char *value)
 Process CDATA content of an element.
 

Constructor & Destructor Documentation

◆ IWORKXMLContextEmpty()

libetonyek::IWORKXMLContextEmpty::IWORKXMLContextEmpty ( IWORKXMLParserState & )
explicitprotected

Member Function Documentation

◆ attribute()

void libetonyek::IWORKXMLContextEmpty::attribute ( int name,
const char * value )
overrideprotectedvirtual

Process an attribute.

Attributes are fed to the current element's context one by one.

Implements libetonyek::IWORKXMLContext.

◆ element()

IWORKXMLContextPtr_t libetonyek::IWORKXMLContextEmpty::element ( int name)
overrideprotectedvirtual

Create a context for parsing a child element.

Returns
A new context or an empty pointer if the child element cannot be handled.

Implements libetonyek::IWORKXMLContext.

◆ getId()

◆ getRef()

const boost::optional< ID_t > & libetonyek::IWORKXMLContextEmpty::getRef ( ) const
protected

◆ setId()

void libetonyek::IWORKXMLContextEmpty::setId ( const char * value)
protected

◆ text()

void libetonyek::IWORKXMLContextEmpty::text ( const char * value)
overrideprotectedvirtual

Process textual content of an element.

This function can be called more than once if the element has mixed content.

Implements libetonyek::IWORKXMLContext.

Member Data Documentation

◆ m_id

boost::optional<ID_t> libetonyek::IWORKXMLContextEmpty::m_id
private

◆ m_ref

boost::optional<ID_t> libetonyek::IWORKXMLContextEmpty::m_ref
private

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

Generated for libetonyek by doxygen 1.13.2