Bitstream Interpretation Library (BIL)  0.1
Variables
XMLWriter.cpp File Reference

Contains definition of XMLWriter class. More...

#include <util/XMLWriter.hpp>
Include dependency graph for XMLWriter.cpp:

Go to the source code of this file.

Variables

const char OPENINGTAG_START = '<'
const char OPENINGTAG_ENDEMPTY [] = " />"
const char TAG_END = '>'
const char CLOSINGTAG_START [] = "</"
const char ATTRIB_START [] = "=\""
const char ATTRIB_END [] = "\""
const char PINST_START [] = "<?"
const char PINST_END [] = "?>"
const char INDENT_CHAR = ' '

Detailed Description

Contains definition of XMLWriter class.

Definition in file XMLWriter.cpp.


Variable Documentation

const char OPENINGTAG_START = '<'

Definition at line 11 of file XMLWriter.cpp.

const char OPENINGTAG_ENDEMPTY[] = " />"

Definition at line 12 of file XMLWriter.cpp.

const char TAG_END = '>'

Definition at line 13 of file XMLWriter.cpp.

const char CLOSINGTAG_START[] = "</"

Definition at line 14 of file XMLWriter.cpp.

const char ATTRIB_START[] = "=\""

Definition at line 16 of file XMLWriter.cpp.

const char ATTRIB_END[] = "\""

Definition at line 17 of file XMLWriter.cpp.

const char PINST_START[] = "<?"

Definition at line 19 of file XMLWriter.cpp.

const char PINST_END[] = "?>"

Definition at line 20 of file XMLWriter.cpp.

const char INDENT_CHAR = ' '

Definition at line 22 of file XMLWriter.cpp.