org.apache.ws.jaxme.impl
public abstract class JMSAXElementParser extends JMSAXGroupParser
Field Summary | |
---|---|
protected Object | result |
Method Summary | |
---|---|
void | addAttribute(String pNamespaceURI, String pLocalName, String pValue) Sets the attribute with the namespace
pNamespace and the local name pLocalName
to the value pValue . |
int | getEndLevel() Returns the end elements level (number of nested
elements enclosing this element). |
JMUnmarshallerHandlerImpl | getHandler() |
String | getLocalName() Returns the local name of the element being parsed. |
String | getNamespaceURI() Returns the namespace URI of the element being parsed. |
void | init(JMUnmarshallerHandlerImpl pHandler, Object pObject, String pNamespaceURI, String pLocalName, int pLevel) Initializes the element parser by setting the required data. |
boolean | isAtomic() Returns, whether the element has atomic content. |
boolean | isEmpty() Returns, whether the element is empty. |
void | setAttributes(Attributes pAttrs) Invokes JMSAXElementParser for
all the attributes in the list pAttrs . |
pNamespace
and the local name pLocalName
to the value pValue
.pAttrs
.