DocumentFragment

Module:
core
Inherits from:
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

querySelector
querySelectorAll

querySelector


Element querySelector(
    in DOMString selectors) raises(DOMException); 


querySelectorAll


NodeList querySelectorAll(
    in DOMString selectors) raises(DOMException); 

 

Last Updated: 2009-05-29