#include <SkXMLParser.h>
Definition at line 20 of file SkXMLParser.h.
◆ ErrorCode
Enumerator |
---|
kNoError | |
kEmptyFile | |
kUnknownElement | |
kUnknownAttributeName | |
kErrorInAttributeValue | |
kDuplicateIDs | |
kUnknownError | |
Definition at line 22 of file SkXMLParser.h.
◆ SkXMLParserError()
SkXMLParserError::SkXMLParserError |
( |
| ) |
|
◆ ~SkXMLParserError()
SkXMLParserError::~SkXMLParserError |
( |
| ) |
|
|
virtual |
◆ getErrorCode()
ErrorCode SkXMLParserError::getErrorCode |
( |
| ) |
const |
|
inline |
◆ getErrorString()
void SkXMLParserError::getErrorString |
( |
SkString * |
str | ) |
const |
|
virtual |
Definition at line 39 of file SkXMLParser.cpp.
40{
47 } else
50}
static char const *const gErrorStrings[]
void set(const SkString &src)
void append(const char text[])
static void GetNativeErrorString(int nativeErrorCode, SkString *str)
it will be possible to load the file into Perfetto s trace viewer disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via prefetched default font Indicates whether the embedding started a prefetch of the default font manager before creating the engine run In non interactive keep the shell running after the Dart script has completed enable serial On low power devices with low core running concurrent GC tasks on threads can cause them to contend with the UI thread which could potentially lead to jank This option turns off all concurrent GC activities domain network JSON encoded network policy per domain This overrides the DisallowInsecureConnections switch Embedder can specify whether to allow or disallow insecure connections at a domain level old gen heap size
◆ getLineNumber()
int SkXMLParserError::getLineNumber |
( |
| ) |
const |
|
inline |
◆ getNativeCode()
int SkXMLParserError::getNativeCode |
( |
| ) |
const |
|
inline |
◆ hasError()
bool SkXMLParserError::hasError |
( |
| ) |
const |
|
inline |
◆ hasNoun()
bool SkXMLParserError::hasNoun |
( |
| ) |
const |
|
inline |
◆ reset()
void SkXMLParserError::reset |
( |
| ) |
|
Definition at line 52 of file SkXMLParser.cpp.
52 {
54 fLineNumber = -1;
55 fNativeCode = -1;
56}
◆ setCode()
void SkXMLParserError::setCode |
( |
ErrorCode |
code | ) |
|
|
inline |
◆ setNoun() [1/3]
void SkXMLParserError::setNoun |
( |
const char * |
ch | ) |
|
|
inline |
◆ setNoun() [2/3]
void SkXMLParserError::setNoun |
( |
const char * |
ch, |
|
|
size_t |
len |
|
) |
| |
|
inline |
◆ setNoun() [3/3]
void SkXMLParserError::setNoun |
( |
const SkString & |
str | ) |
|
|
inline |
◆ SkXMLParser
◆ fCode
The documentation for this class was generated from the following files: