public abstract class AbstractCorbaTypeListener extends Object implements CorbaTypeListener
| Modifier and Type | Field and Description |
|---|---|
protected NamespaceContext |
ctx |
protected QName |
currentElement |
protected CorbaObjectHandler |
handler |
| Constructor and Description |
|---|
AbstractCorbaTypeListener(CorbaObjectHandler h) |
| Modifier and Type | Method and Description |
|---|---|
CorbaObjectHandler |
getCorbaObject() |
abstract void |
processCharacters(String text) |
void |
processEndElement(QName name) |
void |
processStartElement(QName name) |
void |
processWriteAttribute(String prefix,
String namespaceURI,
String localName,
String value) |
void |
processWriteNamespace(String prefix,
String namespaceURI) |
void |
setNamespaceContext(NamespaceContext n) |
protected QName currentElement
protected CorbaObjectHandler handler
protected NamespaceContext ctx
public AbstractCorbaTypeListener(CorbaObjectHandler h)
public void setNamespaceContext(NamespaceContext n)
setNamespaceContext in interface CorbaTypeListenerpublic void processStartElement(QName name)
processStartElement in interface CorbaTypeListenerpublic void processEndElement(QName name)
processEndElement in interface CorbaTypeListenerpublic abstract void processCharacters(String text)
processCharacters in interface CorbaTypeListenerpublic CorbaObjectHandler getCorbaObject()
getCorbaObject in interface CorbaTypeListenerpublic void processWriteAttribute(String prefix, String namespaceURI, String localName, String value)
processWriteAttribute in interface CorbaTypeListenerpublic void processWriteNamespace(String prefix, String namespaceURI)
processWriteNamespace in interface CorbaTypeListenerApache CXF