|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SAXSemanticException | |
---|---|
net.sf.webmancer.util.xml.sax |
Uses of SAXSemanticException in net.sf.webmancer.util.xml.sax |
---|
Methods in net.sf.webmancer.util.xml.sax that throw SAXSemanticException | |
---|---|
static void |
ContentHandlerUtils.expected(boolean condition,
java.lang.String message,
org.xml.sax.Locator locator)
Throws SAXSemanticException if the given condition is not satisfied. |
static double |
ContentHandlerUtils.getAttributesValueAsDouble(org.xml.sax.Attributes atts,
javax.xml.namespace.QName attributeQName,
org.xml.sax.Locator locator)
Search in atts for an attribute with name given by attributeQName and return its
value as double. |
static float |
ContentHandlerUtils.getAttributesValueAsFloat(org.xml.sax.Attributes atts,
javax.xml.namespace.QName attributeQName,
org.xml.sax.Locator locator)
Search in atts for an attribute with name given by attributeQName and return its
value as float. |
static int |
ContentHandlerUtils.getAttributesValueAsInt(org.xml.sax.Attributes atts,
javax.xml.namespace.QName attributeQName,
org.xml.sax.Locator locator)
Search in atts for an attribute with name given by attributeQName and return its
value as int. |
static long |
ContentHandlerUtils.getAttributesValueAsLong(org.xml.sax.Attributes atts,
javax.xml.namespace.QName attributeQName,
org.xml.sax.Locator locator)
Search in atts for an attribute with name given by attributeQName and return its
value as long. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |