Java Doc for StAXDocumentParser.java in  » 6.0-JDK-Modules-com.sun » fastinfoset » com » sun » xml » fastinfoset » stax » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules com.sun » fastinfoset » com.sun.xml.fastinfoset.stax 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.sun.xml.fastinfoset.Decoder
      com.sun.xml.fastinfoset.stax.StAXDocumentParser

StAXDocumentParser
public class StAXDocumentParser extends Decoder implements XMLStreamReader,FastInfosetStreamReader,OctetBufferListener(Code)
The Fast Infoset StAX parser.

Instantiate this parser to parse a fast infoset document in accordance with the StAX API.

More than one fast infoset document may be decoded from the java.io.InputStream .


Inner Class :protected class NamespaceContextImpl implements NamespaceContext

Field Summary
final protected static  intINTERNAL_STATE_DOUBLE_TERMINATE_ELEMENT
    
final protected static  intINTERNAL_STATE_END_DOCUMENT
    
final protected static  intINTERNAL_STATE_SINGLE_TERMINATE_ELEMENT_WITH_NAMESPACES
    
final protected static  intINTERNAL_STATE_START_DOCUMENT
    
final protected static  intINTERNAL_STATE_START_ELEMENT_TERMINATE
    
final protected static  intINTERNAL_STATE_VOID
    
protected  byte[]_algorithmData
    
protected  int_algorithmDataLength
    
protected  int_algorithmDataOffset
    
protected  int_algorithmId
    
protected  String_algorithmURI
    
protected  AttributesHolder_attributes
    
protected  String_characterEncodingScheme
    
protected  char[]_characters
     Characters associated with event.
protected  int_charactersOffset
    
protected  boolean_clearAttributes
    
protected  int_currentNamespaceAIIsEnd
    
protected  int_currentNamespaceAIIsStart
    
protected  int_eventType
    
protected  int_internalState
    
protected  boolean_isAlgorithmDataCloned
    
protected  StAXManager_manager
    
protected  int[]_namespaceAIIsEndStack
    
protected  int_namespaceAIIsIndex
    
protected  String[]_namespaceAIIsNamespaceName
    
protected  String[]_namespaceAIIsPrefix
    
protected  int[]_namespaceAIIsPrefixIndex
    
protected  int[]_namespaceAIIsStartStack
    
protected  NamespaceContextImpl_nsContext
    
protected  String_piData
    
protected  String_piTarget
    
protected  QualifiedName[]_qNameStack
    
protected  QualifiedName_qualifiedName
     Qualified name associated with START_ELEMENT or END_ELEMENT.
protected  int_stackCount
    

Constructor Summary
public  StAXDocumentParser()
    
public  StAXDocumentParser(InputStream s)
    
public  StAXDocumentParser(InputStream s, StAXManager manager)
    

Method Summary
final public  StringaccessLocalName()
    
final public  intaccessNamespaceCount()
    
final public  StringaccessNamespaceURI()
    
final public  StringaccessPrefix()
    
final public  char[]accessTextCharacters()
    
final public  intaccessTextLength()
    
final public  intaccessTextStart()
    
final protected  voidcheckTextState()
    
public  voidclose()
    
protected  voidconvertBase64AlorithmDataToCharacters(StringBuffer buffer)
    
final protected  voidconvertEncodingAlgorithmDataToCharacters()
    
final public  intgetAttributeCount()
    
final public  StringgetAttributeLocalName(int index)
    
final public  javax.xml.namespace.QNamegetAttributeName(int index)
    
final public  StringgetAttributeNameString(int index)
    
final public  StringgetAttributeNamespace(int index)
    
final public  StringgetAttributePrefix(int index)
    
final public  StringgetAttributeType(int index)
    
final public  StringgetAttributeValue(String namespaceURI, String localName)
    
final public  StringgetAttributeValue(int index)
    
final public  AttributesHoldergetAttributesHolder()
    
final public  StringgetCharacterEncodingScheme()
    
final public  StringgetElementText()
     Reads the content of a text-only element.
final public  StringgetElementText(boolean startElementRead)
    
final public  StringgetEncoding()
    
final public  intgetEventType()
    
