XMLParser
Inherits: RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Methods
get_attribute_count ( ) const |
|
get_attribute_name ( int idx ) const |
|
get_attribute_value ( int idx ) const |
|
get_current_line ( ) const |
|
get_named_attribute_value ( String name ) const |
|
get_named_attribute_value_safe ( String name ) const |
|
get_node_data ( ) const |
|
get_node_name ( ) const |
|
get_node_offset ( ) const |
|
get_node_type ( ) |
|
has_attribute ( String name ) const |
|
is_empty ( ) const |
|
open_buffer ( PackedByteArray buffer ) |
|
read ( ) |
|
void |
skip_section ( ) |
Enumerations
enum NodeType:
NodeType NODE_NONE = 0
There is currently no description for this enum. Please help us by contributing one!
NodeType NODE_ELEMENT = 1
There is currently no description for this enum. Please help us by contributing one!
NodeType NODE_ELEMENT_END = 2
There is currently no description for this enum. Please help us by contributing one!
NodeType NODE_TEXT = 3
There is currently no description for this enum. Please help us by contributing one!
NodeType NODE_COMMENT = 4
There is currently no description for this enum. Please help us by contributing one!
NodeType NODE_CDATA = 5
There is currently no description for this enum. Please help us by contributing one!
NodeType NODE_UNKNOWN = 6
There is currently no description for this enum. Please help us by contributing one!
Method Descriptions
int get_attribute_count ( ) const
There is currently no description for this method. Please help us by contributing one!
String get_attribute_name ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
String get_attribute_value ( int idx ) const
There is currently no description for this method. Please help us by contributing one!
int get_current_line ( ) const
There is currently no description for this method. Please help us by contributing one!
String get_named_attribute_value ( String name ) const
There is currently no description for this method. Please help us by contributing one!
String get_named_attribute_value_safe ( String name ) const
There is currently no description for this method. Please help us by contributing one!
String get_node_data ( ) const
There is currently no description for this method. Please help us by contributing one!
String get_node_name ( ) const
There is currently no description for this method. Please help us by contributing one!
int get_node_offset ( ) const
There is currently no description for this method. Please help us by contributing one!
NodeType get_node_type ( )
There is currently no description for this method. Please help us by contributing one!
bool has_attribute ( String name ) const
There is currently no description for this method. Please help us by contributing one!
bool is_empty ( ) const
There is currently no description for this method. Please help us by contributing one!
There is currently no description for this method. Please help us by contributing one!
Error open_buffer ( PackedByteArray buffer )
There is currently no description for this method. Please help us by contributing one!
Error read ( )
There is currently no description for this method. Please help us by contributing one!
There is currently no description for this method. Please help us by contributing one!
void skip_section ( )
There is currently no description for this method. Please help us by contributing one!