Xalan-C++ API Documentation
Xalan-C++ API Documentation
The Xalan C++ XSL Transformer Version 1.1
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
FormatterToHTML::ElemDesc Class Reference
#include <FormatterToHTML.hpp>
Collaboration diagram for FormatterToHTML::ElemDesc:
[legend]List of all members.Public Types
- enum eFlags {
EMPTY = (1 << 1),
FLOW = (1 << 2),
BLOCK = (1 << 3),
BLOCKFORM = (1 << 4),
BLOCKFORMFIELDSET = (1 << 5),
CDATA = (1 << 6),
PCDATA = (1 << 7),
RAW = (1 << 8),
INLINE = (1 << 9),
INLINEA = (1 << 10),
INLINELABEL = (1 << 11),
FONTSTYLE = (1 << 12),
PHRASE = (1 << 13),
FORMCTRL = (1 << 14),
SPECIAL = (1 << 15),
ASPECIAL = (1 << 16),
HEADMISC = (1 << 17),
HEAD = (1 << 18),
LIST = (1 << 19),
PREFORMATTED = (1 << 20),
WHITESPACESENSITIVE = (1 << 21),
HEADELEM = (1 << 22),
ATTRURL = (1 << 1),
ATTREMPTY = (1 << 2)
}
Public Methods
Member Enumeration Documentation
|
enum FormatterToHTML::ElemDesc::eFlags
|
|
|
|
-
Enumeration values:
-
| EMPTY
|
|
| FLOW
|
|
| BLOCK
|
|
| BLOCKFORM
|
|
| BLOCKFORMFIELDSET
|
|
| CDATA
|
|
| PCDATA
|
|
| RAW
|
|
| INLINE
|
|
| INLINEA
|
|
| INLINELABEL
|
|
| FONTSTYLE
|
|
| PHRASE
|
|
| FORMCTRL
|
|
| SPECIAL
|
|
| ASPECIAL
|
|
| HEADMISC
|
|
| HEAD
|
|
| LIST
|
|
| PREFORMATTED
|
|
| WHITESPACESENSITIVE
|
|
| HEADELEM
|
|
| ATTRURL
|
|
| ATTREMPTY
|
|
|
Constructor & Destructor Documentation
|
FormatterToHTML::ElemDesc::ElemDesc (
|
unsigned int flags = 0 )
|
|
|
FormatterToHTML::ElemDesc::~ElemDesc (
|
) []
|
|
Member Function Documentation
|
bool FormatterToHTML::ElemDesc::is (
|
unsigned int flags ) const []
|
|
|
bool FormatterToHTML::ElemDesc::isAttrFlagSet (
|
const XalanDOMChar * name,
|
|
unsigned int flags ) const []
|
|
|
bool FormatterToHTML::ElemDesc::operator== (
|
const ElemDesc & theRHS ) const []
|
|
|
void FormatterToHTML::ElemDesc::setAttr (
|
const XalanDOMChar * name,
|
|
unsigned int flags ) []
|
|
The documentation for this class was generated from the following file:
Interpreting class diagrams
Doxygen and
GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSL Transformer Version 1.1
Copyright © 2000, 2001 The Apache Software Foundation. All Rights Reserved.
|
|
|