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, getFunctionNameatomize, deepEquals, effectiveBooleanValue, getOperandRoles, getStringValue, getStringValueCS, isArray, isMap, optimize, simplify, typeCheckgetLength, head, itemAt, iterate, reduce, subsequenceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLength, head, itemAt, reduce, subsequencepublic 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
XPathExceptionpublic void exportLocalData(ExpressionPresenter out)
exportLocalData in class CurriedSystemFunctionpublic String getName()
getName in class CurriedSystemFunctionpublic FunctionItemType getFunctionItemType()
public Sequence call(XPathContext context, Sequence[] arguments) throws XPathException
Functioncontext - 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.