public class XMLAssertAdapter extends XSAssertionXPath2ValueImpl implements XMLAssertHandler
Constructor and Description |
---|
XMLAssertAdapter() |
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, setXDMValueOf$valueForCTWithSimpleContent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStringValueOf$value, setXDMTypedValueOf$value, setXDMTypedValueOf$valueForSTVarietyAtomic, setXDMTypedValueOf$valueForSTVarietyList, setXDMTypedValueOf$valueForSTVarietyUnion
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
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
java.lang.Exception
public void characters(org.apache.xerces.xni.XMLString text)
characters
in interface XMLAssertHandler
public void comment(org.apache.xerces.xni.XMLString text)
comment
in interface XMLAssertHandler
public void processingInstruction(java.lang.String target, org.apache.xerces.xni.XMLString data)
processingInstruction
in interface XMLAssertHandler
public void setProperty(java.lang.String name, java.lang.Object value) throws java.lang.IllegalArgumentException
setProperty
in interface XMLAssertHandler
name
- name of propertyvalue
- null means to remove propertyjava.lang.IllegalArgumentException
- thrown if the underlying
implementation doesn't recognize the property.public java.lang.Object getProperty(java.lang.String name) throws java.lang.IllegalArgumentException
getProperty
in interface XMLAssertHandler
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.