Mako 7.4.0 API
Loading...
Searching...
No Matches
JawsMako::IPCLXLAttributeHandler Class Referenceabstract

Interface allowing users to monitor/handle illegal PCL/XL operator attributes. More...

#include <pclxlinput.h>

Public Member Functions

virtual bool ignoreAttribute (const RawString &operatorName, uint16 attributeId)=0
 Invoked by the input when the an illegal PCL/XL attribute is encountered.
 

Detailed Description

Interface allowing users to monitor/handle illegal PCL/XL operator attributes.

Member Function Documentation

◆ ignoreAttribute()

virtual bool JawsMako::IPCLXLAttributeHandler::ignoreAttribute ( const RawString & operatorName,
uint16 attributeId )
pure virtual

Invoked by the input when the an illegal PCL/XL attribute is encountered.

Parameters
operatorNameThe operator name as listed in the PCL/XL reference.
attributeIdThe attribute ID as listed in the PCL/XL reference.
Returns
bool Return true to indicate that Mako should ignore this attribute.

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