public class QNameListOrTokenAnyAttrImpl extends XMLAttrImpl implements QNameListOrTokenAttr
Union of list of QName or xs:token #any
.
For example, the wsoap:subcodes extension attribute of binding fault.Constructor and Description |
---|
QNameListOrTokenAnyAttrImpl(XMLElement ownerEl,
QName attrType,
String attrValue,
ErrorReporter errRpt) |
Modifier and Type | Method and Description |
---|---|
protected Object |
convert(XMLElement ownerEl,
String attrValue) |
QName[] |
getQNames() |
String |
getToken() |
boolean |
isQNameList() |
boolean |
isToken() |
getAttributeType, getContent, getErrorReporter, isValid, setValid, toExternalForm
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAttributeType, getContent, isValid, toExternalForm
public QNameListOrTokenAnyAttrImpl(XMLElement ownerEl, QName attrType, String attrValue, ErrorReporter errRpt) throws WSDLException
WSDLException
public boolean isQNameList()
isQNameList
in interface QNameListOrTokenAttr
public boolean isToken()
isToken
in interface QNameListOrTokenAttr
public QName[] getQNames()
getQNames
in interface QNameListOrTokenAttr
public String getToken()
getToken
in interface QNameListOrTokenAttr
protected Object convert(XMLElement ownerEl, String attrValue) throws WSDLException
convert
in class XMLAttrImpl
WSDLException
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.