XMLElement should provide a method to retrieve its text content.
----------------------------------------------------------------
Key: WODEN-180
URL: https://issues.apache.org/jira/browse/WODEN-180
Project: Woden
Issue Type: Improvement
Components: Parser
Reporter: Sagara Gunathunga
Priority: Minor
XMLElement should provide a method to retrieve its text content.
Currently XMLElement provides methods for retrieving child Elements and
attributes. When we have text content inside the XMLElement, there is no way to
retrieve it. DocumentationElement is a good example for this, where we add
human readable text content.
Because of this deficiency we can't serialize Documentation Element. Wsdl4j
facilitates this with the use of org.w3c.dom.Element Interface.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]