Package net.sf.xslthl.highlighters.xml
Class ElementPrefix
- java.lang.Object
-
- net.sf.xslthl.highlighters.xml.ElementSet
-
- net.sf.xslthl.highlighters.xml.ElementPrefix
-
public class ElementPrefix extends ElementSet
Style override based on XML prefix
-
-
Constructor Summary
Constructors Constructor Description ElementPrefix(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
-
ElementPrefix
public ElementPrefix(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
-
-