org.amberarcher.xml.tool.highlight
Class XmlHighlighter

java.lang.Object
  |
  +--org.amberarcher.xml.tool.highlight.XmlHighlighter
All Implemented Interfaces:
Highlighter

public class XmlHighlighter
extends java.lang.Object
implements Highlighter

Highlighter that takes <highlight:xml> tag content and converts it to highlighted XML.

Version:
$Revision: 1.3 $
Author:
Kyle F. Downey

Constructor Summary
XmlHighlighter()
           
 
Method Summary
 org.w3c.dom.Node highlight(org.w3c.dom.Node replaceNode)
           
 void setHighlightContext(org.amberarcher.xml.tool.highlight.HighlightContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlHighlighter

public XmlHighlighter()
Method Detail

highlight

public org.w3c.dom.Node highlight(org.w3c.dom.Node replaceNode)
                           throws HighlightException
Specified by:
highlight in interface Highlighter
HighlightException

setHighlightContext

public void setHighlightContext(org.amberarcher.xml.tool.highlight.HighlightContext ctx)
Specified by:
setHighlightContext in interface Highlighter


Copyright © 2003 Amber Archer Consulting, Inc.. All Rights Reserved.