StaticinvisibleStaticsearchSets the context in which elements are searched. Default is GLOBAL
StaticfindFinds elements with specified systemName.
System name of element.
Elements with matching system name.
StaticfindFinds all elements in the container that have specified tag.
Searched tag.
Array of elements.
StaticfindFinds all elements in the container that have tag with specified name.
Name of the tag.
Array of elements.
StaticfindFinds all elements in the container that have all tags with specified names.
Names of the tags.
Array of elements.
StaticfindFinds all elements in the container that have all specified tags.
Searched tags.
Array of elements.
StaticgetReturns specified context element used for reducing the scope of area where elements are searched.
Element used as a context for reducing search scope, or null if not set.
StaticgetFinds first element in the container that have specified id. Error is thrown if no element is found.
element id
Element with matching tag.
StaticgetFinds first element in the container that have specified id. Null is returned if no element is found.
element id
Element with matching tag.
StaticgetFinds first element with specified systemName. Error is thrown if no element is found. Error is thrown if no element is found.
System name of element.
Element with matching system name.
StaticgetFinds first element with specified systemName. Error is thrown if no element is found. Error is thrown if no element is found.
System name of element.
Element with matching system name.
StaticgetFinds first element in the container that have specified tag. Error is thrown if no element is found.
Searched tag.
Element with matching tag.
StaticgetFinds first element in the container that have tag with specified name. Error is thrown if no element is found.
Name of the tag.
Element with matching tag name.
StaticgetFinds first element in the container that have tag with specified name. Null is returned if no element is found.
Name of the tag.
Element with matching tag name.
StaticgetFinds first element in the container that have all tags with specified names. Error is thrown if no element is found.
Names of the tags.
Element with matching system name.
StaticgetFinds first element in the container that have specified tag. Null is returned if no element is found.
Searched tag.
Element with matching tag.
StaticgetFinds first element in the container that have all specified tags. Error is thrown if no element is found.
Searched tags.
Element with matching tags.
StaticsetSets context element used for reducing the scope of area where elements are searched.
OptionalcontextElement: DocumentElementContainerElement used as a context for reducing search scope.
Sets whether searching of invisible elements are enabled.