|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StAXContentHandler in net.sf.stax |
---|
Classes in net.sf.stax that implement StAXContentHandler | |
---|---|
class |
BooleanElementHandler
StAX handler for any element which just contains a string representation of a boolean. |
class |
ByteElementHandler
StAX handler for any element which just contains a string representation of a byte. |
class |
CharElementHandler
StAX handler for any element which just contains a string representation of a character. |
class |
DispatchForChild
For-child dispatch. |
class |
DispatchOnElement
On-element dispatch. |
static class |
DispatchOnElement.ByLocalName
On-element dispatch that chooses handlers by local name. |
static class |
DispatchOnElement.ByNsURI
On-element dispatch that chooses handlers by namespace URI. |
static class |
DispatchOnElement.ByQName
On-element dispatch that chooses handlers by qualified XML name. |
class |
DoubleElementHandler
StAX handler for any element which just contains a string representation of a double. |
class |
FloatElementHandler
StAX handler for any element which just contains a string representation of a float. |
class |
IntElementHandler
StAX handler for any element which just contains a string representation of an integer. |
class |
LongElementHandler
StAX handler for any element which just contains a string representation of a long. |
class |
StAXContentHandlerBase
Simple implementation of the StAXContentHandler
interface, with empty implementations for all the methods. |
class |
StringElementHandler
StAX handler for any element which just contains a string. |
Fields in net.sf.stax declared as StAXContentHandler | |
---|---|
static StAXContentHandler |
StAXContentHandler.IGNORE
No-op instance of StAXContentHandler. |
Methods in net.sf.stax that return StAXContentHandler | |
---|---|
protected abstract StAXContentHandler |
DispatchOnElement.chooseHandler(String nsURI,
String localName,
String qName)
Choose a handler for the specified namespace URI, local name, and qualified XML name. |
protected StAXContentHandler |
DispatchOnElement.ByNsURI.chooseHandler(String nsURI,
String localName,
String qName)
|
protected StAXContentHandler |
DispatchOnElement.ByLocalName.chooseHandler(String nsURI,
String localName,
String qName)
|
protected StAXContentHandler |
DispatchOnElement.ByQName.chooseHandler(String nsURI,
String localName,
String qName)
|
static StAXContentHandler |
StAXContentHandlers.getBooleanElementHandler()
Return the built-in boolean element handler. |
static StAXContentHandler |
StAXContentHandlers.getByteElementHandler()
Return the built-in boolean element handler. |
static StAXContentHandler |
StAXContentHandlers.getCharElementHandler()
Return the built-in boolean element handler. |
StAXContentHandler |
DispatchOnElement.getDefaultHandler()
Return the default handler for this on-element dispatch. |
static StAXContentHandler |
StAXContentHandlers.getDoubleElementHandler()
Return the built-in boolean element handler. |
static StAXContentHandler |
StAXContentHandlers.getFloatElementHandler()
Return the built-in boolean element handler. |
StAXContentHandler |
DispatchOnElement.getHandler(String name)
Return the handler associated with the specified name. |
static StAXContentHandler |
StAXContentHandlers.getIntElementHandler()
Return the built-in boolean element handler. |
static StAXContentHandler |
StAXContentHandlers.getLongElementHandler()
Return the built-in boolean element handler. |
static StAXContentHandler |
StAXContentHandlers.getStringElementHandler()
Return the built-in boolean element handler. |
Methods in net.sf.stax with parameters of type StAXContentHandler | |
---|---|
void |
StAXDelegationContext.delegate(StAXContentHandler handler)
Delegate to the specified StAXContentHandler. |
void |
DispatchOnElement.setDefaultHandler(StAXContentHandler handler)
Set the default handler for this on-element dispatch to handler . |
void |
DispatchOnElement.setHandler(String name,
StAXContentHandler handler)
Add the specified named handler. |
Constructors in net.sf.stax with parameters of type StAXContentHandler | |
---|---|
DispatchForChild(StAXContentHandler handler)
Create a new for-child dispatch wrapping the specified handler. |
|
SAX2StAXAdaptor(StAXContentHandler rootHandler)
Construct a new SAX Content handler which wraps a StAX handler. |
|
SAX2StAXAdaptor(StAXContentHandler rootHandler,
boolean checkIdsResolveFlag)
Construct a new SAX Content handler which wraps a StAX handler. |
|
SAX2StAXAdaptor(StAXContentHandler rootHandler,
boolean checkIdsResolveFlag,
Map existingIds)
Construct a new SAX Content handler which wraps a StAX handler. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |