Package net.sf.xslthl.highlighters.xml
Class RealElementSet
- java.lang.Object
-
- net.sf.xslthl.highlighters.xml.ElementSet
-
- net.sf.xslthl.highlighters.xml.RealElementSet
-
public class RealElementSet extends ElementSet
Override the style for given elements (whole name)
-
-
Constructor Summary
Constructors Constructor Description RealElementSet(Params params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
matches(java.lang.String tagName)
-
Methods inherited from class net.sf.xslthl.highlighters.xml.ElementSet
getStyle
-
-
-
-
Constructor Detail
-
RealElementSet
public RealElementSet(Params params) throws HighlighterConfigurationException
-
-
Method Detail
-
matches
public boolean matches(java.lang.String tagName)
- Specified by:
matches
in classElementSet
- Returns:
- true if it matches an overridden style
-
-