public interface XMLAssertHandler extends XSAssertionXPath2Value
| Modifier and Type | Method and Description |
|---|---|
void |
characters(XMLString text) |
void |
comment(XMLString text) |
void |
endElement(QName element,
Augmentations augs) |
Object |
getProperty(String name)
Allows the user to retrieve specific properties on the underlying
implementation.
|
void |
processingInstruction(String target,
XMLString data) |
void |
setProperty(String name,
Object value)
Allows the user to set specific properties on the underlying
implementation.
|
void |
startElement(QName element,
XMLAttributes attributes,
Augmentations augs) |
computeStringValueOf$value, setXDMTypedValueOf$value, setXDMTypedValueOf$valueForSTVarietyAtomic, setXDMTypedValueOf$valueForSTVarietyList, setXDMTypedValueOf$valueForSTVarietyUnionvoid startElement(QName element, XMLAttributes attributes, Augmentations augs) throws Exception
Exceptionvoid endElement(QName element, Augmentations augs) throws Exception
Exceptionvoid characters(XMLString text)
void comment(XMLString text)
void setProperty(String name, Object value) throws IllegalArgumentException
name - The name of the property.value - The value of the property.IllegalArgumentException - thrown if the underlying
implementation doesn't recognize the property.Object getProperty(String name) throws IllegalArgumentException
name - The name of the property.IllegalArgumentException - thrown if the underlying
implementation doesn't recognize the property.Copyright © 2013. All rights reserved.