public class OMXMLElement extends BaseXMLElement
fErrorReporter, fSource| Constructor and Description |
|---|
OMXMLElement(ErrorReporter errorReporter) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
doGetAttributeValue(String attrName) |
protected XMLElement[] |
doGetChildElements() |
protected XMLElement |
doGetFirstChildElement() |
protected String |
doGetLocalName() |
protected URI |
doGetNamespaceURI() |
protected XMLElement |
doGetNextSiblingElement() |
protected QName |
doGetQName() |
protected QName |
doGetQName(String prefixedValue) |
void |
setSource(Object elem)
Accepts an Object representing an XML element.
|
getAttributeValue, getChildElements, getFirstChildElement, getLocalName, getNamespaceURI, getNextSiblingElement, getQName, getQName, getSourcepublic OMXMLElement(ErrorReporter errorReporter)
public void setSource(Object elem)
XMLElementsetSource in interface XMLElementsetSource in class BaseXMLElementelem - the Object representing the XML elementprotected String doGetAttributeValue(String attrName)
doGetAttributeValue in class BaseXMLElementprotected URI doGetNamespaceURI() throws WSDLException
doGetNamespaceURI in class BaseXMLElementWSDLExceptionprotected String doGetLocalName()
doGetLocalName in class BaseXMLElementprotected QName doGetQName()
doGetQName in class BaseXMLElementprotected QName doGetQName(String prefixedValue) throws WSDLException
doGetQName in class BaseXMLElementWSDLExceptionprotected XMLElement doGetFirstChildElement()
doGetFirstChildElement in class BaseXMLElementprotected XMLElement doGetNextSiblingElement()
doGetNextSiblingElement in class BaseXMLElementprotected XMLElement[] doGetChildElements()
doGetChildElements in class BaseXMLElementCopyright © 2005-2012 Apache Software Foundation. All Rights Reserved.