Uses of Interface
org.jvnet.fastinfoset.VocabularyApplicationData

Packages that use VocabularyApplicationData
com.sun.xml.fastinfoset   
org.jvnet.fastinfoset   
 

Uses of VocabularyApplicationData in com.sun.xml.fastinfoset
 

Fields in com.sun.xml.fastinfoset declared as VocabularyApplicationData
protected  VocabularyApplicationData Encoder._vData
          The vocabulary application data that is used by the encoder
 

Methods in com.sun.xml.fastinfoset that return VocabularyApplicationData
 VocabularyApplicationData Encoder.getVocabularyApplicationData()
          Get the application data associated with the serializer vocabulary.
 

Methods in com.sun.xml.fastinfoset with parameters of type VocabularyApplicationData
 void Encoder.setVocabularyApplicationData(VocabularyApplicationData data)
          Set the application data to be associated with the serializer vocabulary.
 

Uses of VocabularyApplicationData in org.jvnet.fastinfoset
 

Methods in org.jvnet.fastinfoset that return VocabularyApplicationData
 VocabularyApplicationData FastInfosetSerializer.getVocabularyApplicationData()
          Get the application data associated with the serializer vocabulary.
 

Methods in org.jvnet.fastinfoset with parameters of type VocabularyApplicationData
 void FastInfosetSerializer.setVocabularyApplicationData(VocabularyApplicationData data)
          Set the application data to be associated with the serializer vocabulary.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.