Smack/smack-extensions/src/main/java/org/jivesoftware/smackx/pubsub
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
..
listener 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
provider Improve parseContent() and parseContentDepth() 2014-06-20 12:07:25 +02:00
util Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
AccessModel.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
Affiliation.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
AffiliationsExtension.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
ChildrenAssociationPolicy.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
CollectionNode.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
ConfigurationEvent.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
ConfigureForm.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
ConfigureNodeFields.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
EmbeddedPacketExtension.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
EventElement.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
EventElementType.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
FormNode.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
FormNodeType.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
FormType.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
GetItemsRequest.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
Item.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
ItemDeleteEvent.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
ItemPublishEvent.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
ItemReply.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
ItemsExtension.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
LeafNode.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
Node.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
NodeEvent.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
NodeExtension.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
NodeType.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
OptionsExtension.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
PayloadItem.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
PresenceState.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
PubSubElementType.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
PubSubManager.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
PublishItem.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
PublishModel.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
RetractItem.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
SimplePayload.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
SubscribeExtension.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
SubscribeForm.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
SubscribeOptionFields.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
Subscription.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
SubscriptionEvent.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
SubscriptionsExtension.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
UnsubscribeExtension.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00