Java Doc for StAXDocumentSerializer.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) 


com.sun.xml.fastinfoset.Encoder
   com.sun.xml.fastinfoset.stax.StAXDocumentSerializer

StAXDocumentSerializer
public class StAXDocumentSerializer extends Encoder implements XMLStreamWriter,LowLevelFastInfosetStreamWriter(Code)
The Fast Infoset StAX serializer.

Instantiate this serializer to serialize a fast infoset document in accordance with the StAX API.

More than one fast infoset document may be encoded to the java.io.OutputStream .



Field Summary
protected  String[]_attributesArray
     List of attributes qnames and values defined in the current element.
protected  int_attributesArrayIndex
    
protected  String_currentLocalName
     Local name of current element.
protected  String_currentPrefix
     Prefix of current element.
protected  String_currentUri
     Namespace of current element.
protected  String_encoding
    
protected  boolean_inStartElement
     This flag indicates when there is a pending start element event.
protected  boolean_isEmptyElement
     This flag indicates if the current element is empty.
protected  StAXManager_manager
    
protected  String[]_namespacesArray
     List of namespaces defined in the current element.
protected  int_namespacesArrayIndex
    
protected  NamespaceContextImplementation_nsContext
     Mapping between uris and prefixes.
protected  boolean[]_nsSupportContextStack
    
protected  int_stackCount
    

Constructor Summary
public  StAXDocumentSerializer()
    
public  StAXDocumentSerializer(OutputStream outputStream)
    
public  StAXDocumentSerializer(OutputStream outputStream, StAXManager manager)
    

Method Summary
public  voidclose()
    
protected  voidencodeTerminationAndCurrentElement(boolean terminateAfter)
    
public  voidflush()
    
final public  intgetLocalNameIndex()
    
public  NamespaceContextgetNamespaceContext()
    
final public  intgetNextAttributeIndex()
    
final public  intgetNextElementIndex()
    
final public  intgetNextLocalNameIndex()
    
public  StringgetPrefix(String uri)
    
public  ObjectgetProperty(java.lang.String name)
    
final public  voidinitiateLowLevelWriting()
    
public  voidreset()
    
public  voidsetDefaultNamespace(String uri)
    
public  voidsetEncoding(String encoding)
    
public  voidsetManager(StAXManager manager)
    
public  voidsetNamespaceContext(NamespaceContext context)
     Sets the current namespace context for prefix and uri bindings. This context becomes the root namespace context for writing and will replace the current root namespace context.
public  voidsetPrefix(String prefix, String uri)
    
public  voidwriteAttribute(String localName, String value)
    
public  voidwriteAttribute(String namespaceURI, String localName, String value)
    
public  voidwriteAttribute(String prefix, String namespaceURI, String localName, String value)
    
public  voidwriteCData(String data)
    
public  voidwriteCharacters(String text)
    
public  voidwriteCharacters(char[] text, int start, int len)
    
public  voidwriteComment(String data)
    
public  voidwriteDTD(String dtd)
    
public  voidwriteDefaultNamespace(String namespaceURI)
    
public  voidwriteEmptyElement(String localName)
    
public  voidwriteEmptyElement(String namespaceURI, String localName)
    
public  voidwriteEmptyElement(String prefix, String localName, String namespaceURI)
    
public  voidwriteEndDocument()
    
public  voidwriteEndElement()
    
public  voidwriteEntityRef(String name)
    
final public  booleanwriteLowLevelAttribute(String prefix, String namespaceURI, String localName)
    
final public  voidwriteLowLevelAttributeIndexed(int index)
    
final public  voidwriteLowLevelAttributeValue(String value)
    
final public  voidwriteLowLevelEndElement()
    
final public  voidwriteLowLevelEndNamespaces()
    
final public  voidwriteLowLevelEndStartElement()
    
final public  voidwriteLowLevelNamespace(String prefix, String namespaceName)
    
final public  voidwriteLowLevelOctets(byte[] octets, int length)
    
final public  voidwriteLowLevelStartAttributes()
    
final public  booleanwriteLowLevelStartElement(int type, String prefix, String localName, String namespaceURI)
    
final public  voidwriteLowLevelStartElementIndexed(int type, int index)
    
