Gsf.XMLInNode¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
check_children_for_ns |
r/w |
whether to check namespace for children |
|
end |
r |
callback for node end |
|
has_content |
r/w |
whether the node has content |
|
id |
r/w |
identifier unique in the entire tree |
|
name |
r/w |
node name |
|
ns_id |
r/w |
namespace identifier |
|
parent_id |
r/w |
parent node identifier |
|
share_children_with_parent |
r/w |
whether to share children with parent. |
|
start |
r |
callback for the node opening |
Methods¶
None
Details¶
- class Gsf.XMLInNode¶