Interface CSSNavigableDocument
- All Known Implementing Classes:
SVG12OMDocument, SVGOMDocument
public interface CSSNavigableDocument
An interface for documents that have CSSNavigableNodes.
-
Method Summary
Modifier and TypeMethodDescriptionvoidAdds an event listener for mutations on the CSSNavigableDocument tree.voidRemoves an event listener for mutations on the CSSNavigableDocument tree.
-
Method Details