LibreOffice Module xmloff (master) 1
Enumerations
ElemTransformerAction.hxx File Reference
#include "TransformerAction.hxx"
Include dependency graph for ElemTransformerAction.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  XMLElemTransformerAction {
  XML_ETACTION_EOT =XML_TACTION_EOT ,
  XML_ETACTION_COPY ,
  XML_ETACTION_COPY_TEXT ,
  XML_ETACTION_COPY_CONTENT ,
  XML_ETACTION_RENAME_ELEM ,
  XML_ETACTION_RENAME_ELEM_PROC_ATTRS ,
  XML_ETACTION_RENAME_ELEM_ADD_ATTR ,
  XML_ETACTION_RENAME_ELEM_ADD_PROC_ATTR ,
  XML_ETACTION_RENAME_ELEM_PROC_ATTRS_COND ,
  XML_ETACTION_PROC_ATTRS ,
  XML_ETACTION_MOVE_ATTRS_TO_ELEMS ,
  XML_ETACTION_MOVE_ELEMS_TO_ATTRS ,
  XML_ETACTION_PROC_ATTRS_COND ,
  XML_ETACTION_EXTRACT_CHARACTERS ,
  XML_ETACTION_MOVE_TO_ATTR ,
  XML_ETACTION_MOVE_TO_ATTR_RNG2ISO_DATETIME ,
  XML_ETACTION_USER_DEFINED =0x40000000
}
 

Enumeration Type Documentation

◆ XMLElemTransformerAction

Enumerator
XML_ETACTION_EOT 
XML_ETACTION_COPY 
XML_ETACTION_COPY_TEXT 
XML_ETACTION_COPY_CONTENT 
XML_ETACTION_RENAME_ELEM 
XML_ETACTION_RENAME_ELEM_PROC_ATTRS 
XML_ETACTION_RENAME_ELEM_ADD_ATTR 
XML_ETACTION_RENAME_ELEM_ADD_PROC_ATTR 
XML_ETACTION_RENAME_ELEM_PROC_ATTRS_COND 
XML_ETACTION_PROC_ATTRS 
XML_ETACTION_MOVE_ATTRS_TO_ELEMS 
XML_ETACTION_MOVE_ELEMS_TO_ATTRS 
XML_ETACTION_PROC_ATTRS_COND 
XML_ETACTION_EXTRACT_CHARACTERS 
XML_ETACTION_MOVE_TO_ATTR 
XML_ETACTION_MOVE_TO_ATTR_RNG2ISO_DATETIME 
XML_ETACTION_USER_DEFINED 

Definition at line 24 of file ElemTransformerAction.hxx.