Uses of Class
com.sforce.ws.parser.MXSerializer

Packages that use MXSerializer
com.sforce.ws.parser Provides pull parser based XML input and output streams. 
 

Uses of MXSerializer in com.sforce.ws.parser
 

Methods in com.sforce.ws.parser that return MXSerializer
 MXSerializer MXSerializer.attribute(String namespace, String name, String value)
           
 MXSerializer MXSerializer.endTag(String namespace, String name)
           
 MXSerializer MXSerializer.startTag(String namespace, String name)
           
 MXSerializer MXSerializer.text(char[] buf, int start, int len)
           
 MXSerializer MXSerializer.text(String text)
           
 



Copyright © 2012. All Rights Reserved.