org.apache.ws.jaxme
Interface JMElement

All Superinterfaces:
Element
All Known Subinterfaces:
InoObject

public interface JMElement
extends Element

JaxMe variant of Element, providing additional access to namespace URI and local name.

Author:
Jochen Wiedmann

Method Summary
 QName getQName()
          Returns the namespace URI and local name.
 

Method Detail

getQName

QName getQName()

Returns the namespace URI and local name.