Package | Description |
---|---|
org.apache.woden | |
org.apache.woden.schema | |
org.apache.woden.wsdl20.extensions | |
org.apache.woden.wsdl20.xml | |
org.apache.woden.xml |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
XMLElement |
Schema.getXMLElement()
Returns the XMLElement representing the
xs:schema or xs:import
element within the wsdl:types element. |
Modifier and Type | Method and Description |
---|---|
void |
Schema.setXMLElement(XMLElement xsdElement)
Sets the XMLElement representing the underlying
xs:schema or xs:import
element. |
Modifier and Type | Field and Description |
---|---|
protected XMLElement |
UnknownExtensionElement.element |
Modifier and Type | Method and Description |
---|---|
XMLElement |
UnknownExtensionElement.getElement()
Get the Element for this extensibility element.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
XMLElement |
DocumentationElement.getContent()
Returns a XMLElement representing the DocumentationElement xml element.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentationElement.setContent(XMLElement documentationElement)
Sets the documentationElement XMLElement for this DocumentationElement.
|
Constructor and Description |
---|
UnknownAttr(XMLElement ownerEl,
QName attrType,
String attrValue,
ErrorReporter errRpt) |
Copyright ? Apache Software Foundation. All Rights Reserved.