public class XMLAssertAdapter extends XSAssertionXPath2ValueImpl implements XMLAssertHandler
| Constructor and Description |
|---|
XMLAssertAdapter() |
| 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$valueForSTVarietyUnion, setXDMValueOf$valueForCTWithSimpleContentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomputeStringValueOf$value, setXDMTypedValueOf$value, setXDMTypedValueOf$valueForSTVarietyAtomic, setXDMTypedValueOf$valueForSTVarietyList, setXDMTypedValueOf$valueForSTVarietyUnionpublic void startElement(QName element, XMLAttributes attributes, Augmentations augs) throws Exception
startElement in interface XMLAssertHandlerExceptionpublic void endElement(QName element, Augmentations augs) throws Exception
endElement in interface XMLAssertHandlerExceptionpublic void characters(XMLString text)
characters in interface XMLAssertHandlerpublic void comment(XMLString text)
comment in interface XMLAssertHandlerpublic void processingInstruction(String target, XMLString data)
processingInstruction in interface XMLAssertHandlerpublic void setProperty(String name, Object value) throws IllegalArgumentException
setProperty in interface XMLAssertHandlername - name of propertyvalue - null means to remove propertyIllegalArgumentException - thrown if the underlying
implementation doesn't recognize the property.public Object getProperty(String name) throws IllegalArgumentException
getProperty in interface XMLAssertHandlername - The name of the property.IllegalArgumentException - thrown if the underlying
implementation doesn't recognize the property.Copyright © 2013. All rights reserved.