Home | History | Annotate | Download | only in 2.0.1

META-INF/
META-INF/MANIFEST.MF
net/
net/sf/
net/sf/xslthl/
net/sf/xslthl/Block.class

package net.sf.xslthl
public net.sf.xslthl.Block extends java.lang.Object {
	protected String text
	public void  (java.lang.String) 
	public java.lang.String getText () 
	public java.lang.String toString () 
	public boolean isStyled () 
	public boolean empty () 
	public boolean isEmpty () 
}

net/sf/xslthl/CharIter.class

package net.sf.xslthl
public net.sf.xslthl.CharIter extends java.lang.Object implements java.lang.Iterable java.util.Iterator  {
	private String buffer
	private int position
	private int length
	private int mark
	private java.util.regex.Matcher matcher
	public void  (java.lang.String) 
	public int getMark () 
	public void setMark () 
	public void setMark (int) 
	public boolean isMarked () 
	public java.lang.String getMarked () 
	public net.sf.xslthl.Block markedToBlock () 
	public net.sf.xslthl.Block markedToStyledBlock (java.lang.String) 
	public void moveNext () 
	public void moveNext (int) 
	public void moveNextAndMark () 
	public void moveToEnd () 
	public boolean finished () 
	public java.lang.Character current () 
	public java.lang.Character next () 
	public java.lang.Character next (int) 
	public java.lang.Character prev () 
	public java.lang.Character prev (int) 
	public boolean startsWith (java.lang.String) 
	public boolean startsWith (java.lang.String, boolean) 
	public boolean startsWith (java.lang.String, int) 
	public boolean startsWith (java.lang.String, int, boolean) 
	public java.util.regex.Matcher createMatcher (java.util.regex.Pattern) 
	public int getPosition () 
	public int getLength () 
	public int remaining () 
	public int indexOf (java.lang.String) 
	public java.util.Iterator iterator () 
	public boolean hasNext () 
	public void remove () 
	public volatile java.lang.Object next () 
}

net/sf/xslthl/Config.class

package net.sf.xslthl
public net.sf.xslthl.Config extends java.lang.Object {
	public static final String CONFIG_PROPERTY
	public static final String VERBOSE_LOADING_PROPERTY
	public static final String NO_EXTERNAL_PROPERTY
	private static final java.util.Map instances
	public static final java.util.Map highlighterClasses
	protected String prefix
	protected String uri
	protected java.util.Map highlighters
	protected boolean verbose
	public static net.sf.xslthl.Config getInstance () 
	public static net.sf.xslthl.Config getInstance (java.lang.String) 
	public java.lang.String getPrefix () 
	public java.lang.String getUri () 
	public net.sf.xslthl.MainHighlighter getMainHighlighter (java.lang.String) 
	protected net.sf.xslthl.MainHighlighter loadHl (java.lang.String)  throws java.lang.Exception 
	protected void createHighlighters (net.sf.xslthl.MainHighlighter, org.w3c.dom.NodeList) 
	protected void  () 
	protected void  (java.lang.String) 
	static void  () 
}

net/sf/xslthl/ConnectorSaxon6$NodeEnumerationIterator.class

package net.sf.xslthl
 net.sf.xslthl.ConnectorSaxon6$NodeEnumerationIterator extends java.lang.Object implements com.icl.saxon.om.NodeEnumeration  {
	protected java.util.Iterator it
	void  (java.util.Iterator) 
	public boolean hasMoreElements () 
	public boolean isPeer () 
	public boolean isReverseSorted () 
	public boolean isSorted () 
	public com.icl.saxon.om.NodeInfo nextElement ()  throws com.icl.saxon.expr.XPathException 
}

net/sf/xslthl/ConnectorSaxon6.class

package net.sf.xslthl
public net.sf.xslthl.ConnectorSaxon6 extends java.lang.Object {
	public void  () 
	private static void blockToSaxon6Node (net.sf.xslthl.Block, com.icl.saxon.om.Builder, com.icl.saxon.om.NamePool, net.sf.xslthl.Config)  throws java.lang.Exception 
	public static com.icl.saxon.om.NodeEnumeration highlight (com.icl.saxon.Context, java.lang.String, com.icl.saxon.om.NodeEnumeration)  throws java.lang.Exception 
	public static com.icl.saxon.om.NodeEnumeration highlight (com.icl.saxon.Context, java.lang.String, com.icl.saxon.om.NodeEnumeration, java.lang.String)  throws java.lang.Exception 
}