final static  StringgetEventTypeString(int eventType)
    
final public  StringgetLocalName()
    
final public  LocationgetLocation()
    
final public  QNamegetName()
    
final public  StringgetNameString()
    
final public  NamespaceContextgetNamespaceContext()
    
final public  intgetNamespaceCount()
    
final public  StringgetNamespaceDecl(String prefix)
    
final public  StringgetNamespacePrefix(int index)
    
final public  StringgetNamespaceURI(String prefix)
    
final public  StringgetNamespaceURI(int index)
    
final public  StringgetNamespaceURI()
    
final public  StringgetPIData()
    
final public  StringgetPITarget()
    
final public  StringgetPrefix()
    
final public  IteratorgetPrefixes()
    
public  ObjectgetProperty(java.lang.String name)
    
final public  StringgetText()
    
final public  byte[]getTextAlgorithmBytes()
    
final public  intgetTextAlgorithmBytes(int sourceStart, byte[] target, int targetStart, int length)
    
final public  byte[]getTextAlgorithmBytesClone()
    
final public  intgetTextAlgorithmIndex()
    
final public  intgetTextAlgorithmLength()
    
final public  intgetTextAlgorithmStart()
    
final public  StringgetTextAlgorithmURI()
    
final public  char[]getTextCharacters()
    
final public  intgetTextCharacters(int sourceStart, char[] target, int targetStart, int length)
    
final public  intgetTextLength()
    
final public  intgetTextStart()
    
final public  StringgetURI(String prefix)
    
final public  StringgetVersion()
    
final public  booleanhasName()
    
final public  booleanhasNext()
    
final public  booleanhasText()
    
final public  booleanisAttributeSpecified(int index)
    
public  booleanisBase64Follows()
    
final public  booleanisCharacters()
    
final public  booleanisEndElement()
    
final public  booleanisStandalone()
    
final public  booleanisStartElement()
    
final public  booleanisWhiteSpace()
     Returns true if the cursor points to a character data event that consists of all whitespace Application calling this method needs to cache the value and avoid calling this method again for the same event.
public  intnext()
    
final public  intnextTag()
     Skips any white space (isWhiteSpace() returns true), COMMENT, or PROCESSING_INSTRUCTION, until a START_ELEMENT or END_ELEMENT is reached. If other than white space characters, COMMENT, PROCESSING_INSTRUCTION, START_ELEMENT, END_ELEMENT are encountered, an exception is thrown.
final public  intnextTag(boolean currentTagRead)
    
public  voidonBeforeOctetBufferOverwrite()
    
final public  intpeekNext()
    
final protected  voidprocessAIIEncodingAlgorithm(QualifiedName name)
    
final protected  voidprocessAIIs()
    
final protected  voidprocessCIIEncodingAlgorithm()
    
final protected  voidprocessCommentII()
    
final protected  voidprocessDII()
    
final protected  voidprocessDIIOptionalProperties(int b)
    
final protected  voidprocessEII(QualifiedName name, boolean hasAttributes)
    
final protected  QualifiedNameprocessEIIIndexLarge(int b)
    
final protected  QualifiedNameprocessEIIIndexMedium(int b)
    
final protected  voidprocessEIIWithNamespaces(boolean hasAttributes)
    
final protected  QualifiedNameprocessLiteralQualifiedName(int state, QualifiedName q)
    
final protected  voidprocessProcessingII()
    
final protected  voidprocessUnexpandedEntityReference(int b)
    
final public  voidrequire(int type, String namespaceURI, String localName)
     Test if the current event is of the given type and if the namespace and name match the current namespace and name of the current event.
public  voidreset()
    
protected  voidresetOnError()
    
final protected  voidresizeNamespaceAIIs()
    
public  voidsetInputStream(InputStream s)
    
final public  voidsetManager(StAXManager manager)
    
final public  booleanstandaloneSet()
    

Field Detail
INTERNAL_STATE_DOUBLE_TERMINATE_ELEMENT
final protected static int INTERNAL_STATE_DOUBLE_TERMINATE_ELEMENT(Code)



INTERNAL_STATE_END_DOCUMENT
final protected static int INTERNAL_STATE_END_DOCUMENT(Code)



INTERNAL_STATE_SINGLE_TERMINATE_ELEMENT_WITH_NAMESPACES
final protected static int INTERNAL_STATE_SINGLE_TERMINATE_ELEMENT_WITH_NAMESPACES(Code)



INTERNAL_STATE_START_DOCUMENT
final protected static int INTERNAL_STATE_START_DOCUMENT(Code)



INTERNAL_STATE_START_ELEMENT_TERMINATE
final protected static int INTERNAL_STATE_START_ELEMENT_TERMINATE(Code)



INTERNAL_STATE_VOID
final protected static int INTERNAL_STATE_VOID(Code)



_algorithmData
protected byte[] _algorithmData(Code)



_algorithmDataLength
protected int _algorithmDataLength(Code)



_algorithmDataOffset
protected int _algorithmDataOffset(Code)



_algorithmId
protected int _algorithmId(Code)



_algorithmURI
protected String _algorithmURI(Code)



_attributes
protected AttributesHolder _attributes(Code)
List of attributes



_characterEncodingScheme
protected String _characterEncodingScheme(Code)



_characters
protected char[] _characters(Code)
Characters associated with event.



_charactersOffset
protected int _charactersOffset(Code)



_clearAttributes
protected boolean _clearAttributes(Code)



_currentNamespaceAIIsEnd
protected int _currentNamespaceAIIsEnd(Code)



_currentNamespaceAIIsStart
protected int _currentNamespaceAIIsStart(Code)
Namespaces associated with START_ELEMENT or END_ELEMENT



_eventType
protected int _eventType(Code)
Current event



_internalState
protected int _internalState(Code)



_isAlgorithmDataCloned
protected boolean _isAlgorithmDataCloned(Code)



_manager
protected StAXManager _manager(Code)



_namespaceAIIsEndStack
protected int[] _namespaceAIIsEndStack(Code)



_namespaceAIIsIndex
protected int _namespaceAIIsIndex(Code)



_namespaceAIIsNamespaceName
protected String[] _namespaceAIIsNamespaceName(Code)



_namespaceAIIsPrefix
protected String[] _namespaceAIIsPrefix(Code)



_namespaceAIIsPrefixIndex
protected int[] _namespaceAIIsPrefixIndex(Code)



_namespaceAIIsStartStack
protected int[] _namespaceAIIsStartStack(Code)



_nsContext
protected NamespaceContextImpl _nsContext(Code)



_piData
protected String _piData(Code)



_piTarget
protected String _piTarget(Code)
State for processing instruction



_qNameStack
protected QualifiedName[] _qNameStack(Code)
Stack of qualified names and namespaces



_qualifiedName
protected QualifiedName _qualifiedName(Code)
Qualified name associated with START_ELEMENT or END_ELEMENT.



_stackCount
protected int _stackCount(Code)




Constructor Detail
StAXDocumentParser
public StAXDocumentParser()(Code)



StAXDocumentParser
public StAXDocumentParser(InputStream s)(Code)



StAXDocumentParser
public StAXDocumentParser(InputStream s, StAXManager manager)(Code)




Method Detail
accessLocalName
final public String accessLocalName()(Code)



accessNamespaceCount
final public int accessNamespaceCount()(Code)



accessNamespaceURI
final public String accessNamespaceURI()(Code)



accessPrefix
final public String accessPrefix()(Code)



accessTextCharacters
final public char[] accessTextCharacters()(Code)



accessTextLength
final public int accessTextLength()(Code)



accessTextStart
final public int accessTextStart()(Code)



checkTextState
final protected void checkTextState()(Code)



close
public void close() throws XMLStreamException(Code)



convertBase64AlorithmDataToCharacters
protected void convertBase64AlorithmDataToCharacters(StringBuffer buffer) throws EncodingAlgorithmException, IOException(Code)



convertEncodingAlgorithmDataToCharacters
final protected void convertEncodingAlgorithmDataToCharacters() throws FastInfosetException, IOException(Code)



getAttributeCount
final public int getAttributeCount()(Code)



getAttributeLocalName
final public String getAttributeLocalName(int index)(Code)



