#include "NodesetLoader/NodesetLoader.h"
#include <stdbool.h>
#include <stddef.h>
Go to the source code of this file.
◆ NL_ParserCtx
◆ ParserState
◆ ParserState
This Source Code Form is subject to the terms of the Mozilla Public License, v.
2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Copyright 2020 (c) Matthias Konnerth
| Enumerator |
|---|
| PARSERSTATE_INIT | |
| PARSERSTATE_LISTOF | |
| PARSERSTATE_EXTENSIONOBJECT | |
| PARSERSTATE_EXTENSIONOBJECT_TYPEID | |
| PARSERSTATE_EXTENSIONOBJECT_BODY | |
| PARSERSTATE_DATA | |
| PARSERSTATE_FINISHED | |
Definition at line 12 of file Value.h.
◆ Value_delete()
◆ Value_end()
| void Value_end |
( |
NL_Value * |
val, |
|
|
const char * |
name, |
|
|
const char * |
value |
|
) |
| |
◆ Value_new()
◆ Value_start()
| void Value_start |
( |
NL_Value * |
val, |
|
|
const char * |
name |
|
) |
| |