Skip to content
Commit 90266e7a authored by Daniel Espinosa's avatar Daniel Espinosa
Browse files

GomElement: Implemented read unparsed children

If GomObject.parse_children is false, all children
are stored as string in GomObject.unparsed, without
parsing them, so no childs are added to current node.

GomObject.read_unparsed() will parse all children
stored in GomObject.unparsed, appending them to current
node as child. Once children have been parsed,
GomObject.unparsed is set to null to release resources.
parent fc695ff2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment