Smack/smack-core/src/test/java/org/jivesoftware/smack
Florian Schmaus 56222d6ee2 Improve parseContent() and parseContentDepth()
The idea is that xml-roundtrip should *never* be expected from a
XmlPullParser. So what we need is a method that parses the content of an
element without relying on getText() returning text if on START_TAG or
END_TAG. This is already done by PubSubs ItemProvider.

Also add PacketParserUtils.parseElement() which will return the current
element as String and use this method in PubSub's ItemProvider.
2014-06-20 12:07:25 +02:00
..
filters Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
packet Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
parsing Improve parseContent() and parseContentDepth() 2014-06-20 12:07:25 +02:00
provider Make ProviderManager static 2014-05-11 09:27:41 +02:00
test/util Improve parseContent() and parseContentDepth() 2014-06-20 12:07:25 +02:00
util Improve parseContent() and parseContentDepth() 2014-06-20 12:07:25 +02:00
ChatConnectionTest.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
DirectoryRosterStoreTest.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
DummyConnection.java Reworked OSGi support of Smack (SMACK-343) 2014-05-15 16:09:37 +02:00
PacketCollectorTest.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
RosterTest.java Improve parseContent() and parseContentDepth() 2014-06-20 12:07:25 +02:00
RosterVersioningTest.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
SmackConfigurationTest.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
ThreadedDummyConnection.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00