Type:
Class
Constants:
NAMESPLIT : /^(?:(#{XMLTokens::NCNAME_STR}):)?(#{XMLTokens::NCNAME_STR})/u
PARENTS : [ :element, :document, :doctype ]

Represents a tagged XML element. Elements are characterized by having children, attributes, and names, and can themselves be children.

node_type

node_type() Instance Public methods

2015-05-06 22:54:28
local_name

local_name() Instance Public methods

2015-05-06 22:25:01