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 | Class and Description |
---|---|
class |
BaseXMLElement
This abstract class implements methods of the XMLElement interface that are
common across all concrete implementations.
|
class |
DOMXMLElement |
class |
OMXMLElement |
Modifier and Type | Method and Description |
---|---|
protected XMLElement |
OMWSDLReader.createXMLElement(Object elem) |
protected XMLElement |
DOMWSDLReader.createXMLElement(Object elem) |
protected abstract XMLElement |
BaseWSDLReader.createXMLElement(Object elem)
Returns an XMLElement object representing the specified element
object.
|
protected XMLElement[] |
OMXMLElement.doGetChildElements() |
protected XMLElement[] |
DOMXMLElement.doGetChildElements() |
protected abstract XMLElement[] |
BaseXMLElement.doGetChildElements() |
protected XMLElement |
OMXMLElement.doGetFirstChildElement() |
protected XMLElement |
DOMXMLElement.doGetFirstChildElement() |
protected abstract XMLElement |
BaseXMLElement.doGetFirstChildElement() |
protected XMLElement |
OMXMLElement.doGetNextSiblingElement() |
protected XMLElement |
DOMXMLElement.doGetNextSiblingElement() |
protected abstract XMLElement |
BaseXMLElement.doGetNextSiblingElement() |
XMLElement[] |
BaseXMLElement.getChildElements() |
XMLElement |
BaseXMLElement.getFirstChildElement() |
XMLElement |
BaseXMLElement.getNextSiblingElement() |
Modifier and Type | Method and Description |
---|---|
protected DescriptionElement |
BaseWSDLReader.parseDescription(String documentBaseURI,
XMLElement descEl,
Map wsdlModules) |
protected DocumentationElement |
BaseWSDLReader.parseDocumentation(XMLElement docEl,
DescriptionElement desc,
DocumentableElement parent) |
protected void |
OMWSDLReader.parseExtensionAttributes(XMLElement domEl,
Class wsdlClass,
WSDLElement wsdlObj,
DescriptionElement desc) |
protected void |
DOMWSDLReader.parseExtensionAttributes(XMLElement extEl,
Class wsdlClass,
WSDLElement wsdlObj,
DescriptionElement desc) |
protected abstract void |
BaseWSDLReader.parseExtensionAttributes(XMLElement extEl,
Class wsdlClass,
WSDLElement wsdlObj,
DescriptionElement desc) |
protected ExtensionElement |
BaseWSDLReader.parseExtensionElement(Class parentType,
WSDLElement parent,
XMLElement el,
DescriptionElement desc) |
protected void |
OMWSDLReader.parseNamespaceDeclarations(XMLElement xmlElem,
WSDLElement wsdlElem) |
protected void |
DOMWSDLReader.parseNamespaceDeclarations(XMLElement xmlElem,
WSDLElement wsdlElem) |
protected abstract void |
BaseWSDLReader.parseNamespaceDeclarations(XMLElement xmlElem,
WSDLElement wsdlElem) |
protected Schema |
OMWSDLReader.parseSchemaImport(XMLElement importEl,
DescriptionElement desc) |
protected Schema |
DOMWSDLReader.parseSchemaImport(XMLElement importEl,
DescriptionElement desc) |
protected abstract Schema |
BaseWSDLReader.parseSchemaImport(XMLElement importEl,
DescriptionElement desc) |
protected Schema |
OMWSDLReader.parseSchemaInline(XMLElement schemaElement,
DescriptionElement desc) |
protected Schema |
DOMWSDLReader.parseSchemaInline(XMLElement schemaEl,
DescriptionElement desc) |
protected abstract Schema |
BaseWSDLReader.parseSchemaInline(XMLElement schemaEl,
DescriptionElement desc) |
Modifier and Type | Field and Description |
---|---|
protected XMLElement |
SchemaResolverAdapter.fContextElement |
Constructor and Description |
---|
DOMSchemaResolverAdapter(URIResolver actualResolver,
XMLElement schemaElement) |
OMSchemaResolverAdapter(URIResolver actualResolver,
XMLElement schemaElement) |
SchemaResolverAdapter(URIResolver actualResolver,
XMLElement contextElement) |
Modifier and Type | Method and Description |
---|---|
XMLElement |
SchemaImpl.getXMLElement() |
Modifier and Type | Method and Description |
---|---|
void |
SchemaImpl.setXMLElement(XMLElement xsdElement) |
Modifier and Type | Method and Description |
---|---|
XMLElement |
DocumentationImpl.getContent() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentationImpl.setContent(XMLElement docEl) |
Modifier and Type | Method and Description |
---|---|
ExtensionElement |
HTTPHeaderDeserializer.unmarshall(Class parentType,
Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg) |
Modifier and Type | Method and Description |
---|---|
ExtensionElement |
SOAPHeaderBlockDeserializer.unmarshall(Class parentType,
Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg) |
ExtensionElement |
SOAPModuleDeserializer.unmarshall(Class parentType,
Object parent,
QName elementType,
XMLElement el,
DescriptionElement desc,
ExtensionRegistry extReg) |
Modifier and Type | Method and Description |
---|---|
protected Object |
TokenAttrImpl.convert(XMLElement ownerEl,
String attrValue) |
protected Object |
URIAttrImpl.convert(XMLElement ownerEl,
String attrValue) |
protected Object |
StringAttrImpl.convert(XMLElement ownerEl,
String attrValue) |
protected Object |
IntOrTokenAnyAttrImpl.convert(XMLElement ownerEl,
String attrValue) |
protected abstract Object |
XMLAttrImpl.convert(XMLElement ownerEl,
String attrValue) |
protected Object |
HTTPAuthenticationSchemeAttrImpl.convert(XMLElement ownerEl,
String attrValue) |
protected Object |
QNameAttrImpl.convert(XMLElement ownerEl,
String attrValue) |
protected Object |
BooleanAttrImpl.convert(XMLElement ownerEl,
String attrValue) |
protected Object |
ArgumentArrayAttrImpl.convert(XMLElement ownerEl,
String attrValue) |
protected Object |
QNameListAttrImpl.convert(XMLElement ownerEl,
String attrValue) |
protected Object |
QNameListOrTokenAnyAttrImpl.convert(XMLElement ownerEl,
String attrValue) |
protected Object |
QNameOrTokenAnyAttrImpl.convert(XMLElement ownerEl,
String attrValue) |
Modifier and Type | Method and Description |
---|---|
XMLElement |
XMLElementEvaluator.evaluate()
Evaluates the XPointer on the root XMLElement and returns the resulting XMLElement or null.
|
Modifier and Type | Method and Description |
---|---|
boolean |
OMXMLElementEvaluator.testElementShorthand(XMLElement element,
String shorthand) |
boolean |
DOMXMLElementEvaluator.testElementShorthand(XMLElement element,
String shorthand) |
abstract boolean |
XMLElementEvaluator.testElementShorthand(XMLElement element,
String id)
Tests the element for an id according to the specification at
http://www.w3.org/TR/xptr-framework/#term-sdi and returns a boolean answer.
|
Constructor and Description |
---|
XMLElementEvaluator(XPointer xpointer,
XMLElement root)
Constructs a new XMLElement abstract class for a XPointer and XMLElement.
|
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 © 2005–2017 Apache Software Foundation. All rights reserved.