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
WSDLException
public QName getAttributeType()
getAttributeType
in interface XMLAttr
public Object getContent()
getContent
in interface XMLAttr
public String toExternalForm()
toExternalForm
in interface XMLAttr
protected abstract Object convert(XMLElement ownerEl, String attrValue) throws WSDLException
WSDLException
protected ErrorReporter getErrorReporter()
protected void setValid(boolean validity)
Copyright © 2005–2018 Apache Software Foundation. All rights reserved.