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