Uses of Interface
com.google.code.linkedinapi.schema.SchemaElementFactory

Packages that use SchemaElementFactory
com.google.code.linkedinapi.client.impl   
com.google.code.linkedinapi.schema.xpp   
 

Uses of SchemaElementFactory in com.google.code.linkedinapi.client.impl
 

Classes in com.google.code.linkedinapi.client.impl that implement SchemaElementFactory
private static class LinkedInApiJaxbClient.JaxbElementFactory
           
 

Fields in com.google.code.linkedinapi.client.impl declared as SchemaElementFactory
private static SchemaElementFactory<java.lang.String> LinkedInApiXppClient.OBJECT_FACTORY
          Field description
private static SchemaElementFactory<javax.xml.bind.JAXBElement<?>> LinkedInApiJaxbClient.OBJECT_FACTORY
          Field description
private  SchemaElementFactory<?> BaseLinkedInApiClient.OBJECT_FACTORY
          Field description
 

Methods in com.google.code.linkedinapi.client.impl that return SchemaElementFactory
protected  SchemaElementFactory<?> LinkedInApiXppClient.createObjectFactory()
          Method description
protected  SchemaElementFactory<?> LinkedInApiJaxbClient.createObjectFactory()
          Method description
protected abstract  SchemaElementFactory<?> BaseLinkedInApiClient.createObjectFactory()
          Method description
 

Uses of SchemaElementFactory in com.google.code.linkedinapi.schema.xpp
 

Classes in com.google.code.linkedinapi.schema.xpp that implement SchemaElementFactory
 class XppElementFactory
          A factory for creating DomElement objects.