net.sf.xslthl.highlighters.xml
Class ElementSet

java.lang.Object
  extended by net.sf.xslthl.highlighters.xml.ElementSet
Direct Known Subclasses:
ElementPrefix, RealElementSet

public abstract class ElementSet
extends Object

Style overrides for various elements


Field Summary
protected  String style
          The overridden stylename
 
Constructor Summary
ElementSet(Params params)
           
 
Method Summary
 String getStyle()
           
abstract  boolean matches(String tagName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

style

protected String style
The overridden stylename

Constructor Detail

ElementSet

public ElementSet(Params params)
           throws HighlighterConfigurationException
Throws:
HighlighterConfigurationException
Method Detail

matches

public abstract boolean matches(String tagName)
Parameters:
tagName -
Returns:
true if it matches an overridden style

getStyle

public String getStyle()
Returns:
the style


Copyright © 2005-2014. All Rights Reserved.