public class DOMXMLElement extends BaseXMLElement
fErrorReporter, fSource
Constructor and Description |
---|
DOMXMLElement(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, getSource
public DOMXMLElement(ErrorReporter errorReporter)
public void setSource(Object elem)
XMLElement
setSource
in interface XMLElement
setSource
in class BaseXMLElement
elem
- the Object representing the XML elementprotected String doGetAttributeValue(String attrName)
doGetAttributeValue
in class BaseXMLElement
protected URI doGetNamespaceURI() throws WSDLException
doGetNamespaceURI
in class BaseXMLElement
WSDLException
protected String doGetLocalName()
doGetLocalName
in class BaseXMLElement
protected QName doGetQName()
doGetQName
in class BaseXMLElement
protected QName doGetQName(String prefixedValue) throws WSDLException
doGetQName
in class BaseXMLElement
WSDLException
protected XMLElement doGetFirstChildElement()
doGetFirstChildElement
in class BaseXMLElement
protected XMLElement doGetNextSiblingElement()
doGetNextSiblingElement
in class BaseXMLElement
protected XMLElement[] doGetChildElements()
doGetChildElements
in class BaseXMLElement
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.