public interface XMLAssertHandler extends XSAssertionXPath2Value
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) |
java.lang.Object |
getProperty(java.lang.String name)
Allows the user to retrieve specific properties on the underlying
implementation.
|
void |
processingInstruction(java.lang.String target,
org.apache.xerces.xni.XMLString data) |
void |
setProperty(java.lang.String name,
java.lang.Object value)
Allows the user to set specific properties on the underlying
implementation.
|
void |
startElement(org.apache.xerces.xni.QName element,
org.apache.xerces.xni.XMLAttributes attributes,
org.apache.xerces.xni.Augmentations augs) |
getStringValueOf$value, setXDMTypedValueOf$value, setXDMTypedValueOf$valueForSTVarietyAtomic, setXDMTypedValueOf$valueForSTVarietyList, setXDMTypedValueOf$valueForSTVarietyUnion
void startElement(org.apache.xerces.xni.QName element, org.apache.xerces.xni.XMLAttributes attributes, org.apache.xerces.xni.Augmentations augs) throws java.lang.Exception
java.lang.Exception
void endElement(org.apache.xerces.xni.QName element, org.apache.xerces.xni.Augmentations augs) throws java.lang.Exception
java.lang.Exception
void characters(org.apache.xerces.xni.XMLString text)
void comment(org.apache.xerces.xni.XMLString text)
void processingInstruction(java.lang.String target, org.apache.xerces.xni.XMLString data)
void setProperty(java.lang.String name, java.lang.Object value) throws java.lang.IllegalArgumentException
name
- The name of the property.value
- The value of the property.java.lang.IllegalArgumentException
- thrown if the underlying
implementation doesn't recognize the property.java.lang.Object getProperty(java.lang.String name) throws java.lang.IllegalArgumentException
name
- The name of the property.java.lang.IllegalArgumentException
- thrown if the underlying
implementation doesn't recognize the property.Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.