X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/docs/output/Ext.DomQuery.html diff --git a/docs/output/Ext.DomQuery.html b/docs/output/Ext.DomQuery.html index a6ee852a..a561b4c7 100644 --- a/docs/output/Ext.DomQuery.html +++ b/docs/output/Ext.DomQuery.html @@ -1,20 +1,4 @@ -
-
- Properties - Methods - Events - Direct Link -
-

Class Ext.DomQuery

- - - - - -
Package:Ext
Defined In:DomQuery.js
Class:DomQuery
Extends:Object
-
- * -Provides high performance selector/xpath processing by compiling queries into reusable functions. New pseudo classes and matchers can be plugged. It works on HTML and XML documents (if a content node is passed in). +

Class Ext.DomQuery

Package:Ext
Defined In:DomQuery.js
Class:DomQuery
Extends:Object
Provides high performance selector/xpath processing by compiling queries into reusable functions. New pseudo classes and matchers can be plugged. It works on HTML and XML documents (if a content node is passed in).

DomQuery supports most of the CSS3 selectors spec, along with some custom selectors and basic XPath.

@@ -31,7 +15,7 @@ All selectors, attribute filters and pseudos below can be combined infinitely in
  • E ~ F all elements with the tag F that are preceded by a sibling element with the tag E
  • Attribute Selectors:

    -

    The use of @ and quotes are optional. For example, div[@foo='bar'] is also a valid attribute selector.

    +

    The use of @ and quotes are optional. For example, div[@foo='bar'] is also a valid attribute selector.

    • E[foo] has an attribute "foo"
    • E[foo=bar] has an attribute "foo" that equals "bar"
    • @@ -70,206 +54,29 @@ All selectors, attribute filters and pseudos below can be combined infinitely in
    • E{display*=none} css value "display" that contains the substring "none"
    • E{display%=2} css value "display" that is evenly divisible by 2
    • E{display!=none} css value "display" that does not equal "none"
    • -


    This class is a singleton and cannot be created directly.
    - -
    - -

    Public Properties

    - - - - - - - - - - - - - - - - - - - - -
    PropertyDefined By
      - - matchers : Object
    - Collection of matching regular expressions and code snippets.
    -
    DomQuery
    - -

    Public Methods

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    MethodDefined By
    - -

    Public Events

    -
    This class has no public events.
    -
    \ No newline at end of file +

    This class is a singleton and cannot be created directly.

    Public Properties

    PropertyDefined By
     matchers : Object
    Collection of matching regular expressions and code snippets.
    DomQuery

    Public Methods

    MethodDefined By

    Public Events

    This class has no public events.
    \ No newline at end of file