getAttributeName
final public javax.xml.namespace.QName getAttributeName(int index)(Code)



getAttributeNameString
final public String getAttributeNameString(int index)(Code)



getAttributeNamespace
final public String getAttributeNamespace(int index)(Code)



getAttributePrefix
final public String getAttributePrefix(int index)(Code)



getAttributeType
final public String getAttributeType(int index)(Code)



getAttributeValue
final public String getAttributeValue(String namespaceURI, String localName)(Code)



getAttributeValue
final public String getAttributeValue(int index)(Code)



getAttributesHolder
final public AttributesHolder getAttributesHolder()(Code)



getCharacterEncodingScheme
final public String getCharacterEncodingScheme()(Code)



getElementText
final public String getElementText() throws XMLStreamException(Code)
Reads the content of a text-only element. Precondition: the current event is START_ELEMENT. Postcondition: The current event is the corresponding END_ELEMENT.
throws:
  XMLStreamException - if the current event is not a START_ELEMENT or ifa non text element is encountered



getElementText
final public String getElementText(boolean startElementRead) throws XMLStreamException(Code)

Parameters:
  startElementRead - flag if start element has already been read



getEncoding
final public String getEncoding()(Code)



getEventType
final public int getEventType()(Code)



getEventTypeString
final static String getEventTypeString(int eventType)(Code)



getLocalName
final public String getLocalName()(Code)



getLocation
final public Location getLocation()(Code)



getName
final public QName getName()(Code)



getNameString
final public String getNameString()(Code)



getNamespaceContext
final public NamespaceContext getNamespaceContext()(Code)



getNamespaceCount
final public int getNamespaceCount()(Code)



getNamespaceDecl
final public String getNamespaceDecl(String prefix)(Code)



getNamespacePrefix
final public String getNamespacePrefix(int index)(Code)



getNamespaceURI
final public String getNamespaceURI(String prefix)(Code)



getNamespaceURI
final public String getNamespaceURI(int index)(Code)



getNamespaceURI
final public String getNamespaceURI()(Code)



getPIData
final public String getPIData()(Code)



getPITarget
final public String getPITarget()(Code)



getPrefix
final public String getPrefix()(Code)



getPrefixes
final public Iterator getPrefixes()(Code)



getProperty
public Object getProperty(java.lang.String name) throws java.lang.IllegalArgumentException(Code)



getText
final public String getText()(Code)



getTextAlgorithmBytes
final public byte[] getTextAlgorithmBytes()(Code)



getTextAlgorithmBytes
final public int getTextAlgorithmBytes(int sourceStart, byte[] target, int targetStart, int length) throws XMLStreamException(Code)



getTextAlgorithmBytesClone
final public byte[] getTextAlgorithmBytesClone()(Code)



getTextAlgorithmIndex
final public int getTextAlgorithmIndex()(Code)



getTextAlgorithmLength
final public int getTextAlgorithmLength()(Code)



getTextAlgorithmStart
final public int getTextAlgorithmStart()(Code)



getTextAlgorithmURI
final public String getTextAlgorithmURI()(Code)



getTextCharacters
final public char[] getTextCharacters()(Code)



getTextCharacters
final public int getTextCharacters(int sourceStart, char[] target, int targetStart, int length) throws XMLStreamException(Code)



getTextLength
final public int getTextLength()(Code)



getTextStart
final public int getTextStart()(Code)



getURI
final public String getURI(String prefix)(Code)



getVersion
final public String getVersion()(Code)



hasName
final public boolean hasName()(Code)



hasNext
final public boolean hasNext() throws XMLStreamException(Code)



hasText
final public boolean hasText()(Code)



isAttributeSpecified
final public boolean isAttributeSpecified(int index)(Code)



isBase64Follows
public boolean isBase64Follows() throws IOException(Code)



isCharacters
final public boolean isCharacters()(Code)



isEndElement
final public boolean isEndElement()(Code)



isStandalone
final public boolean isStandalone()(Code)



isStartElement
final public boolean isStartElement()(Code)



isWhiteSpace
final public boolean isWhiteSpace()(Code)
Returns true if the cursor points to a character data event that consists of all whitespace Application calling this method needs to cache the value and avoid calling this method again for the same event. true if the cursor points to all whitespace, false otherwise



