public class QNameOrTokenAnyAttrImpl extends XMLAttrImpl implements QNameOrTokenAttr
Union of QName or xs:token #any
.
For example, the wsoap:code extension attribute of binding fault.Constructor and Description |
---|
QNameOrTokenAnyAttrImpl(XMLElement ownerEl,
QName attrType,
String attrValue,
ErrorReporter errRpt) |
Modifier and Type | Method and Description |
---|---|
protected Object |
convert(XMLElement ownerEl,
String attrValue) |
QName |
getQName() |
String |
getToken() |
boolean |
isQName() |
boolean |
isToken() |
getAttributeType, getContent, getErrorReporter, isValid, setValid, toExternalForm
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAttributeType, getContent, isValid, toExternalForm
public QNameOrTokenAnyAttrImpl(XMLElement ownerEl, QName attrType, String attrValue, ErrorReporter errRpt) throws WSDLException
WSDLException
public boolean isQName()
isQName
in interface QNameOrTokenAttr
public boolean isToken()
isToken
in interface QNameOrTokenAttr
public QName getQName()
getQName
in interface QNameOrTokenAttr
public String getToken()
getToken
in interface QNameOrTokenAttr
protected Object convert(XMLElement ownerEl, String attrValue) throws WSDLException
convert
in class XMLAttrImpl
WSDLException
Copyright © 2005-2013 Apache Software Foundation. All Rights Reserved.