Class Parser.XML.Tree.RootNode

Inheritance graph
Annotations
@Pike.Annotations.Implements(Node)
Description

The root node of an XML-tree consisting of Nodes.


Inherit Node

inherit Node : Node


Inherit XMLParser

inherit XMLParser : XMLParser


Method create

Parser.XML.Tree.RootNode Parser.XML.Tree.RootNode(string|void data, mapping|void predefined_entities, ParseFlags|void flags)