final public  voidwriteLowLevelStartNameLiteral(int type, String prefix, byte[] utf8LocalName, String namespaceURI)
    
final public  voidwriteLowLevelStartNameLiteral(int type, String prefix, int localNameIndex, String namespaceURI)
    
final public  voidwriteLowLevelStartNamespaces()
    
final public  voidwriteLowLevelTerminationAndMark()
    
final public  voidwriteLowLevelText(char[] text, int length)
    
final public  voidwriteLowLevelText(String text)
    
public  voidwriteNamespace(String prefix, String namespaceURI)
    
public  voidwriteOctets(byte[] b, int start, int len)
    
public  voidwriteProcessingInstruction(String target)
    
public  voidwriteProcessingInstruction(String target, String data)
    
public  voidwriteStartDocument()
    
public  voidwriteStartDocument(String version)
    
public  voidwriteStartDocument(String encoding, String version)
    
public  voidwriteStartElement(String localName)
    
public  voidwriteStartElement(String namespaceURI, String localName)
    
public  voidwriteStartElement(String prefix, String localName, String namespaceURI)
    

Field Detail
_attributesArray
protected String[] _attributesArray(Code)
List of attributes qnames and values defined in the current element.



_attributesArrayIndex
protected int _attributesArrayIndex(Code)



_currentLocalName
protected String _currentLocalName(Code)
Local name of current element.



_currentPrefix
protected String _currentPrefix(Code)
Prefix of current element.



_currentUri
protected String _currentUri(Code)
Namespace of current element.



_encoding
protected String _encoding(Code)



_inStartElement
protected boolean _inStartElement(Code)
This flag indicates when there is a pending start element event.



_isEmptyElement
protected boolean _isEmptyElement(Code)
This flag indicates if the current element is empty.



_manager
protected StAXManager _manager(Code)



_namespacesArray
protected String[] _namespacesArray(Code)
List of namespaces defined in the current element.



_namespacesArrayIndex
protected int _namespacesArrayIndex(Code)



_nsContext
protected NamespaceContextImplementation _nsContext(Code)
Mapping between uris and prefixes.



_nsSupportContextStack
protected boolean[] _nsSupportContextStack(Code)



_stackCount
protected int _stackCount(Code)




Constructor Detail
StAXDocumentSerializer
public StAXDocumentSerializer()(Code)



StAXDocumentSerializer
public StAXDocumentSerializer(OutputStream outputStream)(Code)



StAXDocumentSerializer
public StAXDocumentSerializer(OutputStream outputStream, StAXManager manager)(Code)




Method Detail
close
public void close() throws XMLStreamException(Code)



encodeTerminationAndCurrentElement
protected void encodeTerminationAndCurrentElement(boolean terminateAfter) throws XMLStreamException(Code)



flush
public void flush() throws XMLStreamException(Code)



getLocalNameIndex
final public int getLocalNameIndex()(Code)



getNamespaceContext
public NamespaceContext getNamespaceContext()(Code)



getNextAttributeIndex
final public int getNextAttributeIndex()(Code)



getNextElementIndex
final public int getNextElementIndex()(Code)



getNextLocalNameIndex
final public int getNextLocalNameIndex()(Code)



getPrefix
public String getPrefix(String uri) throws XMLStreamException(Code)



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



initiateLowLevelWriting
final public void initiateLowLevelWriting() throws XMLStreamException(Code)



reset
public void reset()(Code)



setDefaultNamespace
public void setDefaultNamespace(String uri) throws XMLStreamException(Code)



setEncoding
public void setEncoding(String encoding)(Code)



setManager
public void setManager(StAXManager manager)(Code)



setNamespaceContext
public void setNamespaceContext(NamespaceContext context) throws XMLStreamException(Code)
Sets the current namespace context for prefix and uri bindings. This context becomes the root namespace context for writing and will replace the current root namespace context. Subsequent calls to setPrefix and setDefaultNamespace will bind namespaces using the context passed to the method as the root context for resolving namespaces. This method may only be called once at the start of the document. It does not cause the namespaces to be declared. If a namespace URI to prefix mapping is found in the namespace context it is treated as declared and the prefix may be used by the StreamWriter.
Parameters:
  context - the namespace context to use for this writer, may not be null
