Xalan-C++ API Reference  1.12.0
Public Types | Public Attributes | List of all members
xalanc::FormatterToHTML::Entity Struct Reference

#include <xalanc/XMLSupport/FormatterToHTML.hpp>

Public Types

enum  { eMaxLength = 8 }
 

Public Attributes

XalanDOMChar m_char
 
size_type m_length
 
XalanDOMChar m_string [eMaxLength+1]
 

Detailed Description

Definition at line 160 of file FormatterToHTML.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
eMaxLength 

Definition at line 162 of file FormatterToHTML.hpp.

Member Data Documentation

◆ m_char

XalanDOMChar xalanc::FormatterToHTML::Entity::m_char

Definition at line 164 of file FormatterToHTML.hpp.

◆ m_length

size_type xalanc::FormatterToHTML::Entity::m_length

Definition at line 166 of file FormatterToHTML.hpp.

◆ m_string

XalanDOMChar xalanc::FormatterToHTML::Entity::m_string[eMaxLength+1]

Definition at line 168 of file FormatterToHTML.hpp.


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