Uses of Interface
org.ow2.easywsdl.schema.api.Element
-
Packages that use Element Package Description org.ow2.easywsdl.schema org.ow2.easywsdl.schema.impl -
-
Uses of Element in org.ow2.easywsdl.schema
Methods in org.ow2.easywsdl.schema that return Element Modifier and Type Method Description ElementDefaultSchemaImpl. createElement()ElementDefaultSchemaImpl. getElement(QName element)Methods in org.ow2.easywsdl.schema that return types with arguments of type Element Modifier and Type Method Description List<Element>DefaultSchemaImpl. findElementsInAllSchema(QName element)List<Element>DefaultSchemaImpl. getElements()Methods in org.ow2.easywsdl.schema with parameters of type Element Modifier and Type Method Description voidDefaultSchemaImpl. addElement(Element elmt) -
Uses of Element in org.ow2.easywsdl.schema.impl
Classes in org.ow2.easywsdl.schema.impl that implement Element Modifier and Type Class Description classElementImplMethods in org.ow2.easywsdl.schema.impl that return Element Modifier and Type Method Description ElementAllImpl. createElement()ElementChoiceImpl. createElement()ElementEnumerationImpl. createElement()ElementSchemaImpl. createElement()ElementSequenceImpl. createElement()Methods in org.ow2.easywsdl.schema.impl with parameters of type Element Modifier and Type Method Description voidAllImpl. addElement(Element elmt)voidChoiceImpl. addElement(Element elmt)voidSchemaImpl. addElement(Element elmt)voidSequenceImpl. addElement(Element elmt)
-