|
NAMEXML::DOM2::DOM::NameSpace DESCRIPTIONNameSpace base class for all attributes and elements METHODS$element->name()Returns the attributes full name with namespace prefix. $element->localName()Returns the attribute name without name space prefix. $element->namespaceURI()Returns the URI of the attributes namespace. $element->prefix()Returns the attributes namespace prefix, returns undef if the namespace is the same as the owning element. $element->namespace()Return the namespace string this element or attribute belongs to. COPYRIGHTMartin Owens, doctormo@cpan.orgSEE ALSOXML::DOM2
Visit the GSP FreeBSD Man Page Interface. |