net.sf.saxon.functions

Class Serialize

public class Serialize extends SystemFunction implements XSLTFunction

This class implements the saxon:serialize() extension function, which is specially-recognized by the system because it needs access to parts of the static context
Field Summary
PropertiesoutputProperties
Method Summary
voidcheckArguments(StaticContext env)
Method supplied by each class of function to check arguments during parsing, when all the argument expressions have been read
ItemevaluateItem(XPathContext c)
Evaluate the function

Field Detail

outputProperties

Properties outputProperties

Method Detail

checkArguments

public void checkArguments(StaticContext env)
Method supplied by each class of function to check arguments during parsing, when all the argument expressions have been read

evaluateItem

public Item evaluateItem(XPathContext c)
Evaluate the function