net.sf.saxon.style

Class XSLNamespace

public class XSLNamespace extends XSLStringConstructor

An xsl:namespace element in the stylesheet. (XSLT 2.0)
Field Summary
Expressionname
Method Summary
Expressioncompile(Executable exec)
protected StringgetErrorCodeForSelectPlusContent()
Get the error code to be returned when the element has a select attribute but is not empty.
voidprepareAttributes()
voidvalidate()

Field Detail

name

Expression name

Method Detail

compile

public Expression compile(Executable exec)

getErrorCodeForSelectPlusContent

protected String getErrorCodeForSelectPlusContent()
Get the error code to be returned when the element has a select attribute but is not empty.

Returns: the error code defined for this condition, for this particular instruction

prepareAttributes

public void prepareAttributes()

validate

public void validate()