Smack/smack-core/src/main/java/org/jivesoftware/smack/util
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
..
dns Add javadoc to SmackException.ConnectionException 2014-06-17 13:17:15 +02:00
ArrayBlockingQueueWithShutdown.java Properly sync PacketWriter's queue 2014-05-05 19:26:42 +02:00
Base32Encoder.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
Base64.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
Base64Encoder.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
Base64FileUrlEncoder.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
Cache.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
DNSUtil.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
FileUtils.java Reworked OSGi support of Smack (SMACK-343) 2014-05-15 16:09:37 +02:00
LazyStringBuilder.java Properly escape Bookmarks and FormField XML 2014-06-19 16:52:19 +02:00
ObservableReader.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
ObservableWriter.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
PacketParserUtils.java Improve parseContent() and parseContentDepth() 2014-06-20 12:07:25 +02:00
ReaderListener.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
StringEncoder.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
StringUtils.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
WriterListener.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
XmlStringBuilder.java Properly escape Bookmarks and FormField XML 2014-06-19 16:52:19 +02:00
XmppDateTime.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
package.html Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00