|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.saxon.style.AttributeValueTemplate
This class represents an attribute value template. The class allows an AVT to be parsed, and can construct an Expression that returns the effective value of the AVT. This is an abstract class that is never instantiated, it contains static methods only.
Method Summary | |
static Expression |
make(java.lang.String avt,
int start,
char terminator,
int lineNumber,
StaticContext env)
Static factory method to create an AVT from an XSLT string representation. |
static Expression |
makeFirstItem(Expression exp)
Make an expression that extracts the first item of a sequence, after atomization |
static Expression |
makeStringJoin(Expression exp,
NamePool namePool)
Make a string-join expression that concatenates the string-values of items in a sequence with intervening spaces. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static Expression make(java.lang.String avt, int start, char terminator, int lineNumber, StaticContext env) throws XPathException
XPathException
public static Expression makeStringJoin(Expression exp, NamePool namePool)
public static Expression makeFirstItem(Expression exp)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |