Save This Page
Home » openjdk-7 » com.sun.xml.internal » fastinfoset » tools » [javadoc | source]
com.sun.xml.internal.fastinfoset.tools
public class: VocabularyGenerator [javadoc | source]
java.lang.Object
   org.xml.sax.helpers.DefaultHandler
      com.sun.xml.internal.fastinfoset.tools.VocabularyGenerator

All Implemented Interfaces:
    LexicalHandler, ContentHandler, DTDHandler, ErrorHandler, EntityResolver

Field Summary
protected  SerializerVocabulary _serializerVocabulary     
protected  ParserVocabulary _parserVocabulary     
protected  Vocabulary _v     
protected  int attributeValueSizeConstraint     
protected  int characterContentChunkSizeContraint     
Constructor:
 public VocabularyGenerator() 
 public VocabularyGenerator(SerializerVocabulary serializerVocabulary) 
 public VocabularyGenerator(ParserVocabulary parserVocabulary) 
 public VocabularyGenerator(SerializerVocabulary serializerVocabulary,
    ParserVocabulary parserVocabulary) 
    Creates a new instance of VocabularyGenerator
Method from com.sun.xml.internal.fastinfoset.tools.VocabularyGenerator Summary:
addToCharArrayTable,   addToNameTable,   addToTable,   addToTable,   characters,   comment,   endCDATA,   endDTD,   endDocument,   endElement,   endEntity,   endPrefixMapping,   getAttributeValueSizeLimit,   getCharacterContentChunkSizeLimit,   getPrefixFromQualifiedName,   getVocabulary,   ignorableWhitespace,   processingInstruction,   setAttributeValueSizeLimit,   setCharacterContentChunkSizeLimit,   setDocumentLocator,   skippedEntity,   startCDATA,   startDTD,   startDocument,   startElement,   startEntity,   startPrefixMapping
Methods from org.xml.sax.helpers.DefaultHandler:
characters,   endDocument,   endElement,   endPrefixMapping,   error,   fatalError,   ignorableWhitespace,   notationDecl,   processingInstruction,   resolveEntity,   setDocumentLocator,   skippedEntity,   startDocument,   startElement,   startPrefixMapping,   unparsedEntityDecl,   warning
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sun.xml.internal.fastinfoset.tools.VocabularyGenerator Detail:
 public  void addToCharArrayTable(CharArray c) 
 public  void addToNameTable(String namespaceURI,
    String qName,
    String localName,
    Set v,
    LocalNameQualifiedNamesMap m,
    QualifiedNameArray a,
    boolean isAttribute) throws SAXException 
 public  void addToTable(String s,
    Set v,
    StringIntMap m,
    StringArray a) 
 public  void addToTable(String s,
    Set v,
    StringIntMap m,
    PrefixArray a) 
 public  void characters(char[] ch,
    int start,
    int length) throws SAXException 
 public  void comment(char[] ch,
    int start,
    int length) throws SAXException 
 public  void endCDATA() throws SAXException 
 public  void endDTD() throws SAXException 
 public  void endDocument() throws SAXException 
 public  void endElement(String namespaceURI,
    String localName,
    String qName) throws SAXException 
 public  void endEntity(String name) throws SAXException 
 public  void endPrefixMapping(String prefix) throws SAXException 
 public int getAttributeValueSizeLimit() 
 public int getCharacterContentChunkSizeLimit() 
 public static String getPrefixFromQualifiedName(String qName) 
 public Vocabulary getVocabulary() 
 public  void ignorableWhitespace(char[] ch,
    int start,
    int length) throws SAXException 
 public  void processingInstruction(String target,
    String data) throws SAXException 
 public  void setAttributeValueSizeLimit(int size) 
 public  void setCharacterContentChunkSizeLimit(int size) 
 public  void setDocumentLocator(Locator locator) 
 public  void skippedEntity(String name) throws SAXException 
 public  void startCDATA() throws SAXException 
 public  void startDTD(String name,
    String publicId,
    String systemId) throws SAXException 
 public  void startDocument() throws SAXException 
 public  void startElement(String namespaceURI,
    String localName,
    String qName,
    Attributes atts) throws SAXException 
 public  void startEntity(String name) throws SAXException 
 public  void startPrefixMapping(String prefix,
    String uri) throws SAXException