User:Mkaply:Fx-Docs:Microformats/Architecture: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 89: Line 89:
     * @param  propnode  The DOMNode to check
     * @param  propnode  The DOMNode to check
     * @param  parentnode The parent node of the property. If it is a subproperty,
     * @param  parentnode The parent node of the property. If it is a subproperty,
     *                    this is the parent property. If it is not, this is the
     *                    this is the parent property node. If it is not, this is the
     *                    microformat node.
     *                    microformat node.
     * @return A string with the value of the property
     * @return A string with the value of the property
Line 101: Line 101:
     * @param  propnode  The DOMNode to check
     * @param  propnode  The DOMNode to check
     * @param  parentnode The parent node of the property. If it is a subproperty,
     * @param  parentnode The parent node of the property. If it is a subproperty,
     *                    this is the parent property. If it is not, this is the
     *                    this is the parent property node. If it is not, this is the
     *                    microformat node.
     *                    microformat node.
     * @return A string with the normalized date.
     * @return A string with the normalized date.
Line 113: Line 113:
     * @param  propnode  The DOMNode to check
     * @param  propnode  The DOMNode to check
     * @param  parentnode The parent node of the property. If it is a subproperty,
     * @param  parentnode The parent node of the property. If it is a subproperty,
     *                    this is the parent property. If it is not, this is the
     *                    this is the parent property node. If it is not, this is the
     *                    microformat node.
     *                    microformat node.
     * @return A string with the fully qualified URI.
     * @return A string with the fully qualified URI.
Line 126: Line 126:
     * @param  propnode  The DOMNode to check
     * @param  propnode  The DOMNode to check
     * @param  parentnode The parent node of the property. If it is a subproperty,
     * @param  parentnode The parent node of the property. If it is a subproperty,
     *                    this is the parent property. If it is not, this is the
     *                    this is the parent property node. If it is not, this is the
     *                    microformat node.
     *                    microformat node.
     * @return A string with the email address.
     * @return A string with the email address.
Line 137: Line 137:
     * @param  propnode  The DOMNode to check
     * @param  propnode  The DOMNode to check
     * @param  parentnode The parent node of the property. If it is a subproperty,
     * @param  parentnode The parent node of the property. If it is a subproperty,
     *                    this is the parent property. If it is not, this is the
     *                    this is the parent property node. If it is not, this is the
     *                    microformat node.
     *                    microformat node.
     * @return A string with the HTML including all tags.
     * @return A string with the HTML including all tags.
     */
     */
     Microformats.parser.HTMLGetter(propnode, parentnode);
     Microformats.parser.HTMLGetter(propnode, parentnode);
219

edits