public abstract class AttributeValueTemplate
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static Expression |
make(java.lang.String avt,
StaticContext env)
Static factory method to create an AVT from an XSLT string representation.
|
static Expression |
makeFirstItem(Expression exp,
StaticContext env)
Make an expression that extracts the first item of a sequence, after atomization
|
public static Expression make(java.lang.String avt, StaticContext env) throws XPathException
avt
- the attribute value template (or TVT) as written.env
- the static contextXPathException
public static Expression makeFirstItem(Expression exp, StaticContext env)
Copyright (c) 2004-2018 Saxonica Limited. All rights reserved.