net/sf/xslthl/ConnectorSaxonB.class

package net.sf.xslthl
public net.sf.xslthl.ConnectorSaxonB extends java.lang.Object {
	public void  () 
	private static void blockToSaxon6Node (net.sf.xslthl.Block, net.sf.saxon.event.Builder, net.sf.saxon.om.NamePool, net.sf.xslthl.Config)  throws java.lang.Exception 
	public static net.sf.saxon.om.SequenceIterator highlight (net.sf.saxon.expr.XPathContext, java.lang.String, net.sf.saxon.om.SequenceIterator)  throws java.lang.Exception 
	public static net.sf.saxon.om.SequenceIterator highlight (net.sf.saxon.expr.XPathContext, java.lang.String, net.sf.saxon.om.SequenceIterator, java.lang.String)  throws java.lang.Exception 
}

net/sf/xslthl/ConnectorXalan$DocumentInstance.class

package net.sf.xslthl
 net.sf.xslthl.ConnectorXalan$DocumentInstance extends java.lang.Object {
	private static final org.w3c.dom.Document doc
	private void  () 
	static org.w3c.dom.Document access$000 () 
	static void  () 
}

net/sf/xslthl/ConnectorXalan.class

package net.sf.xslthl
public net.sf.xslthl.ConnectorXalan extends java.lang.Object {
	public void  () 
	protected static org.w3c.dom.NodeList highlight (org.apache.xalan.extensions.ExpressionContext, java.lang.String, net.sf.xslthl.MainHighlighter, net.sf.xslthl.Config)  throws java.lang.Exception 
	public static final org.w3c.dom.NodeList highlight (org.apache.xalan.extensions.ExpressionContext, java.lang.String, org.w3c.dom.NodeList) 
	public static final org.w3c.dom.NodeList highlight (org.apache.xalan.extensions.ExpressionContext, java.lang.String, org.w3c.dom.NodeList, java.lang.String) 
}

net/sf/xslthl/Highlighter$IgnoreCaseComparator.class

package net.sf.xslthl
public final net.sf.xslthl.Highlighter$IgnoreCaseComparator extends java.lang.Object implements java.util.Comparator java.io.Serializable  {
	private static final long serialVersionUID
	public void  () 
	public int compare (java.lang.String, java.lang.String) 
	public volatile int compare (java.lang.Object, java.lang.Object) 
}

net/sf/xslthl/Highlighter.class

package net.sf.xslthl
public abstract net.sf.xslthl.Highlighter extends java.lang.Object {
	protected String styleName
	public void  () 
	public static final boolean isNewLine (java.lang.Character) 
	public void init (net.sf.xslthl.Params)  throws net.sf.xslthl.HighlighterConfigurationException 
	public boolean startsWith (net.sf.xslthl.CharIter) 
	public abstract boolean highlight (net.sf.xslthl.CharIter, java.util.List) 
	public abstract java.lang.String getDefaultStyle () 
	public void reset () 
}

net/sf/xslthl/HighlighterConfigurationException.class

package net.sf.xslthl
public net.sf.xslthl.HighlighterConfigurationException extends java.lang.Exception {
	private static final long serialVersionUID
	public void  (java.lang.String, java.lang.Throwable) 
	public void  (java.lang.String) 
}

net/sf/xslthl/MainHighlighter.class

package net.sf.xslthl
public net.sf.xslthl.MainHighlighter extends java.lang.Object {
	protected java.util.List highlighters
	protected java.util.List wholehighlighters
	public void  () 
	public void add (net.sf.xslthl.Highlighter) 
	public void addWhole (net.sf.xslthl.WholeHighlighter) 
	public java.util.List highlight (java.lang.String) 
}

net/sf/xslthl/Params$ParamsLoader.class

package net.sf.xslthl
public abstract net.sf.xslthl.Params$ParamsLoader extends java.lang.Object {
	public abstract java.lang.Object load (net.sf.xslthl.Params)  throws net.sf.xslthl.HighlighterConfigurationException 
}

net/sf/xslthl/Params.class

package net.sf.xslthl
public net.sf.xslthl.Params extends java.lang.Object {
	protected org.w3c.dom.Element paramElem
	public void  (org.w3c.dom.Element) 
	protected java.lang.String getTextContent (org.w3c.dom.Node) 
	public java.lang.String getParam () 
	public java.lang.String getParam (java.lang.String) 
	public java.lang.String getParam (java.lang.String, java.lang.String) 
	public net.sf.xslthl.Params getParams (java.lang.String) 
	public boolean isSet (java.lang.String) 
	public void getMutliParams (java.lang.String, java.util.Collection) 
	public void getMultiParams (java.lang.String, java.util.Collection, net.sf.xslthl.Params$ParamsLoader)  throws net.sf.xslthl.HighlighterConfigurationException 
}

net/sf/xslthl/StyledBlock.class

package net.sf.xslthl
public net.sf.xslthl.StyledBlock extends net.sf.xslthl.Block {
	public static final String NO_STYLE
	public static final String HIDDEN_STYLE
	protected String style
	public void  (java.lang.String, java.lang.String) 
	public java.lang.String toString () 
	public java.lang.String getText () 
	public java.lang.String getStyle () 
	public boolean isStyled () 
}

net/sf/xslthl/Version$VersionInternal.class

package net.sf.xslthl
 net.sf.xslthl.Version$VersionInternal extends java.lang.Object {
	private static int major
	private static int minor
	private static int revision
	private static String type
	private void  () 
	static java.lang.String access$000 () 
	static int access$100 () 
	static int access$200 () 
	static int access$300 () 
	static void  () 
}

net/sf/xslthl/Version.class

package net.sf.xslthl
public net.sf.xslthl.Version extends java.lang.Object {
	public void  () 
	public static java.lang.String getVersion () 
	public static int getMajor () 
	public static int getMinor () 
	public static int getRevision () 
	public static java.lang.String getReleaseType () 
}

net/sf/xslthl/WholeHighlighter.class

package net.sf.xslthl
public abstract net.sf.xslthl.WholeHighlighter extends net.sf.xslthl.Highlighter {
	private java.util.Collection styles
	private boolean emptyStyle
	private boolean allStyles
	public void  () 
	void loadStyles (net.sf.xslthl.Params) 
	boolean appliesOnEmptyStyle () 
	boolean appliesOnAllStyles () 
	boolean appliesOnStyle (java.lang.String) 
	public void init (net.sf.xslthl.Params)  throws net.sf.xslthl.HighlighterConfigurationException 
}

net/sf/xslthl/highlighters/
net/sf/xslthl/highlighters/AnnotationHighlighter.class

package net.sf.xslthl.highlighters
public net.sf.xslthl.highlighters.AnnotationHighlighter extends net.sf.xslthl.Highlighter {
	protected String start
	protected String end
	protected String valueStart
	protected String valueEnd
	public void  () 
	public void init (net.sf.xslthl.Params)  throws net.sf.xslthl.HighlighterConfigurationException 
	public java.lang.String getDefaultStyle () 
	public boolean startsWith (net.sf.xslthl.CharIter) 
	public boolean highlight (net.sf.xslthl.CharIter, java.util.List) 
}

net/sf/xslthl/highlighters/HeredocHighlighter.class

package net.sf.xslthl.highlighters
public net.sf.xslthl.highlighters.HeredocHighlighter extends net.sf.xslthl.Highlighter {
	protected String start
	protected java.util.Set quoteChar
	protected boolean noWhiteSpace
	protected boolean looseTerminator
	public void  () 
	public void init (net.sf.xslthl.Params)  throws net.sf.xslthl.HighlighterConfigurationException 
	public boolean startsWith (net.sf.xslthl.CharIter) 
	public boolean highlight (net.sf.xslthl.CharIter, java.util.List) 
	public java.lang.String getDefaultStyle () 
}

net/sf/xslthl/highlighters/HexaDecimalHighlighter.class

package net.sf.xslthl.highlighters
public net.sf.xslthl.highlighters.HexaDecimalHighlighter extends net.sf.xslthl.highlighters.NumberHighlighter {
	public void  () 
	protected boolean isDigit (char) 
}

net/sf/xslthl/highlighters/KeywordsHighlighter.class

package net.sf.xslthl.highlighters
public net.sf.xslthl.highlighters.KeywordsHighlighter extends net.sf.xslthl.Highlighter {
	protected java.util.Collection keywords
	protected boolean ignoreCase
	public void  () 
	public void init (net.sf.xslthl.Params)  throws net.sf.xslthl.HighlighterConfigurationException 
	public boolean startsWith (net.sf.xslthl.CharIter) 
	public boolean highlight (net.sf.xslthl.CharIter, java.util.List) 
	public java.lang.String getDefaultStyle () 
}

net/sf/xslthl/highlighters/MultilineCommentHighlighter.class

package net.sf.xslthl.highlighters
public net.sf.xslthl.highlighters.MultilineCommentHighlighter extends net.sf.xslthl.Highlighter {
	protected String start
	protected String end
	public void  () 
	public void init (net.sf.xslthl.Params)  throws net.sf.xslthl.HighlighterConfigurationException 
	public boolean startsWith (net.sf.xslthl.CharIter) 
	public boolean highlight (net.sf.xslthl.CharIter, java.util.List) 
	public java.lang.String getDefaultStyle () 
}

net/sf/xslthl/highlighters/NestedMultilineCommentHighlighter.class

package net.sf.xslthl.highlighters
public net.sf.xslthl.highlighters.NestedMultilineCommentHighlighter extends net.sf.xslthl.highlighters.MultilineCommentHighlighter {
	public void  () 
	public void init (net.sf.xslthl.Params)  throws net.sf.xslthl.HighlighterConfigurationException 
	public boolean highlight (net.sf.xslthl.CharIter, java.util.List) 
}

net/sf/xslthl/highlighters/NumberHighlighter.class

package net.sf.xslthl.highlighters
public net.sf.xslthl.highlighters.NumberHighlighter extends net.sf.xslthl.Highlighter {
	protected String decimalPoint
	protected String thousandSep
	protected String exponent
	protected java.util.List suffix
	protected String prefix
	protected boolean ignoreCase
	protected boolean pointStarts
	public void  () 
	public void init (net.sf.xslthl.Params)  throws net.sf.xslthl.HighlighterConfigurationException 
	protected boolean isDigit (char) 
	public java.lang.String getDefaultStyle () 
	public boolean startsWith (net.sf.xslthl.CharIter) 
	public boolean highlight (net.sf.xslthl.CharIter, java.util.List) 
}

net/sf/xslthl/highlighters/OnelineCommentHighlighter.class

package net.sf.xslthl.highlighters
public net.sf.xslthl.highlighters.OnelineCommentHighlighter extends net.sf.xslthl.Highlighter {
	protected String start
	protected String lineBreakEscape
	protected boolean solitary
	public void  () 
	public void init (net.sf.xslthl.Params)  throws net.sf.xslthl.HighlighterConfigurationException 
	public boolean startsWith (net.sf.xslthl.CharIter) 
	public boolean highlight (net.sf.xslthl.CharIter, java.util.List) 
	public java.lang.String getDefaultStyle () 
}

net/sf/xslthl/highlighters/RegexHighlighterEx.class

package net.sf.xslthl.highlighters
public net.sf.xslthl.highlighters.RegexHighlighterEx extends net.sf.xslthl.Highlighter {
	protected java.util.regex.Pattern pattern
	protected java.util.regex.Matcher matcher
	protected boolean finished
	public void  () 
	public void init (net.sf.xslthl.Params)  throws net.sf.xslthl.HighlighterConfigurationException 
	public java.lang.String getDefaultStyle () 
	public void reset () 
	public boolean startsWith (net.sf.xslthl.CharIter) 
	public boolean highlight (net.sf.xslthl.CharIter, java.util.List) 
}

net/sf/xslthl/highlighters/StringHighlighter.class

package net.sf.xslthl.highlighters
public net.sf.xslthl.highlighters.StringHighlighter extends net.sf.xslthl.Highlighter {
	private String start
	private String end
	private String escape
	private boolean doubleEscapes
	private boolean spansNewLines
	public void  () 
	public void init (net.sf.xslthl.Params)  throws net.sf.xslthl.HighlighterConfigurationException 
	public boolean startsWith (net.sf.xslthl.CharIter) 
	public boolean highlight (net.sf.xslthl.CharIter, java.util.List) 
	public java.lang.String getDefaultStyle () 
}

net/sf/xslthl/highlighters/WordHighlighter.class

