forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_xmlparser
reduz edited this page Feb 23, 2014
·
9 revisions
####Inherits: Reference ####Category: Core
-
int
read( ) -
int
get_node_type( ) -
String
get_node_name( ) const -
String
get_node_data( ) const -
int
get_node_offset( ) const -
int
get_attribute_count( ) const -
String
get_attribute_name( int arg0 ) const -
String
get_attribute_value( int arg0 ) const -
bool
has_attribute( String arg0 ) const -
String
get_named_attribute_value( String arg0 ) const -
String
get_named_attribute_value_safe( String arg0 ) const -
bool
is_empty( ) const -
int
get_current_line( ) const - void
skip_section( ) -
int
seek( int arg0 ) -
int
open( String arg0 )
- NODE_NONE = 0
- NODE_ELEMENT = 1
- NODE_ELEMENT_END = 2
- NODE_TEXT = 3
- NODE_COMMENT = 4
- NODE_CDATA = 5
- NODE_UNKNOWN = 6