public class XMLAssertXPath2EngineImpl extends XMLAssertAdapter
Constructor and Description |
---|
XMLAssertXPath2EngineImpl(java.util.Map assertParams) |
Modifier and Type | Method and Description |
---|---|
void |
characters(org.apache.xerces.xni.XMLString text) |
void |
comment(org.apache.xerces.xni.XMLString text) |
void |
endElement(org.apache.xerces.xni.QName element,
org.apache.xerces.xni.Augmentations augs) |
void |
processingInstruction(java.lang.String target,
org.apache.xerces.xni.XMLString data) |
void |
startElement(org.apache.xerces.xni.QName element,
org.apache.xerces.xni.XMLAttributes attributes,
org.apache.xerces.xni.Augmentations augs) |
getProperty, setProperty
getStringValueOf$value, setXDMTypedValueOf$value, setXDMTypedValueOf$valueForSTVarietyAtomic, setXDMTypedValueOf$valueForSTVarietyList, setXDMTypedValueOf$valueForSTVarietyUnion, setXDMValueOf$valueForCTWithSimpleContent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStringValueOf$value, setXDMTypedValueOf$value, setXDMTypedValueOf$valueForSTVarietyAtomic, setXDMTypedValueOf$valueForSTVarietyList, setXDMTypedValueOf$valueForSTVarietyUnion
public XMLAssertXPath2EngineImpl(java.util.Map assertParams)
public void startElement(org.apache.xerces.xni.QName element, org.apache.xerces.xni.XMLAttributes attributes, org.apache.xerces.xni.Augmentations augs) throws java.lang.Exception
startElement
in interface XMLAssertHandler
startElement
in class XMLAssertAdapter
java.lang.Exception
public void endElement(org.apache.xerces.xni.QName element, org.apache.xerces.xni.Augmentations augs) throws java.lang.Exception
endElement
in interface XMLAssertHandler
endElement
in class XMLAssertAdapter
java.lang.Exception
public void comment(org.apache.xerces.xni.XMLString text)
comment
in interface XMLAssertHandler
comment
in class XMLAssertAdapter
public void processingInstruction(java.lang.String target, org.apache.xerces.xni.XMLString data)
processingInstruction
in interface XMLAssertHandler
processingInstruction
in class XMLAssertAdapter
public void characters(org.apache.xerces.xni.XMLString text)
characters
in interface XMLAssertHandler
characters
in class XMLAssertAdapter
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.