|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CSSPropertyFilter | |
---|---|
de.infinityloop.upcast.exportfilters | |
de.infinityloop.util.style |
Uses of CSSPropertyFilter in de.infinityloop.upcast.exportfilters |
---|
Methods in de.infinityloop.upcast.exportfilters with parameters of type CSSPropertyFilter | |
---|---|
protected java.lang.String |
ExportFilterBase.formatAttributeFiltered(org.xml.sax.Attributes atts,
java.lang.String attName,
CSSPropertyFilter propfilter)
Helper: Formats an attribute value for writing as XML, filtering on Attributes containing CSS using the specified filter. |
protected java.lang.String |
ExportFilterBase.getDiffStyleFiltered(org.xml.sax.Attributes atts,
CSSPropertyFilter f)
Helper: Extracts the differential style attribute from the passed Attributes object, and optionally filters it against a passed PropertyFilter. |
protected java.lang.String |
ExportFilterBase.getFullStyleFiltered(org.xml.sax.Attributes atts,
CSSPropertyFilter f)
Helper: Extracts the base/full style attribute from the passed Attributes object, and optionally filters it against a passed PropertyFilter. |
Uses of CSSPropertyFilter in de.infinityloop.util.style |
---|
Methods in de.infinityloop.util.style with parameters of type CSSPropertyFilter | |
---|---|
static java.util.Stack |
CSS2Parser.filterProperties(java.util.Stack props,
CSSPropertyFilter f)
Filters a Stack of properties against a property filter. |
static java.lang.String |
CSS2Parser.filterPropertyString(java.lang.String propertyString,
CSSPropertyFilter f)
Filters a CSS string of properties against a custom defined property name filter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |