Lines Matching refs:ParseInfo
11 | ohos.xml | ParseOptions | tokenValueCallbackFunction?: (eventType: EventType, value: ParseInfo) =…
16 | ohos.xml | ParseInfo | getAttributeCount(): number; | 新增 |
17 | ohos.xml | ParseInfo | isWhitespace(): boolean; | 新增 |
18 | ohos.xml | ParseInfo | isEmptyElementTag(): boolean; | 新增 |
19 | ohos.xml | ParseInfo | getText(): string; | 新增 |
20 | ohos.xml | ParseInfo | getPrefix(): string; | 新增 |
21 | ohos.xml | ParseInfo | getNamespace(): string; | 新增 |
22 | ohos.xml | ParseInfo | getName(): string; | 新增 |
23 | ohos.xml | ParseInfo | getLineNumber(): number; | 新增 |
24 | ohos.xml | ParseInfo | getDepth(): number; | 新增 |
25 | ohos.xml | ParseInfo | getColumnNumber(): number; | 新增 |