throws:
  XMLStreamException -



setPrefix
public void setPrefix(String prefix, String uri) throws XMLStreamException(Code)



writeAttribute
public void writeAttribute(String localName, String value) throws XMLStreamException(Code)



writeAttribute
public void writeAttribute(String namespaceURI, String localName, String value) throws XMLStreamException(Code)



writeAttribute
public void writeAttribute(String prefix, String namespaceURI, String localName, String value) throws XMLStreamException(Code)



writeCData
public void writeCData(String data) throws XMLStreamException(Code)



writeCharacters
public void writeCharacters(String text) throws XMLStreamException(Code)



writeCharacters
public void writeCharacters(char[] text, int start, int len) throws XMLStreamException(Code)



writeComment
public void writeComment(String data) throws XMLStreamException(Code)



writeDTD
public void writeDTD(String dtd) throws XMLStreamException(Code)



writeDefaultNamespace
public void writeDefaultNamespace(String namespaceURI) throws XMLStreamException(Code)



writeEmptyElement
public void writeEmptyElement(String localName) throws XMLStreamException(Code)



writeEmptyElement
public void writeEmptyElement(String namespaceURI, String localName) throws XMLStreamException(Code)



writeEmptyElement
public void writeEmptyElement(String prefix, String localName, String namespaceURI) throws XMLStreamException(Code)



writeEndDocument
public void writeEndDocument() throws XMLStreamException(Code)



writeEndElement
public void writeEndElement() throws XMLStreamException(Code)



writeEntityRef
public void writeEntityRef(String name) throws XMLStreamException(Code)



writeLowLevelAttribute
final public boolean writeLowLevelAttribute(String prefix, String namespaceURI, String localName) throws IOException(Code)



writeLowLevelAttributeIndexed
final public void writeLowLevelAttributeIndexed(int index) throws IOException(Code)



writeLowLevelAttributeValue
final public void writeLowLevelAttributeValue(String value) throws IOException(Code)



writeLowLevelEndElement
final public void writeLowLevelEndElement() throws IOException(Code)



writeLowLevelEndNamespaces
final public void writeLowLevelEndNamespaces() throws IOException(Code)



writeLowLevelEndStartElement
final public void writeLowLevelEndStartElement() throws IOException(Code)



writeLowLevelNamespace
final public void writeLowLevelNamespace(String prefix, String namespaceName) throws IOException(Code)



writeLowLevelOctets
final public void writeLowLevelOctets(byte[] octets, int length) throws IOException(Code)



writeLowLevelStartAttributes
final public void writeLowLevelStartAttributes() throws IOException(Code)



writeLowLevelStartElement
final public boolean writeLowLevelStartElement(int type, String prefix, String localName, String namespaceURI) throws IOException(Code)



writeLowLevelStartElementIndexed
final public void writeLowLevelStartElementIndexed(int type, int index) throws IOException(Code)



writeLowLevelStartNameLiteral
final public void writeLowLevelStartNameLiteral(int type, String prefix, byte[] utf8LocalName, String namespaceURI) throws IOException(Code)



writeLowLevelStartNameLiteral
final public void writeLowLevelStartNameLiteral(int type, String prefix, int localNameIndex, String namespaceURI) throws IOException(Code)



writeLowLevelStartNamespaces
final public void writeLowLevelStartNamespaces() throws IOException(Code)



writeLowLevelTerminationAndMark
final public void writeLowLevelTerminationAndMark() throws IOException(Code)



writeLowLevelText
final public void writeLowLevelText(char[] text, int length) throws IOException(Code)



writeLowLevelText
final public void writeLowLevelText(String text) throws IOException(Code)



writeNamespace
public void writeNamespace(String prefix, String namespaceURI) throws XMLStreamException(Code)



writeOctets
public void writeOctets(byte[] b, int start, int len) throws XMLStreamException(Code)



writeProcessingInstruction
public void writeProcessingInstruction(String target) throws XMLStreamException(Code)



writeProcessingInstruction
public void writeProcessingInstruction(String target, String data) throws XMLStreamException(Code)



writeStartDocument
public void writeStartDocument() throws XMLStreamException(Code)



