|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nwalsh.saxon.UnwrapLinks
Saxon extension for unwrapping nested links
$Id: UnwrapLinks.java,v 1.1 2002/06/26 11:02:05 nwalsh Exp $
Copyright (C) 2000, 2002 Norman Walsh.
This class provides a Saxon 6.* implementation of a link unwrapper.
Change Log:
Initial release.
Constructor Summary | |
UnwrapLinks()
Constructor for UnwrapLinks |
Method Summary | |
protected static java.lang.String |
getVariable(Context context,
java.lang.String varName)
Find the string value of a stylesheet variable or parameter |
static NodeSetValue |
unwrapLinks(Context context,
NodeSetValue rtf_ns)
Unwrap links |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UnwrapLinks()
Constructor for UnwrapLinks
All of the methods are static, so the constructor does nothing.
Method Detail |
protected static java.lang.String getVariable(Context context, java.lang.String varName)
Find the string value of a stylesheet variable or parameter
Returns the string value of varName
in the current
context
. Returns the empty string if the variable is
not defined.
context
- The current stylesheet contextvarName
- The name of the variable (without the dollar sign)
public static NodeSetValue unwrapLinks(Context context, NodeSetValue rtf_ns)
Unwrap links
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |