owner_rule property
owner_rule property
If this style sheet comes from an @import rule, the ownerRule attribute will contain the CSSImportRule. In that case, the ownerNode attribute in the StyleSheet interface will be null. If the style sheet comes from an element or a processing instruction, the ownerRule attribute will be null and the ownerNode attribute will contain the Node.
Definition:
@property
def owner_rule(self):
...
See Also
- module
aspose.svg.dom.css
- class
ICSSRule
- class
ICSSStyleSheet