writeStartDocument
public void writeStartDocument(String version) throws XMLStreamException(Code)



writeStartDocument
public void writeStartDocument(String encoding, String version) throws XMLStreamException(Code)



writeStartElement
public void writeStartElement(String localName) throws XMLStreamException(Code)



writeStartElement
public void writeStartElement(String namespaceURI, String localName) throws XMLStreamException(Code)



writeStartElement
public void writeStartElement(String prefix, String localName, String namespaceURI) throws XMLStreamException(Code)



Fields inherited from com.sun.xml.fastinfoset.Encoder
final public static String CHARACTER_ENCODING_SCHEME_SYSTEM_PROPERTY(Code)(Java Doc)
protected static int[] DATE_TIME_CHARACTERS_TABLE(Code)(Java Doc)
protected static int[] NUMERIC_CHARACTERS_TABLE(Code)(Java Doc)
protected int _b(Code)(Java Doc)
protected char[] _charBuffer(Code)(Java Doc)
final protected static String _characterEncodingSchemeSystemDefault(Code)(Java Doc)
protected int _markIndex(Code)(Java Doc)
protected byte[] _octetBuffer(Code)(Java Doc)
protected int _octetBufferIndex(Code)(Java Doc)
protected OutputStream _s(Code)(Java Doc)
protected boolean _terminate(Code)(Java Doc)
protected SerializerVocabulary _v(Code)(Java Doc)
protected VocabularyApplicationData _vData(Code)(Java Doc)
protected int attributeValueMapTotalCharactersConstraint(Code)(Java Doc)
protected int attributeValueSizeConstraint(Code)(Java Doc)
protected int characterContentChunkMapTotalCharactersConstraint(Code)(Java Doc)
protected int characterContentChunkSizeContraint(Code)(Java Doc)

