org.ow2.easywsdl.xml.api
Interface XMLElement

All Superinterfaces:
org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable
All Known Implementing Classes:
AbstractXMLElementImpl

public interface XMLElement
extends org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable

This interface represents all WSDL Elements

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 java.util.List<org.w3c.dom.Element> getOtherElements()
           
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Method Detail

getOtherElements

java.util.List<org.w3c.dom.Element> getOtherElements()
                                                     throws org.ow2.easywsdl.schema.api.XmlException
Throws:
org.ow2.easywsdl.schema.api.XmlException


Copyright © 2008 eBM WebSourcing. All Rights Reserved.