org.amberarcher.xml.tool.highlight
Interface HighlightContext

All Known Implementing Classes:
HighlightEngine

public interface HighlightContext

Runtime object passed by the top-level highlight-control code to each highlighter.

Version:
Revision$
Author:
Kyle F. Downey (Amber Archer)

Method Summary
 java.net.URL resolveRelativeUri(java.lang.String uri)
          Takes a URL (usually an include URL) relative to the host document and resolves it to a fully-qualified URL.
 

Method Detail

resolveRelativeUri

public java.net.URL resolveRelativeUri(java.lang.String uri)
                                throws java.net.MalformedURLException
Takes a URL (usually an include URL) relative to the host document and resolves it to a fully-qualified URL.

java.net.MalformedURLException


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