This class represents a <Service> element in an XRDS document.
Objects of this type are returned by Auth_Yadis_XRDS::services() and Auth_Yadis_Yadis::services(). Each object corresponds directly to a <Service> element in the XRDS and supplies a getElements($name) method which you should use to inspect the element's contents. See Auth_Yadis_Yadis for more information on the role this class plays in Yadis discovery.
Located in /Auth/Yadis/XRDS.php (line 83)
Creates an empty service object.
Used to get XML elements from this object's <Service> element.
This is what you should use to get all custom information out of this element. This is used by service filter functions to determine whether a service element contains specific tags, etc. NOTE: this only considers elements which are direct children of the <Service> element for this object.
Returns the "priority" attribute value of this <Service> element, if the attribute is present. Returns null if not.
Return the URIs in the "Type" elements, if any, of this Service element.
Return the URIs in the "URI" elements, if any, of this Service element. The URIs are returned sorted in priority order.
Documentation generated on Thu, 29 Jul 2010 13:59:42 -0700 by phpDocumentor 1.4.3