Package | Description |
---|---|
com.aspose.html.dom | |
com.aspose.html.dom.svg |
Modifier and Type | Method and Description |
---|---|
NodeList |
Node.getChildNodes()
A NodeList that contains all children of this node.
|
NodeList |
Document.querySelectorAll(String selector)
Returns a NodeList of all the Elements in document, which match selector
|
NodeList |
DocumentFragment.querySelectorAll(String selector)
Returns a NodeList of all the Elements in document, which match selector
|
NodeList |
Element.querySelectorAll(String selector)
Returns a NodeList of all the Elements in document, which match selector
|
NodeList |
IParentNode.querySelectorAll(String selectors)
Returns all element descendants of node that match selectors.
|
Modifier and Type | Method and Description |
---|---|
NodeList |
SVGSVGElement.getEnclosureList(SVGRect rect,
SVGElement referenceElement)
Returns the list of graphics elements whose rendered content is entirely contained within the supplied rectangle.
|
NodeList |
SVGSVGElement.getIntersectionList(SVGRect rect,
SVGElement referenceElement)
Returns the list of graphics elements whose rendered content intersects the supplied rectangle.
|