|
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
PmtInstanceInterpreter.cpp File Reference#include "dom/DOM_NamedNodeMap.hpp"
#include "framework/LocalFileInputSource.hpp"
#include "framework/MemBufInputSource.hpp"
#include "parsers/DOMParser.hpp"
#include "sax/InputSource.hpp"
#include "util/PlatformUtils.hpp"
#include "util/BinInputStream.hpp"
#include <fstream>
#include "EkCompiler.h"
#include "EkStrings.h"
#include "PmtDomString.h"
#include "PmtDomText.h"
#include "PmtInstanceInterpreter.h"
#include "PmtError.h"
#include "PmtCoreCommon.h"
#include "PmtMisc.h"
#include "PmtCompositeMetadata.h"
#include "PmtAttributeT.h"
Include dependency graph for PmtInstanceInterpreter.cpp:
Function Documentation
XMLFormatter& operator<< |
( |
XMLFormatter & |
strm, |
|
|
const DOMString & |
s |
|
) |
|
|
Variable Documentation
const XMLCh gEndCDATA[] [static]
|
|
|
Initial value:
{
chCloseSquare, chCloseSquare, chCloseAngle, chNull
} |
const XMLCh gEndComment[] [static]
|
|
|
Initial value:
{
chDash, chDash, chCloseAngle, chNull
} |
const XMLCh gEndElement[] = { chOpenAngle, chForwardSlash, chNull } [static]
|
|
const XMLCh gEndPI[] = { chQuestion, chCloseAngle, chNull} [static]
|
|
const XMLCh gIndent[] [static]
|
|
|
Initial value:
{
chSpace, chSpace, chNull
} |
const XMLCh gNotation[] [static]
|
|
|
Initial value:
{
chLatin_N, chLatin_D, chLatin_A, chLatin_T, chLatin_A,
chSpace, chDoubleQuote, chNull
} |
const XMLCh gPublic[] [static]
|
|
|
Initial value:
{
chLatin_P, chLatin_U, chLatin_B, chLatin_L, chLatin_I,
chLatin_C, chSpace, chDoubleQuote, chNull
} |
const XMLCh gStartCDATA[] [static]
|
|
|
Initial value:
{
chOpenAngle, chBang, chOpenSquare, chLatin_C, chLatin_D,
chLatin_A, chLatin_T, chLatin_A, chOpenSquare, chNull
} |
const XMLCh gStartComment[] [static]
|
|
|
Initial value:
{
chOpenAngle, chBang, chDash, chDash, chNull
} |
const XMLCh gStartDoctype[] [static]
|
|
|
Initial value:
{
chOpenAngle, chBang, chLatin_D, chLatin_O, chLatin_C, chLatin_T,
chLatin_Y, chLatin_P, chLatin_E, chSpace, chNull
} |
const XMLCh gStartEntity[] [static]
|
|
|
Initial value:
{
chOpenAngle, chBang, chLatin_E, chLatin_N, chLatin_T, chLatin_I,
chLatin_T, chLatin_Y, chSpace, chNull
} |
const XMLCh gStartPI[] = { chOpenAngle, chQuestion, chNull } [static]
|
|
const XMLCh gSystem[] [static]
|
|
|
Initial value:
{
chLatin_S, chLatin_Y, chLatin_S, chLatin_T, chLatin_E,
chLatin_M, chSpace, chDoubleQuote, chNull
} |
const XMLCh gXMLDecl1[] [static]
|
|
|
Initial value:
{
chOpenAngle, chQuestion, chLatin_x, chLatin_m, chLatin_l
, chSpace, chLatin_v, chLatin_e, chLatin_r, chLatin_s, chLatin_i
, chLatin_o, chLatin_n, chEqual, chDoubleQuote, chNull
} |
const XMLCh gXMLDecl2[] [static]
|
|
|
Initial value:
{
chDoubleQuote, chSpace, chLatin_e, chLatin_n, chLatin_c
, chLatin_o, chLatin_d, chLatin_i, chLatin_n, chLatin_g, chEqual
, chDoubleQuote, chNull
} |
const XMLCh gXMLDecl3[] [static]
|
|
|
Initial value:
{
chDoubleQuote, chSpace, chLatin_s, chLatin_t, chLatin_a
, chLatin_n, chLatin_d, chLatin_a, chLatin_l, chLatin_o
, chLatin_n, chLatin_e, chEqual, chDoubleQuote, chNull
} |
const XMLCh gXMLDecl4[] [static]
|
|
|
Initial value:
{
chDoubleQuote, chQuestion, chCloseAngle
, chLF, chNull
} |
const char* const NAMESPACE_URI_NOTFOUND = "NamespaceURINotFound"
|
|
const char* const PMT_ATTR_PROHIBITED = "prohibited"
|
|
const char* const PMT_ATTR_REQUIRED = "required"
|
|
const char* const PMT_FALSE = "false"
|
|
const char* const PMT_INSTANCE_NILLABLE_TAG = "xsi:nil"
|
|
const char* const PMT_NILLABLE_TAG = "nillable"
|
|
const char* const PMT_TRUE = "true"
|
|
|