org.amberarcher.xml.tool.highlight
Interface Highlighter

All Known Implementing Classes:
SourceHighlighter, XmlHighlighter

public interface Highlighter

Interface for a plug-in class that can take an XML node and replace it with appropriate XML-based documentation mark-up in the requested type.

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

Method Summary
 org.w3c.dom.Node highlight(org.w3c.dom.Node replaceNode)
           
 void setHighlightContext(org.amberarcher.xml.tool.highlight.HighlightContext ctx)
           
 

Method Detail

highlight

public org.w3c.dom.Node highlight(org.w3c.dom.Node replaceNode)
                           throws HighlightException
HighlightException

setHighlightContext

public void setHighlightContext(org.amberarcher.xml.tool.highlight.HighlightContext ctx)


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