Methods inherited from com.sun.xml.fastinfoset.Encoder
final protected void encodeAIIBuiltInAlgorithmData(int id, Object data, int offset, int length) throws IOException(Code)(Java Doc)
final protected void encodeAIIObjectAlgorithmData(int id, Object data, EncodingAlgorithm ea) throws FastInfosetException, IOException(Code)(Java Doc)
final protected void encodeAIIOctetAlgorithmData(int id, byte[] d, int offset, int length) throws IOException(Code)(Java Doc)
final protected void encodeAlphabetCharacters(String alphabet, char[] ch, int offset, int length, boolean addToTable) throws FastInfosetException, IOException(Code)(Java Doc)
final protected void encodeAttributeQualifiedNameOnSecondBit(String namespaceURI, String prefix, String localName) throws IOException(Code)(Java Doc)
final protected void encodeCIIBuiltInAlgorithmData(int id, Object data, int offset, int length) throws FastInfosetException, IOException(Code)(Java Doc)
final protected void encodeCIIBuiltInAlgorithmDataAsCDATA(char[] ch, int offset, int length) throws FastInfosetException, IOException(Code)(Java Doc)
final protected void encodeCIIObjectAlgorithmData(int id, Object data, EncodingAlgorithm ea) throws FastInfosetException, IOException(Code)(Java Doc)
final protected void encodeCIIOctetAlgorithmData(int id, byte[] d, int offset, int length) throws IOException(Code)(Java Doc)
final protected void encodeCharacters(char[] ch, int offset, int length) throws IOException(Code)(Java Doc)
final protected void encodeCharactersNoClone(char[] ch, int offset, int length) throws IOException(Code)(Java Doc)
final protected void encodeComment(char[] ch, int offset, int length) throws IOException(Code)(Java Doc)
final protected void encodeCommentNoClone(char[] ch, int offset, int length) throws IOException(Code)(Java Doc)
final protected void encodeDocumentTermination() throws IOException(Code)(Java Doc)
final protected void encodeDocumentTypeDeclaration(String systemId, String publicId) throws IOException(Code)(Java Doc)
final protected void encodeElementQualifiedNameOnThirdBit(String namespaceURI, String prefix, String localName) throws IOException(Code)(Java Doc)
final protected void encodeElementTermination() throws IOException(Code)(Java Doc)
final protected void encodeFourBitCharacters(int id, int[] table, char[] ch, int offset, int length, boolean addToTable) throws FastInfosetException, IOException(Code)(Java Doc)
final protected void encodeHeader(boolean encodeXmlDecl) throws IOException(Code)(Java Doc)
final protected void encodeIdentifyingNonEmptyStringOnFirstBit(String s, StringIntMap map) throws IOException(Code)(Java Doc)
final protected void encodeInitialVocabulary() throws IOException(Code)(Java Doc)
final protected boolean encodeLiteralAttributeQualifiedNameOnSecondBit(String namespaceURI, String prefix, String localName, LocalNameQualifiedNamesMap.Entry entry) throws IOException(Code)(Java Doc)
final protected void encodeLiteralElementQualifiedNameOnThirdBit(String namespaceURI, String prefix, String localName, LocalNameQualifiedNamesMap.Entry entry) throws IOException(Code)(Java Doc)
final protected void encodeNamespaceAttribute(String prefix, String uri) throws IOException(Code)(Java Doc)
final protected void encodeNonEmptyCharacterStringOnFifthBit(String s) throws IOException(Code)(Java Doc)
final protected void encodeNonEmptyCharacterStringOnFifthBit(char[] ch, int offset, int length) throws IOException(Code)(Java Doc)
final protected void encodeNonEmptyCharacterStringOnSeventhBit(char[] ch, int offset, int length) throws IOException(Code)(Java Doc)
final protected void encodeNonEmptyFourBitCharacterString(int[] table, char[] ch, int offset, int octetPairLength, int octetSingleLength) throws FastInfosetException, IOException(Code)(Java Doc)
final protected void encodeNonEmptyFourBitCharacterStringOnSeventhBit(int[] table, char[] ch, int offset, int length) throws FastInfosetException, IOException(Code)(Java Doc)
final protected void encodeNonEmptyNBitCharacterStringOnSeventhBit(String alphabet, char[] ch, int offset, int length) throws FastInfosetException, IOException(Code)(Java Doc)
final protected void encodeNonEmptyOctetStringOnSecondBit(String s) throws IOException(Code)(Java Doc)
final protected void encodeNonEmptyUTF8StringAsOctetString(int b, String s, int[] constants) throws IOException(Code)(Java Doc)
final protected void encodeNonEmptyUTF8StringAsOctetString(int b, char ch, int offset, int length, int[] constants) throws IOException(Code)(Java Doc)
final protected void encodeNonIdentifyingStringOnFirstBit(String s, StringIntMap map, boolean addToTable) throws IOException(Code)(Java Doc)
final protected void encodeNonIdentifyingStringOnFirstBit(String s, CharArrayIntMap map, boolean addToTable) throws IOException(Code)(Java Doc)
final protected void encodeNonIdentifyingStringOnFirstBit(char[] ch, int offset, int length, CharArrayIntMap map, boolean addToTable, boolean clone) throws IOException(Code)(Java Doc)
final protected void encodeNonIdentifyingStringOnFirstBit(int id, int[] table, String s, boolean addToTable) throws IOException, FastInfosetException(Code)(Java Doc)
final protected void encodeNonIdentifyingStringOnFirstBit(String URI, int id, Object data) throws FastInfosetException, IOException(Code)(Java Doc)
final protected void encodeNonIdentifyingStringOnThirdBit(char[] ch, int offset, int length, CharArrayIntMap map, boolean addToTable, boolean clone) throws IOException(Code)(Java Doc)
final protected void encodeNonIdentifyingStringOnThirdBit(String URI, int id, Object data) throws FastInfosetException, IOException(Code)(Java Doc)
final protected void encodeNonIdentifyingStringOnThirdBit(String URI, int id, byte[] d, int offset, int length) throws FastInfosetException, IOException(Code)(Java Doc)
final protected void encodeNonZeroInteger(int b, int i, int[] constants) throws IOException(Code)(Java Doc)
final protected void encodeNonZeroIntegerOnFourthBit(int i) throws IOException(Code)(Java Doc)
final protected void encodeNonZeroIntegerOnSecondBitFirstBitOne(int i) throws IOException(Code)(Java Doc)
final protected void encodeNonZeroIntegerOnSecondBitFirstBitZero(int i) throws IOException(Code)(Java Doc)
final protected void encodeNonZeroIntegerOnThirdBit(int i) throws IOException(Code)(Java Doc)
final protected void encodeNonZeroOctetStringLength(int b, int length, int[] constants) throws IOException(Code)(Java Doc)
final protected void encodeNonZeroOctetStringLengthOnFifthBit(int length) throws IOException(Code)(Java Doc)
final protected void encodeNonZeroOctetStringLengthOnSecondBit(int length) throws IOException(Code)(Java Doc)
final protected void encodeNonZeroOctetStringLengthOnSenventhBit(int length) throws IOException(Code)(Java Doc)
final protected void encodeProcessingInstruction(String target, String data) throws IOException(Code)(Java Doc)
final protected void encodeTermination() throws IOException(Code)(Java Doc)
final protected int encodeUTF8String(String s) throws IOException(Code)(Java Doc)
final protected int encodeUTF8String(char[] ch, int offset, int length) throws IOException(Code)(Java Doc)
final protected int encodeUtf16String(String s) throws IOException(Code)(Java Doc)
final protected int encodeUtf16String(char[] ch, int offset, int length) throws IOException(Code)(Java Doc)
public int getAttributeValueMapMemoryLimit()(Code)(Java Doc)
public int getAttributeValueSizeLimit()(Code)(Java Doc)
public int getCharacterContentChunkMapMemoryLimit()(Code)(Java Doc)
public int getCharacterContentChunkSizeLimit()(Code)(Java Doc)
public String getCharacterEncodingScheme()(Code)(Java Doc)
final public boolean getIgnoreComments()(Code)(Java Doc)
final public boolean getIgnoreDTD()(Code)(Java Doc)
final public boolean getIgnoreProcesingInstructions()(Code)(Java Doc)
final public boolean getIgnoreWhiteSpaceTextContent()(Code)(Java Doc)
public static String getPrefixFromQualifiedName(String qName)(Code)(Java Doc)
public Map getRegisteredEncodingAlgorithms()(Code)(Java Doc)
public VocabularyApplicationData getVocabularyApplicationData()(Code)(Java Doc)
final protected boolean hasMark()(Code)(Java Doc)
public boolean isAttributeValueLengthMatchesLimit(int length)(Code)(Java Doc)
public boolean isCharacterContentChunkLengthMatchesLimit(int length, CharArrayIntMap map)(Code)(Java Doc)
public static boolean isWhiteSpace(char[] ch, int start, int length)(Code)(Java Doc)
public static boolean isWhiteSpace(String s)(Code)(Java Doc)
final protected void mark()(Code)(Java Doc)
public void reset()(Code)(Java Doc)
final protected void resetMark()(Code)(Java Doc)
public void setAttributeValueMapMemoryLimit(int size)(Code)(Java Doc)
public void setAttributeValueSizeLimit(int size)(Code)(Java Doc)
public void setCharacterContentChunkMapMemoryLimit(int size)(Code)(Java Doc)
public void setCharacterContentChunkSizeLimit(int size)(Code)(Java Doc)
public void setCharacterEncodingScheme(String characterEncodingScheme)(Code)(Java Doc)
public void setExternalVocabulary(ExternalVocabulary v)(Code)(Java Doc)
final public void setIgnoreComments(boolean ignoreComments)(Code)(Java Doc)
final public void setIgnoreDTD(boolean ignoreDTD)(Code)(Java Doc)
final public void setIgnoreProcesingInstructions(boolean ignoreProcesingInstructions)(Code)(Java Doc)
final public void setIgnoreWhiteSpaceTextContent(boolean ignoreWhiteSpaceTextContent)(Code)(Java Doc)
public void setOutputStream(OutputStream s)(Code)(Java Doc)
public void setRegisteredEncodingAlgorithms(Map algorithms)(Code)(Java Doc)
public void setVocabulary(SerializerVocabulary vocabulary)(Code)(Java Doc)
public void setVocabularyApplicationData(VocabularyApplicationData data)(Code)(Java Doc)
final protected void write(int i) throws IOException(Code)(Java Doc)
final protected void write(byte[] b, int length) throws IOException(Code)(Java Doc)
final protected void write(byte[] b, int offset, int length) throws IOException(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.