public static class FormatNumber.FormatNumberFixed extends CurriedSystemFunction
Constructor and Description |
---|
FormatNumber.FormatNumberFixed(StructuredQName decimalFormatName,
String picture)
Create the function
|
Modifier and Type | Method and Description |
---|---|
Sequence |
call(XPathContext context,
Sequence[] arguments)
Invoke the function
|
void |
exportLocalData(ExpressionPresenter out) |
void |
fixup(DecimalFormatManager dfm) |
FunctionItemType |
getFunctionItemType()
Get the item type of the function item
|
String |
getName() |
export, getArity, getDescription, getFunctionName
atomize, deepEquals, effectiveBooleanValue, getOperandRoles, getStringValue, getStringValueCS, isArray, isMap, optimize, simplify, typeCheck
getLength, head, itemAt, iterate, reduce, subsequence
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLength, head, itemAt, reduce, subsequence
public static final String NAME
public FormatNumber.FormatNumberFixed(StructuredQName decimalFormatName, String picture)
decimalFormatName
- the name of the decimal format, or null to request the defaultpicture
- the supplied picture stringpublic void fixup(DecimalFormatManager dfm) throws XPathException
XPathException
public void exportLocalData(ExpressionPresenter out)
exportLocalData
in class CurriedSystemFunction
public String getName()
getName
in class CurriedSystemFunction
public FunctionItemType getFunctionItemType()
public Sequence call(XPathContext context, Sequence[] arguments) throws XPathException
Function
context
- the XPath dynamic evaluation contextarguments
- the actual arguments to be suppliedXPathException
- if a dynamic error occurs within the functionCopyright (c) 2004-2014 Saxonica Limited. All rights reserved.