RefObject - public class XMPPDomBuilderHandler extends Object
XMPPDomBuilderHandler - implementation of
SimpleHandler building DOM strctures during parsing
time. It also supports creation multiple, sperate document trees if parsed
buffer contains a few XML documents. As a result of work it returns
always Queue containing all found XML trees in the same
order as they were found in network data.Element class or instances of class extending
Element class. To receive trees built with instances of proper
class user must provide ElementFactory implementation creating
instances of required ELement extension.
Created: Sat Oct 2 22:01:34 2004
| Constructor and Description |
|---|
XMPPDomBuilderHandler(StreamListener ioserv)
Constructs ...
|
XMPPDomBuilderHandler(StreamListener ioserv,
ElementFactory factory)
Constructs ...
|
| Modifier and Type | Method and Description |
|---|---|
void |
elementCData(StringBuilder cdata)
Method description
|
void |
endElement(StringBuilder name)
Method description
|
void |
error(String errorMessage)
Method description
|
void |
otherXML(StringBuilder other)
Method description
|
boolean |
parseError()
Method description
|
Object |
restoreParserState()
Method description
|
void |
saveParserState(Object state)
Method description
|
void |
startElement(StringBuilder name,
StringBuilder[] attr_names,
StringBuilder[] attr_values)
Method description
|
public XMPPDomBuilderHandler(StreamListener ioserv)
ioserv - public XMPPDomBuilderHandler(StreamListener ioserv, ElementFactory factory)
ioserv - factory - public void elementCData(StringBuilder cdata)
cdata - public void endElement(StringBuilder name)
name - public void error(String errorMessage)
errorMessage - public void otherXML(StringBuilder other)
other - public boolean parseError()
public Object restoreParserState()
public void saveParserState(Object state)
state - public void startElement(StringBuilder name, StringBuilder[] attr_names, StringBuilder[] attr_values)
name - attr_names - attr_values - Copyright © 2006–2017 Tigase. All rights reserved.