public abstract class CompareXPathValidator
extends com.pdfunit.validators.AbstractValidator
Modifier and Type | Field and Description |
---|---|
protected com.pdfunit.internal.spi.IDocument |
masterDocument |
protected org.w3c.dom.Document |
xmlMaster |
protected org.w3c.dom.Document |
xmlTest |
Modifier | Constructor and Description |
---|---|
protected |
CompareXPathValidator(com.pdfunit.internal.spi.IDocument masterDocument,
com.pdfunit.internal.spi.IDocument testDocument) |
Modifier and Type | Method and Description |
---|---|
protected org.w3c.dom.Document |
getXPathResult(org.w3c.dom.Document dom,
XPathExpression xpathExpr,
javax.xml.namespace.QName resultType) |
protected com.pdfunit.internal.spi.IDocument masterDocument
protected org.w3c.dom.Document xmlTest
protected org.w3c.dom.Document xmlMaster
protected CompareXPathValidator(com.pdfunit.internal.spi.IDocument masterDocument, com.pdfunit.internal.spi.IDocument testDocument)
protected org.w3c.dom.Document getXPathResult(org.w3c.dom.Document dom, XPathExpression xpathExpr, javax.xml.namespace.QName resultType) throws com.pdfunit.errors.PDFUnitEmptyXPathEvaluationException
com.pdfunit.errors.PDFUnitEmptyXPathEvaluationException
Copyright (C) PDFUnit.com. See here for license.