|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLElement | |
---|---|
org.apache.woden | |
org.apache.woden.schema | |
org.apache.woden.wsdl20.extensions | |
org.apache.woden.wsdl20.xml | |
org.apache.woden.xml |
Uses of XMLElement in org.apache.woden |
---|
Methods in org.apache.woden that return XMLElement | |
---|---|
XMLElement[] |
XMLElement.getChildElements()
Return an array of the child elements of this element or an empty array if no siblings are found. |
XMLElement |
XMLElement.getFirstChildElement()
Return the first child element of this element or null if no children are found. |
XMLElement |
XMLElement.getNextSiblingElement()
Return the next sibling element of this element or null if no siblings are found. |
Uses of XMLElement in org.apache.woden.schema |
---|
Methods in org.apache.woden.schema that return XMLElement | |
---|---|
XMLElement |
Schema.getXMLElement()
Returns the XMLElement representing the xs:schema or xs:import
element within the wsdl:types element. |
Methods in org.apache.woden.schema with parameters of type XMLElement | |
---|---|
void |
Schema.setXMLElement(XMLElement xsdElement)
Sets the XMLElement representing the underlying xs:schema or xs:import
element. |
Uses of XMLElement in org.apache.woden.wsdl20.extensions |
---|
Fields in org.apache.woden.wsdl20.extensions declared as XMLElement | |
---|---|
protected XMLElement |
UnknownExtensionElement.element
|
Methods in org.apache.woden.wsdl20.extensions that return XMLElement | |
---|---|
XMLElement |
UnknownExtensionElement.getElement()
Get the Element for this extensibility element. |
Methods in org.apache.woden.wsdl20.extensions with parameters of type XMLElement | |
---|---|
XMLAttr |
ExtensionRegistry.createExtAttribute(Class ownerClass,
QName attrQName,
XMLElement ownerElement,
String attrValue)
|
void |
UnknownExtensionElement.setElement(XMLElement element)
Set the Element for this extensibility element. |
ExtensionElement |
UnknownExtensionDeserializer.unmarshall(Class parentType,
Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg)
|
ExtensionElement |
ExtensionDeserializer.unmarshall(Class parentType,
Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg)
This method deserializes elements into instances of classes which implement the ExtensionElement interface. |
Uses of XMLElement in org.apache.woden.wsdl20.xml |
---|
Methods in org.apache.woden.wsdl20.xml that return XMLElement | |
---|---|
XMLElement |
DocumentationElement.getContent()
Returns a XMLElement representing the DocumentationElement xml element. |
Methods in org.apache.woden.wsdl20.xml with parameters of type XMLElement | |
---|---|
void |
DocumentationElement.setContent(XMLElement documentationElement)
Sets the documentationElement XMLElement for this DocumentationElement. |
Uses of XMLElement in org.apache.woden.xml |
---|
Constructors in org.apache.woden.xml with parameters of type XMLElement | |
---|---|
UnknownAttr(XMLElement ownerEl,
QName attrType,
String attrValue,
ErrorReporter errRpt)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |