Uses of Class
com.sun.xml.fastinfoset.vocab.SerializerVocabulary

Packages that use SerializerVocabulary
com.sun.xml.fastinfoset   
com.sun.xml.fastinfoset.tools   
com.sun.xml.fastinfoset.vocab   
com.sun.xml.ws.transport.tcp.encoding.configurator   
 

Uses of SerializerVocabulary in com.sun.xml.fastinfoset
 

Fields in com.sun.xml.fastinfoset declared as SerializerVocabulary
protected  SerializerVocabulary Encoder._v
          The vocabulary that is used by the encoder
 

Methods in com.sun.xml.fastinfoset with parameters of type SerializerVocabulary
 void Encoder.setVocabulary(SerializerVocabulary vocabulary)
          Set the SerializerVocabulary to be used for encoding.
 

Uses of SerializerVocabulary in com.sun.xml.fastinfoset.tools
 

Fields in com.sun.xml.fastinfoset.tools declared as SerializerVocabulary
protected  SerializerVocabulary VocabularyGenerator._serializerVocabulary
           
 

Constructors in com.sun.xml.fastinfoset.tools with parameters of type SerializerVocabulary
VocabularyGenerator(SerializerVocabulary serializerVocabulary)
           
VocabularyGenerator(SerializerVocabulary serializerVocabulary, ParserVocabulary parserVocabulary)
          Creates a new instance of VocabularyGenerator
 

Uses of SerializerVocabulary in com.sun.xml.fastinfoset.vocab
 

Fields in com.sun.xml.fastinfoset.vocab declared as SerializerVocabulary
protected  SerializerVocabulary ParserVocabulary._readOnlyVocabulary
           
protected  SerializerVocabulary SerializerVocabulary._readOnlyVocabulary
           
 

Methods in com.sun.xml.fastinfoset.vocab that return SerializerVocabulary
 SerializerVocabulary SerializerVocabulary.getReadOnlyVocabulary()
           
 

Methods in com.sun.xml.fastinfoset.vocab with parameters of type SerializerVocabulary
 void SerializerVocabulary.setExternalVocabulary(String externalVocabularyURI, SerializerVocabulary externalVocabulary, boolean clear)
           
 void SerializerVocabulary.setInitialVocabulary(SerializerVocabulary initialVocabulary, boolean clear)
           
protected  void SerializerVocabulary.setReadOnlyVocabulary(SerializerVocabulary readOnlyVocabulary, boolean clear)
           
 

Uses of SerializerVocabulary in com.sun.xml.ws.transport.tcp.encoding.configurator
 

Methods in com.sun.xml.ws.transport.tcp.encoding.configurator that return SerializerVocabulary
 SerializerVocabulary DefaultSerializerVocabularyFactory.newInstance()
           
 SerializerVocabulary SerializerVocabularyFactory.newInstance()
           
 



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