mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Sync classref with current source, adds Enums
This commit is contained in:
@@ -55,8 +55,12 @@ Member Functions
|
||||
| void | :ref:`skip_section<class_XMLParser_skip_section>` **(** **)** |
|
||||
+------------------------------+------------------------------------------------------------------------------------------------------------------------------------------+
|
||||
|
||||
Numeric Constants
|
||||
-----------------
|
||||
Enums
|
||||
-----
|
||||
|
||||
.. _enum_XMLParser_NodeType:
|
||||
|
||||
enum **NodeType**
|
||||
|
||||
- **NODE_NONE** = **0** --- There's no node (no file or buffer opened)
|
||||
- **NODE_ELEMENT** = **1** --- Element (tag)
|
||||
@@ -66,6 +70,7 @@ Numeric Constants
|
||||
- **NODE_CDATA** = **5** --- CDATA content
|
||||
- **NODE_UNKNOWN** = **6** --- Unknown node
|
||||
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user