RefObject - public class XMPPDomBuilderHandler extends Object implements tigase.xml.SimpleHandler
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,
tigase.xml.ElementFactory factory)
Constructs ...
|
| Modifier and Type | Method and Description |
|---|---|
void |
elementCData(StringBuilder cdata)
Method description
|
boolean |
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, tigase.xml.ElementFactory factory)
ioserv - factory - public void elementCData(StringBuilder cdata)
elementCData in interface tigase.xml.SimpleHandlercdata - public boolean endElement(StringBuilder name)
endElement in interface tigase.xml.SimpleHandlername - public void error(String errorMessage)
error in interface tigase.xml.SimpleHandlererrorMessage - public void otherXML(StringBuilder other)
otherXML in interface tigase.xml.SimpleHandlerother - public boolean parseError()
public Object restoreParserState()
restoreParserState in interface tigase.xml.SimpleHandlerpublic void saveParserState(Object state)
saveParserState in interface tigase.xml.SimpleHandlerstate - public void startElement(StringBuilder name, StringBuilder[] attr_names, StringBuilder[] attr_values)
startElement in interface tigase.xml.SimpleHandlername - attr_names - attr_values - Copyright © 2006–2020 Tigase. All rights reserved.