org.apache.woden.internal
Class DOMXMLElement
java.lang.Object
org.apache.woden.internal.BaseXMLElement
org.apache.woden.internal.DOMXMLElement
- All Implemented Interfaces:
- XMLElement
public class DOMXMLElement
- extends BaseXMLElement
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOMXMLElement
public DOMXMLElement(ErrorReporter errorReporter)
setSource
public void setSource(java.lang.Object elem)
- Specified by:
setSource in interface XMLElement- Specified by:
setSource in class BaseXMLElement
doGetAttributeValue
protected java.lang.String doGetAttributeValue(java.lang.String attrName)
- Specified by:
doGetAttributeValue in class BaseXMLElement
doGetNamespaceURI
protected java.net.URI doGetNamespaceURI()
throws WSDLException
- Specified by:
doGetNamespaceURI in class BaseXMLElement
- Throws:
WSDLException
doGetLocalName
protected java.lang.String doGetLocalName()
- Specified by:
doGetLocalName in class BaseXMLElement
doGetQName
protected QName doGetQName()
- Specified by:
doGetQName in class BaseXMLElement
doGetQName
protected QName doGetQName(java.lang.String prefixedValue)
throws WSDLException
- Specified by:
doGetQName in class BaseXMLElement
- Throws:
WSDLException
doGetFirstChildElement
protected XMLElement doGetFirstChildElement()
- Specified by:
doGetFirstChildElement in class BaseXMLElement
doGetNextSiblingElement
protected XMLElement doGetNextSiblingElement()
- Specified by:
doGetNextSiblingElement in class BaseXMLElement
doGetChildElements
protected XMLElement[] doGetChildElements()
- Specified by:
doGetChildElements in class BaseXMLElement
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.