|
Enumerations |
| enum | TPanic {
EBadNamespace = 1,
EBadNamespacePrefix,
EBufNot16Bit,
EFragmentElementNotInitialized,
EDelegatedFragmentAlreadySet,
EInconsistentTokens,
EBadInternalState
} |
Functions |
| | _LIT (KPanic,"SenXml") |
| | _LIT8 (KLessThan,"<") |
| | _LIT8 (KGreaterThan,">") |
| | _LIT8 (KColon,":") |
| | _LIT8 (KSpace," ") |
| | _LIT8 (KDblQuot,"\"") |
| | _LIT8 (KEqualsDblQuot,"=\"") |
| | _LIT8 (KSlashGreaterThan,"/>") |
| | _LIT8 (KLessThanSlash,"</") |
| | _LIT8 (KSpaceXmlns," xmlns") |
| | _LIT8 (KXmlns,"xmlns") |
| | _LIT8 (KQuotedApos,"'") |
| | _LIT8 (KQuotedDblQuot,""") |
| | _LIT8 (KQuotedGt,">") |
| | _LIT8 (KQuotedLt,"<") |
| | _LIT8 (KQuotedAmp,"&") |
Variables |
| const TInt | KErrSenInvalidCharacters = -30300 |
| const TInt | KErrSenZeroLengthDescriptor = -30301 |
| const TInt | KErrSenXmlReaderNotSet = -30302 |
| const TInt | KErrSenXmlContentHandlerNotSet = -30303 |