org.apache.wookie.w3c.util
Class NumberUtils

java.lang.Object
  extended by org.apache.wookie.w3c.util.NumberUtils

public class NumberUtils
extends java.lang.Object

Utility for handling numbers according to W3C processing rules

Author:
scott

Constructor Summary
NumberUtils()
           
 
Method Summary
static int processNonNegativeInteger(java.lang.String in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumberUtils

public NumberUtils()
Method Detail

processNonNegativeInteger

public static int processNonNegativeInteger(java.lang.String in)
                                     throws java.lang.NumberFormatException
Throws:
java.lang.NumberFormatException


2012 Apache Software Foundation.