public abstract class XMLAttrImpl extends Object implements XMLAttr
| Modifier | Constructor and Description |
|---|---|
protected |
XMLAttrImpl(XMLElement ownerEl,
QName attrType,
String attrValue,
ErrorReporter errRpt) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Object |
convert(XMLElement ownerEl,
String attrValue) |
QName |
getAttributeType() |
Object |
getContent() |
protected ErrorReporter |
getErrorReporter() |
boolean |
isValid() |
protected void |
setValid(boolean validity) |
String |
toExternalForm() |
protected XMLAttrImpl(XMLElement ownerEl, QName attrType, String attrValue, ErrorReporter errRpt) throws WSDLException
WSDLExceptionpublic QName getAttributeType()
getAttributeType in interface XMLAttrpublic Object getContent()
getContent in interface XMLAttrpublic String toExternalForm()
toExternalForm in interface XMLAttrprotected abstract Object convert(XMLElement ownerEl, String attrValue) throws WSDLException
WSDLExceptionprotected ErrorReporter getErrorReporter()
protected void setValid(boolean validity)
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.