next
public int next() throws XMLStreamException(Code)



nextTag
final public int nextTag() throws XMLStreamException(Code)
Skips any white space (isWhiteSpace() returns true), COMMENT, or PROCESSING_INSTRUCTION, until a START_ELEMENT or END_ELEMENT is reached. If other than white space characters, COMMENT, PROCESSING_INSTRUCTION, START_ELEMENT, END_ELEMENT are encountered, an exception is thrown. This method should be used when processing element-only content seperated by white space. This method should be used when processing element-only content because the parser is not able to recognize ignorable whitespace if then DTD is missing or not interpreted. the event type of the element read
throws:
  XMLStreamException - if the current event is not white space



nextTag
final public int nextTag(boolean currentTagRead) throws XMLStreamException(Code)
if the current tag has already read, such as in the case EventReader's peek() has been called, the current cursor should not move before the loop



onBeforeOctetBufferOverwrite
public void onBeforeOctetBufferOverwrite()(Code)



peekNext
final public int peekNext() throws XMLStreamException(Code)



processAIIEncodingAlgorithm
final protected void processAIIEncodingAlgorithm(QualifiedName name) throws FastInfosetException, IOException(Code)



processAIIs
final protected void processAIIs() throws FastInfosetException, IOException(Code)



processCIIEncodingAlgorithm
final protected void processCIIEncodingAlgorithm() throws FastInfosetException, IOException(Code)



processCommentII
final protected void processCommentII() throws FastInfosetException, IOException(Code)



processDII
final protected void processDII() throws FastInfosetException, IOException(Code)



processDIIOptionalProperties
final protected void processDIIOptionalProperties(int b) throws FastInfosetException, IOException(Code)



processEII
final protected void processEII(QualifiedName name, boolean hasAttributes) throws FastInfosetException, IOException(Code)



processEIIIndexLarge
final protected QualifiedName processEIIIndexLarge(int b) throws FastInfosetException, IOException(Code)



processEIIIndexMedium
final protected QualifiedName processEIIIndexMedium(int b) throws FastInfosetException, IOException(Code)



processEIIWithNamespaces
final protected void processEIIWithNamespaces(boolean hasAttributes) throws FastInfosetException, IOException(Code)



processLiteralQualifiedName
final protected QualifiedName processLiteralQualifiedName(int state, QualifiedName q) throws FastInfosetException, IOException(Code)



processProcessingII
final protected void processProcessingII() throws FastInfosetException, IOException(Code)



processUnexpandedEntityReference
final protected void processUnexpandedEntityReference(int b) throws FastInfosetException, IOException(Code)



require
final public void require(int type, String namespaceURI, String localName) throws XMLStreamException(Code)
Test if the current event is of the given type and if the namespace and name match the current namespace and name of the current event. If the namespaceURI is null it is not checked for equality, if the localName is null it is not checked for equality.
Parameters:
  type - the event type
Parameters:
  namespaceURI - the uri of the event, may be null
Parameters:
  localName - the localName of the event, may be null
throws:
  XMLStreamException - if the required values are not matched.



reset
public void reset()(Code)



resetOnError
protected void resetOnError()(Code)



resizeNamespaceAIIs
final protected void resizeNamespaceAIIs()(Code)



setInputStream
public void setInputStream(InputStream s)(Code)



setManager
final public void setManager(StAXManager manager)(Code)



standaloneSet
final public boolean standaloneSet()(Code)



Fields inherited from com.sun.xml.fastinfoset.Decoder
final public static String BUFFER_SIZE_SYSTEM_PROPERTY(Code)(Java Doc)
final protected static int NISTRING_EMPTY_STRING(Code)(Java Doc)
final protected static int NISTRING_ENCODING_ALGORITHM(Code)(Java Doc)
final protected static int NISTRING_INDEX(Code)(Java Doc)
final protected static int NISTRING_STRING(Code)(Java Doc)
final public static String STRING_INTERNING_SYSTEM_PROPERTY(Code)(Java Doc)
final protected static char[] XMLNS_NAMESPACE_NAME_CHARS(Code)(Java Doc)
final protected static char[] XMLNS_NAMESPACE_PREFIX_CHARS(Code)(Java Doc)
final protected static char[] XML_NAMESPACE_NAME_CHARS(Code)(Java Doc)
protected boolean _addToTable(Code)(Java Doc)
protected QualifiedNameArray _attributeNameTable(Code)(Java Doc)
protected StringArray _attributeValueTable(Code)(Java Doc)
protected int _b(Code)(Java Doc)
protected int _bufferSize(Code)(Java Doc)
protected char[] _charBuffer(Code)(Java Doc)
protected int _charBufferLength(Code)(Java Doc)
protected ContiguousCharArrayArray _characterContentChunkTable(Code)(Java Doc)
protected boolean _doubleTerminate(Code)(Java Doc)
protected DuplicateAttributeVerifier _duplicateAttributeVerifier(Code)(Java Doc)
protected QualifiedNameArray _elementNameTable(Code)(Java Doc)
protected int _identifier(Code)(Java Doc)
protected int _integer(Code)(Java Doc)
protected int _namespaceNameIndex(Code)(Java Doc)
protected boolean _needForceStreamClose(Code)(Java Doc)
protected List _notations(Code)(Java Doc)
protected byte[] _octetBuffer(Code)(Java Doc)
protected int _octetBufferEnd(Code)(Java Doc)
protected int _octetBufferLength(Code)(Java Doc)
protected int _octetBufferOffset(Code)(Java Doc)
protected int _octetBufferStart(Code)(Java Doc)
protected boolean _parseFragments(Code)(Java Doc)
protected int _prefixIndex(Code)(Java Doc)
protected PrefixArray _prefixTable(Code)(Java Doc)
protected Map _registeredEncodingAlgorithms(Code)(Java Doc)
protected boolean _terminate(Code)(Java Doc)
protected List _unparsedEntities(Code)(Java Doc)
protected ParserVocabulary _v(Code)(Java Doc)

Methods inherited from com.sun.xml.fastinfoset.Decoder
final protected boolean _isFastInfosetDocument() throws IOException(Code)(Java Doc)
final protected void closeIfRequired() throws IOException(Code)(Java Doc)
protected String createQualifiedNameString(char[] first, String second)(Code)(Java Doc)
final protected void decodeAdditionalData() throws FastInfosetException, IOException(Code)(Java Doc)
final protected void decodeAlphabetOctetsAsCharBuffer(char[] restrictedAlphabet) throws FastInfosetException, IOException(Code)(Java Doc)
final protected String decodeCharacterEncodingScheme() throws FastInfosetException, IOException(Code)(Java Doc)
final protected void decodeDII() throws FastInfosetException, IOException(Code)(Java Doc)
final protected QualifiedName decodeEIIIndexLarge() throws FastInfosetException, IOException(Code)(Java Doc)
final protected QualifiedName decodeEIIIndexMedium() throws FastInfosetException, IOException(Code)(Java Doc)
final protected void decodeFourBitAlphabetOctetsAsCharBuffer(char[] restrictedAlphabet) throws FastInfosetException, IOException(Code)(Java Doc)
final protected void decodeHeader() throws FastInfosetException, IOException(Code)(Java Doc)
final protected String decodeIdentifyingNonEmptyStringIndexOnFirstBitAsNamespaceName(boolean prefixPresent) throws FastInfosetException, IOException(Code)(Java Doc)
final protected String decodeIdentifyingNonEmptyStringIndexOnFirstBitAsPrefix(boolean namespaceNamePresent) throws FastInfosetException, IOException(Code)(Java Doc)
final protected String decodeIdentifyingNonEmptyStringOnFirstBit(StringArray table) throws FastInfosetException, IOException(Code)(Java Doc)
final protected String decodeIdentifyingNonEmptyStringOnFirstBitAsNamespaceName(boolean prefixPresent) throws FastInfosetException, IOException(Code)(Java Doc)
final protected String decodeIdentifyingNonEmptyStringOnFirstBitAsPrefix(boolean namespaceNamePresent) throws FastInfosetException, IOException(Code)(Java Doc)
final protected void decodeInitialVocabulary() throws FastInfosetException, IOException(Code)(Java Doc)
final protected int decodeIntegerIndexOnSecondBit() throws FastInfosetException, IOException(Code)(Java Doc)
final protected QualifiedName decodeLiteralQualifiedName(int state, QualifiedName q) throws FastInfosetException, IOException(Code)(Java Doc)
final protected void decodeNonEmptyOctetStringLengthOnSecondBit() throws FastInfosetException, IOException(Code)(Java Doc)
final protected void decodeNonEmptyOctetStringOnSecondBitAsUtf8CharArray() throws FastInfosetException, IOException(Code)(Java Doc)
final protected String decodeNonEmptyOctetStringOnSecondBitAsUtf8String() throws FastInfosetException, IOException(Code)(Java Doc)
final protected int decodeNonIdentifyingStringOnFirstBit() throws FastInfosetException, IOException(Code)(Java Doc)
final protected void decodeNotations() throws FastInfosetException, IOException(Code)(Java Doc)
final protected void decodeOctetsOnFifthBitOfNonIdentifyingStringOnFirstBit(int b) throws FastInfosetException, IOException(Code)(Java Doc)
final protected void decodeOctetsOnSeventhBitOfNonIdentifyingStringOnThirdBit(int b) throws FastInfosetException, IOException(Code)(Java Doc)
final protected String decodeRAOctetsAsString(char[] restrictedAlphabet) throws FastInfosetException, IOException(Code)(Java Doc)
final protected void decodeRestrictedAlphabetAsCharBuffer() throws FastInfosetException, IOException(Code)(Java Doc)
final protected String decodeRestrictedAlphabetAsString() throws FastInfosetException, IOException(Code)(Java Doc)
final protected void decodeUnparsedEntities() throws FastInfosetException, IOException(Code)(Java Doc)
final protected void decodeUtf16StringAsCharBuffer() throws IOException(Code)(Java Doc)
final protected String decodeUtf16StringAsString() throws IOException(Code)(Java Doc)
final protected void decodeUtf8NCNameIntoCharBuffer() throws IOException(Code)(Java Doc)
final protected void decodeUtf8StringAsCharBuffer() throws IOException(Code)(Java Doc)
final protected void decodeUtf8StringAsCharBuffer(char[] ch, int offset) throws IOException(Code)(Java Doc)
final protected String decodeUtf8StringAsString() throws IOException(Code)(Java Doc)
final protected void decodeUtf8StringIntoCharBuffer() throws IOException(Code)(Java Doc)
final protected void decodeUtf8StringIntoCharBuffer(char[] ch, int offset) throws IOException(Code)(Java Doc)
final protected String decodeVersion() throws FastInfosetException, IOException(Code)(Java Doc)
public int getBufferSize()(Code)(Java Doc)
public Map getExternalVocabularies()(Code)(Java Doc)
public boolean getForceStreamClose()(Code)(Java Doc)
public boolean getParseFragments()(Code)(Java Doc)
public Map getRegisteredEncodingAlgorithms()(Code)(Java Doc)
public boolean getStringInterning()(Code)(Java Doc)
public static boolean isFastInfosetDocument(InputStream s) throws IOException(Code)(Java Doc)
final protected int peek() throws IOException(Code)(Java Doc)
final protected int peek(OctetBufferListener octetBufferListener) throws IOException(Code)(Java Doc)
final protected int peek2(OctetBufferListener octetBufferListener) throws IOException(Code)(Java Doc)
final protected int read() throws IOException(Code)(Java Doc)
public void reset()(Code)(Java Doc)
public void setBufferSize(int bufferSize)(Code)(Java Doc)
public void setExternalVocabularies(Map referencedVocabualries)(Code)(Java Doc)
public void setForceStreamClose(boolean needForceStreamClose)(Code)(Java Doc)
public void setInputStream(InputStream s)(Code)(Java Doc)
public void setParseFragments(boolean parseFragments)(Code)(Java Doc)
public void setRegisteredEncodingAlgorithms(Map algorithms)(Code)(Java Doc)
public void setStringInterning(boolean stringInterning)(Code)(Java Doc)
public void setVocabulary(ParserVocabulary v)(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.