|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.woden.internal.xml.XMLAttrImpl
org.apache.woden.internal.xml.QNameOrTokenAnyAttrImpl
This class represents XML attribute information items of type
Union of QName or xs:token #any
.
For example, the wsoap:code extension attribute of binding fault.
Field Summary |
Fields inherited from class org.apache.woden.internal.xml.XMLAttrImpl |
fAttrType, fContent, fExternalForm, fValid |
Constructor Summary | |
QNameOrTokenAnyAttrImpl()
|
Method Summary | |
protected java.lang.Object |
convert(XMLElement ownerEl,
java.lang.String attrValue)
|
QName |
getQName()
|
java.lang.String |
getToken()
|
boolean |
isQName()
|
boolean |
isToken()
|
Methods inherited from class org.apache.woden.internal.xml.XMLAttrImpl |
getAttributeType, getContent, getErrorReporter, init, isValid, setErrorReporter, setValid, toExternalForm |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.woden.xml.XMLAttr |
getAttributeType, getContent, init, isValid, setErrorReporter, toExternalForm |
Constructor Detail |
public QNameOrTokenAnyAttrImpl()
Method Detail |
public boolean isQName()
isQName
in interface QNameOrTokenAttr
public boolean isToken()
isToken
in interface QNameOrTokenAttr
public QName getQName()
getQName
in interface QNameOrTokenAttr
public java.lang.String getToken()
getToken
in interface QNameOrTokenAttr
protected java.lang.Object convert(XMLElement ownerEl, java.lang.String attrValue) throws WSDLException
convert
in class XMLAttrImpl
WSDLException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |