Schnittstelle ISelectingStyle<S extends ISelectingStyle<S>>
- Typparameter:
S- is the type of aISelectingStyle.
- Alle Superschnittstellen:
IBaseStyle<S>, IElement
- Alle bekannten Unterschnittstellen:
ISelectingStyleWithSelectors
- Alle bekannten Implementierungsklassen:
AbstractSelectingStyle, DeepSelectingStyle, SelectingStyle
A
ISelectingStyle is a IBaseStyle that can select or skip a
IStylableElement that is given to be styled.- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungbooleanbooleanselectsElement(IStylableElement<?> element) default booleandefault booleanskipsElement(IStylableElement<?> element) Von Schnittstelle geerbte Methoden IBaseStyle
applyToElement, containsAttachingAttributes, getAttachingAttributes, getSubStyles, withAttachingAttributes, withAttachingAttributes, withSubStyle, withSubStylesVon Schnittstelle geerbte Methoden IElement
getAttributes, getSpecification, toFormatedString, toXml
-
Methodendetails
-
selectsChildElements
boolean selectsChildElements()- Gibt zurück:
- true if the current
ISelectingStylewould select the child elements of a givenIStylableElementto style, false otherwise.
-
selectsElement
- Parameter:
element-- Gibt zurück:
- true if the current
ISelectingStylewould select the given element to style, false otherwise.
-
skipsChildElements
default boolean skipsChildElements()- Gibt zurück:
- true if the current
ISelectingStylewould not (!) select the child elements of a givenIStylableElementto style, false otherwise.
-
skipsElement
- Parameter:
element-- Gibt zurück:
- true if the current
ISelectingStylewould not (!) select the given element to style, false otherwise.
-