Library: XML
Package: DOM
Header: Poco/DOM/ElementsByTagNameList.h
Direct Base Classes: NodeList
All Base Classes: DOMObject, NodeList
Member Functions: autoRelease, find, item, length
Inherited Functions: autoRelease, duplicate, item, length, release
 
 ElementsByTagNameList(
    const Node * pParent,
    const XMLString & name
);
 
   
  
 void autoRelease();
See also: Poco::XML::DOMObject::autoRelease()
 
 Node * item(
    unsigned long index
) const;
See also: Poco::XML::NodeList::item()
 
 unsigned long length() const;
See also: Poco::XML::NodeList::length()
 
 Node * find(
    const Node * pParent,
    unsigned long index
) const;
 
 mutable unsigned long _count;
 
 XMLString _name;
 
 const Node * _pParent;