|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.commons.jelly.TagSupport | +--org.apache.commons.jelly.xpath.XPathTagSupport | +--org.apache.commons.jelly.tags.junit.AssertTagSupport | +--org.apache.commons.jelly.tags.xmlunit.XMLUnitTagSupport
Fields inherited from class org.apache.commons.jelly.TagSupport |
body, context, hasTrimmed, parent, shouldTrim |
Constructor Summary | |
XMLUnitTagSupport()
|
Method Summary | |
protected abstract org.dom4j.io.SAXReader |
createSAXReader()
Factory method to create a new SAXReader |
org.dom4j.io.SAXReader |
getSAXReader()
|
protected org.dom4j.Document |
parse(java.lang.Object source)
Parses the given source |
protected org.dom4j.Document |
parseBody()
Parses the body of this tag and returns the parsed document |
void |
setSAXReader(org.dom4j.io.SAXReader saxReader)
Sets the SAXReader used for parsing |
Methods inherited from class org.apache.commons.jelly.tags.junit.AssertTagSupport |
fail, fail, failNotEquals |
Methods inherited from class org.apache.commons.jelly.xpath.XPathTagSupport |
getXPathContext |
Methods inherited from class org.apache.commons.jelly.TagSupport |
doTag, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XMLUnitTagSupport()
Method Detail |
public org.dom4j.io.SAXReader getSAXReader()
public void setSAXReader(org.dom4j.io.SAXReader saxReader)
protected abstract org.dom4j.io.SAXReader createSAXReader()
protected org.dom4j.Document parseBody() throws org.apache.commons.jelly.JellyTagException
protected org.dom4j.Document parse(java.lang.Object source) throws org.apache.commons.jelly.JellyTagException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |