Package net.sf.xslthl.highlighters.xml
Class ElementSet
- java.lang.Object
-
- net.sf.xslthl.highlighters.xml.ElementSet
-
- Direct Known Subclasses:
ElementPrefix
,RealElementSet
public abstract class ElementSet extends java.lang.Object
Style overrides for various elements
-
-
Constructor Summary
Constructors Constructor Description ElementSet(Params params)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.lang.String
getStyle()
abstract boolean
matches(java.lang.String tagName)
-
-
-
Constructor Detail
-
ElementSet
public ElementSet(Params params) throws HighlighterConfigurationException
-
-