|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.xmlmatcher.matcher.MatcherImpl
net.sf.xmlmatcher.js.JsProcessor
public class JsProcessor
Field Summary | |
---|---|
static java.lang.String |
JAVASCRIPT_PROCESSING_INSTRUCTION
|
Fields inherited from interface net.sf.xmlmatcher.Matcher |
---|
XML_NAMESPACE_URI |
Constructor Summary | |
---|---|
JsProcessor()
|
Method Summary | |
---|---|
void |
matchElements(org.w3c.dom.Element template,
org.w3c.dom.Element actual)
Compare two XML trees specified by given elements. |
Methods inherited from class net.sf.xmlmatcher.matcher.MatcherImpl |
---|
addListener, getTopLevelMatcher, match, removeListener, setTopLevelMatcher |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String JAVASCRIPT_PROCESSING_INSTRUCTION
Constructor Detail |
---|
public JsProcessor()
Method Detail |
---|
public void matchElements(org.w3c.dom.Element template, org.w3c.dom.Element actual) throws XMLMismatchException, InvalidTemplateException
MatcherImpl
matchElements
in class MatcherImpl
template
- Template Elementactual
- Actual Element (instance)
XMLMismatchException
InvalidTemplateException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |