org.ow2.easywsdl.schema.api
Interface XMLElement

All Superinterfaces:
SchemaElement, java.io.Serializable
All Known Implementing Classes:
AbstractXMLElementImpl

public interface XMLElement
extends SchemaElement, java.io.Serializable

This interface represents all WSDL Elements

Author:
Nicolas Salatge - eBM WebSourcing

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

Method Detail

getOtherElements

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

addOtherElements

void addOtherElements(org.w3c.dom.Element elmt)


Copyright © 2008-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.