public class UnknownAttr extends Object implements XMLAttr
| Constructor and Description |
|---|
UnknownAttr(XMLElement ownerEl,
QName attrType,
String attrValue,
ErrorReporter errRpt) |
| Modifier and Type | Method and Description |
|---|---|
QName |
getAttributeType() |
Object |
getContent() |
boolean |
isValid() |
String |
toExternalForm() |
public UnknownAttr(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 XMLAttrCopyright © 2005–2019 Apache Software Foundation. All rights reserved.