|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis.message.addressing.util.TextExtractor
public abstract class TextExtractor
Class TextExtractor.
Method Summary | |
---|---|
static javax.xml.namespace.QName |
getQName(java.lang.String value,
javax.xml.soap.SOAPElement elem)
Gets a QName from the specified value, looking up the prefix in the specified SOAP element. |
static java.lang.String |
getText(org.w3c.dom.Node node)
Gets the text in the specified XML node. |
static java.lang.String |
getText(javax.xml.soap.SOAPElement element)
Gets the text contained in the specified SOAP element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static javax.xml.namespace.QName getQName(java.lang.String value, javax.xml.soap.SOAPElement elem)
value
- Valueelem
- Element for namespace look up
public static java.lang.String getText(org.w3c.dom.Node node)
node
- Node to parse
public static java.lang.String getText(javax.xml.soap.SOAPElement element)
element
- Element to parse
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |