org.apache.xalan.xslt
Class ElemDecimalFormat
java.lang.Object
|
+--org.apache.xalan.xslt.UnImplNode
|
+--org.apache.xalan.xslt.ElemTemplateElement
|
+--org.apache.xalan.xslt.ElemDecimalFormat
- public class ElemDecimalFormat
- extends ElemTemplateElement
Implement xsl:decimal-format.
- See Also:
- Serialized Form
Methods inherited from class org.apache.xalan.xslt.ElemTemplateElement |
childrenToString,
error,
execute,
executeChildren,
getBaseIdentifier,
getChildNodes,
getFirstChild,
getLastChild,
getLength,
getNamespaceForPrefix,
getNamespaceForPrefix,
getNextSibling,
getNodeName,
getNodeType,
getOwnerDocument,
getParentNode,
getTagName,
hasChildNodes,
isSpace,
isWhiteSpace,
item,
processLocatedNode,
processPrefixControl,
shouldExcludeResultNamespaceNode,
transformSelectedChildren |
Methods inherited from class org.apache.xalan.xslt.UnImplNode |
cloneNode,
getAttribute,
getAttributeNode,
getAttributeNodeNS,
getAttributeNS,
getAttributes,
getElementsByTagName,
getElementsByTagNameNS,
getLocalName,
getNamespaceURI,
getNodeValue,
getPrefix,
getPreviousSibling,
hasAttribute,
hasAttributeNS,
hasAttributes,
insertBefore,
isSupported,
normalize,
removeAttribute,
removeAttributeNode,
removeAttributeNS,
removeChild,
replaceChild,
setAttribute,
setAttributeNode,
setAttributeNodeNS,
setAttributeNS,
setNodeValue,
setPrefix,
supports |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
m_countMatchPattern
public XPath m_countMatchPattern
m_fromMatchPattern
public XPath m_fromMatchPattern
m_valueExpr
public XPath m_valueExpr
m_name_avt
public java.lang.String m_name_avt
m_decimalSeparator_avt
public java.lang.String m_decimalSeparator_avt
m_groupingSeparator_avt
public java.lang.String m_groupingSeparator_avt
m_infinity_avt
public java.lang.String m_infinity_avt
m_minusSign_avt
public java.lang.String m_minusSign_avt
m_NaN_avt
public java.lang.String m_NaN_avt
m_percent_avt
public java.lang.String m_percent_avt
m_permille_avt
public java.lang.String m_permille_avt
m_zeroDigit_avt
public java.lang.String m_zeroDigit_avt
m_digit_avt
public java.lang.String m_digit_avt
m_patternSeparator_avt
public java.lang.String m_patternSeparator_avt
ElemDecimalFormat
public ElemDecimalFormat(XSLTEngineImpl processor,
Stylesheet stylesheetTree,
java.lang.String name,
AttributeList atts,
int lineNumber,
int columnNumber)
throws SAXException
getXSLToken
public int getXSLToken()
- Description copied from class: ElemTemplateElement
- Get an integer representation of the element type.
- Overrides:
- getXSLToken in class ElemTemplateElement
- Tags copied from class: ElemTemplateElement
- Returns:
- An integer representation of the element, defined in the
Constants class.
- See Also:
Constants.java
getName
public java.lang.String getName()
getDecimalFormatSymbols
public java.text.DecimalFormatSymbols getDecimalFormatSymbols()
appendChild
public Node appendChild(Node newChild)
throws DOMException
- Add a child to the child list.
- Overrides:
- appendChild in class ElemTemplateElement
- Tags copied from class: ElemTemplateElement
- Parameters:
newChild
- - Throws:
- DOMException -