|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xalan.lib.ExsltBase
public abstract class ExsltBase
The base class for some EXSLT extension classes. It contains common utility methods to be used by the sub-classes.
| Constructor Summary | |
|---|---|
ExsltBase()
|
|
| Method Summary | |
|---|---|
protected static double |
toNumber(org.w3c.dom.Node n)
Convert the string value of a Node to a number. |
protected static java.lang.String |
toString(org.w3c.dom.Node n)
Return the string value of a Node |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExsltBase()
| Method Detail |
|---|
protected static java.lang.String toString(org.w3c.dom.Node n)
n - The Node.
protected static double toNumber(org.w3c.dom.Node n)
n - The Node.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||