package net.sf.xslthl.highlighters
public net.sf.xslthl.highlighters.WordHighlighter extends net.sf.xslthl.Highlighter {
	protected java.util.List words
	protected boolean caseInsensitive
	public void  () 
	public void init (net.sf.xslthl.Params)  throws net.sf.xslthl.HighlighterConfigurationException 
	public boolean startsWith (net.sf.xslthl.CharIter) 
	public java.lang.String getDefaultStyle () 
	public boolean highlight (net.sf.xslthl.CharIter, java.util.List) 
}

net/sf/xslthl/highlighters/XMLHighlighter$1.class

package net.sf.xslthl.highlighters
 net.sf.xslthl.highlighters.XMLHighlighter$1 extends java.lang.Object implements net.sf.xslthl.Params$ParamsLoader  {
	final net.sf.xslthl.highlighters.XMLHighlighter this$0
	void  (net.sf.xslthl.highlighters.XMLHighlighter) 
	public net.sf.xslthl.highlighters.xml.RealElementSet load (net.sf.xslthl.Params)  throws net.sf.xslthl.HighlighterConfigurationException 
	public volatile java.lang.Object load (net.sf.xslthl.Params)  throws net.sf.xslthl.HighlighterConfigurationException 
}

net/sf/xslthl/highlighters/XMLHighlighter$2.class

package net.sf.xslthl.highlighters
 net.sf.xslthl.highlighters.XMLHighlighter$2 extends java.lang.Object implements net.sf.xslthl.Params$ParamsLoader  {
	final net.sf.xslthl.highlighters.XMLHighlighter this$0
	void  (net.sf.xslthl.highlighters.XMLHighlighter) 
	public net.sf.xslthl.highlighters.xml.ElementPrefix load (net.sf.xslthl.Params)  throws net.sf.xslthl.HighlighterConfigurationException 
	public volatile java.lang.Object load (net.sf.xslthl.Params)  throws net.sf.xslthl.HighlighterConfigurationException 
}

net/sf/xslthl/highlighters/XMLHighlighter.class

package net.sf.xslthl.highlighters
public net.sf.xslthl.highlighters.XMLHighlighter extends net.sf.xslthl.WholeHighlighter {
	static final Character APOSTROPHE
	static final Character EQUALS
	static final Character EXCLAMATION_MARK
	static final Character GREATER_THAN
	static final Character HYPHEN
	static final Character LESS_THAN
	static final Character QUESTION_MARK
	static final Character QUOTE
	static final Character SLASH
	protected java.util.Collection elementSets
	protected String styleElement
	protected String styleAttribute
	protected String styleValue
	protected String stylePi
	protected String styleComment
	protected String styleDoctype
	public void  () 
	protected java.lang.String getStyleForTagName (java.lang.String) 
	public void init (net.sf.xslthl.Params)  throws net.sf.xslthl.HighlighterConfigurationException 
	void readTagContent (net.sf.xslthl.CharIter, java.util.List) 
	public boolean highlight (net.sf.xslthl.CharIter, java.util.List) 
	public java.lang.String getDefaultStyle () 
	static void  () 
}

net/sf/xslthl/highlighters/xml/
net/sf/xslthl/highlighters/xml/ElementPrefix.class

package net.sf.xslthl.highlighters.xml
public net.sf.xslthl.highlighters.xml.ElementPrefix extends net.sf.xslthl.highlighters.xml.ElementSet {
	private java.util.Set prefix
	public void  (net.sf.xslthl.Params)  throws net.sf.xslthl.HighlighterConfigurationException 
	public boolean matches (java.lang.String) 
}

net/sf/xslthl/highlighters/xml/ElementSet.class

package net.sf.xslthl.highlighters.xml
public abstract net.sf.xslthl.highlighters.xml.ElementSet extends java.lang.Object {
	protected String style
	public void  (net.sf.xslthl.Params)  throws net.sf.xslthl.HighlighterConfigurationException 
	public abstract boolean matches (java.lang.String) 
	public java.lang.String getStyle () 
}

net/sf/xslthl/highlighters/xml/RealElementSet.class

package net.sf.xslthl.highlighters.xml
public net.sf.xslthl.highlighters.xml.RealElementSet extends net.sf.xslthl.highlighters.xml.ElementSet {
	private java.util.Collection tagNames
	public void  (net.sf.xslthl.Params)  throws net.sf.xslthl.HighlighterConfigurationException 
	public boolean matches (java.lang.String) 
}

net/sf/xslthl/version.properties