Searched defs:VocabularyGenerator (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/tools/
H A DVocabularyGenerator.java50 public class VocabularyGenerator extends DefaultHandler implements LexicalHandler { class in inherits:DefaultHandler,LexicalHandler
60 /** Creates a new instance of VocabularyGenerator */
61 public VocabularyGenerator() { method in class:VocabularyGenerator
68 public VocabularyGenerator(SerializerVocabulary serializerVocabulary) { method in class:VocabularyGenerator
75 public VocabularyGenerator(ParserVocabulary parserVocabulary) { method in class:VocabularyGenerator
82 /** Creates a new instance of VocabularyGenerator */
83 public VocabularyGenerator(SerializerVocabulary serializerVocabulary, ParserVocabulary parserVocabulary) { method in class:VocabularyGenerator

Completed in 30 milliseconds