Methods in net.sf.webmancer.util.xml.dom that throw DOMSemanticException |
static void |
DOMUtils.expect(boolean what,
java.lang.String message)
|
static org.w3c.dom.Attr |
DOMUtils.expectAttribute(org.w3c.dom.Element element,
javax.xml.namespace.QName attributeQName)
|
static double |
DOMUtils.expectDoubleAttributeValue(org.w3c.dom.Element element,
javax.xml.namespace.QName attributeQName)
|
static double |
DOMUtils.expectDoubleElementValue(org.w3c.dom.Element element)
|
static float |
DOMUtils.expectFloatAttributeValue(org.w3c.dom.Element element,
javax.xml.namespace.QName attributeQName)
|
static float |
DOMUtils.expectFloatElementValue(org.w3c.dom.Element element)
|
static org.w3c.dom.NodeList |
DOMUtils.expectChildElements(org.w3c.dom.Element element,
javax.xml.namespace.QName childQName)
|
static int |
DOMUtils.expectIntAttributeValue(org.w3c.dom.Element element,
javax.xml.namespace.QName attributeQName)
|
static int |
DOMUtils.expectIntElementValue(org.w3c.dom.Element element)
|
static long |
DOMUtils.expectLongAttributeValue(org.w3c.dom.Element element,
javax.xml.namespace.QName attributeQName)
|
static long |
DOMUtils.expectLongElementValue(org.w3c.dom.Element element)
|
static void |
DOMUtils.expectQName(org.w3c.dom.Element element,
javax.xml.namespace.QName qName)
|
static org.w3c.dom.Element |
DOMUtils.expectUniqueChildElement(org.w3c.dom.Element element,
javax.xml.namespace.QName childQName)
|
static java.lang.String |
DOMUtils.expectUniqueChildElementNonEmptyTextContent(org.w3c.dom.Element element,
javax.xml.namespace.QName childQName)
|
static java.lang.String |
DOMUtils.expectUniqueChildElementTextContent(org.w3c.dom.Element element,
javax.xml.namespace.QName childQName)
|
void |
IDOMProcessor.process(org.w3c.dom.Document document)
|
static org.w3c.dom.Element |
DOMUtils.tryUniqueChildElement(org.w3c.dom.Element element,
javax.xml.namespace.QName childQName)
|
static java.lang.String |
DOMUtils.tryUniqueChildElementNonEmptyTextContent(org.w3c.dom.Element element,
javax.xml.namespace.QName childQName)
|
static java.lang.String |
DOMUtils.tryUniqueChildElementTextContent(org.w3c.dom.Element element,
javax.xml.namespace.QName childQName)
|