Java Doc for DOMParser.java in  » Web-Server » Rimfaxe-Web-Server » org » apache » xerces » parsers » 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 » Web Server » Rimfaxe Web Server » org.apache.xerces.parsers 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.xerces.framework.XMLParser
      org.apache.xerces.parsers.DOMParser

DOMParser
public class DOMParser extends XMLParser implements XMLDocumentHandler(Code)
DOMParser provides a parser which produces a W3C DOM tree as its output
version:
   $Id: DOMParser.java,v 1.51 2001/07/09 19:29:09 sandygao Exp $


Field Summary
final public static  StringDEFAULT_DEFERRED_DOCUMENT_CLASS_NAME
     Default deferred document class name (org.apache.xerces.dom.DeferredDocumentImpl).
final public static  StringDEFAULT_DOCUMENT_CLASS_NAME
     Default programmatic document class name (org.apache.xerces.dom.DocumentImpl).
protected  intfAmpIndex
    
protected  intfAposIndex
    
protected  NodefCurrentElementNode
    
protected  intfCurrentEntityName
    
protected  intfCurrentEntityNode
    
protected  intfCurrentNodeIndex
    
protected  DeferredDocumentImplfDeferredDocumentImpl
    
protected  DocumentfDocument
    
protected  DocumentImplfDocumentImpl
    
protected  intfDocumentIndex
    
protected  DocumentTypefDocumentType
    
protected  intfDocumentTypeIndex
    
protected  intfGtIndex
    
protected  booleanfInCDATA
    
protected  booleanfInDTD
    
protected  intfLtIndex
    
protected  intfQuotIndex
    
protected  booleanfWithinElement
    

Constructor Summary
public  DOMParser()
     Default constructor.

Method Summary
public  voidattlistDecl(QName elementDecl, QName attributeDecl, int attType, boolean attList, String enumString, int attDefaultType, int attDefaultValue)
    
public  voidcharacters(int dataIndex)
     Characters.
public  voidcharacters(char ch, int start, int length)
    
public  voidcomment(int dataIndex)
     Comment.
public  voidelementDecl(QName elementDecl, int contentSpecType, int contentSpecIndex, XMLContentSpec.Provider contentSpecProvider)
    
public  voidendCDATA()
     End CDATA section.
public  voidendDTD()
     This function will be called at the end of the DTD.
public  voidendDocument()
     End document.
public  voidendElement(QName elementQName)
     End element.
public  voidendEntityReference(int entityName, int entityType, int entityContext)
     End entity reference.
public  voidendNamespaceDeclScope(int prefix)
     Report the end of the scope of a namespace declaration.
public  voidexternalEntityDecl(int entityNameIndex, int publicIdIndex, int systemIdIndex)
    
public  voidexternalPEDecl(int entityNameIndex, int publicIdIndex, int systemIdIndex)
    
public  booleangetCreateEntityReferenceNodes()
     Returns true if entity references within the document are included in the document tree as EntityReference nodes.
protected  ElementgetCurrentElementNode()
     Returns the current element node.
protected  booleangetDeferNodeExpansion()
     Returns true if the expansion of the nodes in the default DOM implementation are deferred.
public  DocumentgetDocument()
     Returns the document.
protected  StringgetDocumentClassName()
     Returns the fully qualified class name of the document factory used when constructing the DOM tree.
public  booleangetFeature(String featureId)
     Query the current state of any feature in a SAX2 parser.
public  String[]getFeaturesRecognized()
     Returns a list of features that this parser recognizes.
public  booleangetIncludeIgnorableWhitespace()
     Returns true if ignorable whitespace text nodes are included in the DOM tree.
public  String[]getPropertiesRecognized()
     Returns a list of properties that this parser recognizes.
public  ObjectgetProperty(String propertyId)
     Return the current value of a property in a SAX2 parser. The parser might not recognize the property.
Parameters:
  propertyId - The unique identifier (URI) of the propertybeing set.
public  voidignorableWhitespace(int dataIndex)
     Ignorable whitespace.
public  voidignorableWhitespace(char ch, int start, int length)
     Not called.
protected  voidinit()
     Initializes the parser to a pre-parse state.
public  voidinternalEntityDecl(int entityNameIndex, int entityValueIndex)
    
public  voidinternalPEDecl(int entityNameIndex, int entityValueIndex)
    
public  voidinternalSubset(int internalSubset)
     Supports DOM Level 2 internalSubset additions.
public  voidnotationDecl(int notationNameIndex, int publicIdIndex, int systemIdIndex)
    
public  voidprocessingInstruction(int targetIndex, int dataIndex)
     Processing instruction.
public  voidreset()
     Resets the parser.
public  voidresetOrCopy()
     Resets or copies the parser.
protected  voidsetCreateEntityReferenceNodes(boolean create)
     This feature determines whether entity references within the document are included in the document tree as EntityReference nodes.

Note: The children of the entity reference are always added to the document.

protected  voidsetDeferNodeExpansion(boolean deferNodeExpansion)
     This method sets whether the expansion of the nodes in the default DOM implementation are deferred.
protected  voidsetDocumentClassName(String documentClassName)
     This method allows the programmer to decide which document factory to use when constructing the DOM tree.
public  voidsetFeature(String featureId, boolean state)
     Set the state of any feature in a SAX2 parser.
public  voidsetIncludeIgnorableWhitespace(boolean include)
     This feature determines whether text nodes that can be considered "ignorable whitespace" are included in the DOM tree.

Note: The only way that the parser can determine if text is ignorable is by reading the associated grammar and having a content model for the document.

public  voidsetProperty(String propertyId, Object value)
     Set the value of any property in a SAX2 parser.
public  voidstartCDATA()
     Start CDATA section.
public  voidstartDTD(QName rootElement, int publicId, int systemId)
     This function will be called when a <!DOCTYPE...> declaration is encountered.
public  voidstartDocument()
     Start document.
public  voidstartElement(QName elementQName, XMLAttrList xmlAttrList, int attrListIndex)
     Start element.
public  voidstartEntityReference(int entityName, int entityType, int entityContext)
     Start entity reference.
public  voidstartNamespaceDeclScope(int prefix, int uri)
     Report the start of the scope of a namespace declaration.
public  voidtextDecl(int versionIndex, int encodingIndex)
     Text declaration.
public  voidunparsedEntityDecl(int entityNameIndex, int publicIdIndex, int systemIdIndex, int notationNameIndex)
    
public  voidxmlDecl(int versionIndex, int encodingIndex, int standaloneIndex)
     XML declaration.

Field Detail
DEFAULT_DEFERRED_DOCUMENT_CLASS_NAME
final public static String DEFAULT_DEFERRED_DOCUMENT_CLASS_NAME(Code)
Default deferred document class name (org.apache.xerces.dom.DeferredDocumentImpl).



DEFAULT_DOCUMENT_CLASS_NAME
final public static String DEFAULT_DOCUMENT_CLASS_NAME(Code)
Default programmatic document class name (org.apache.xerces.dom.DocumentImpl).



fAmpIndex
protected int fAmpIndex(Code)



fAposIndex
protected int fAposIndex(Code)



fCurrentElementNode
protected Node fCurrentElementNode(Code)



fCurrentEntityName
protected int fCurrentEntityName(Code)



fCurrentEntityNode
protected int fCurrentEntityNode(Code)



fCurrentNodeIndex
protected int fCurrentNodeIndex(Code)



fDeferredDocumentImpl
protected DeferredDocumentImpl fDeferredDocumentImpl(Code)



fDocument
protected Document fDocument(Code)



fDocumentImpl
protected DocumentImpl fDocumentImpl(Code)



fDocumentIndex
protected int fDocumentIndex(Code)



fDocumentType
protected DocumentType fDocumentType(Code)



fDocumentTypeIndex
protected int fDocumentTypeIndex(Code)



fGtIndex
protected int fGtIndex(Code)



fInCDATA
protected boolean fInCDATA(Code)



fInDTD
protected boolean fInDTD(Code)



fLtIndex
protected int fLtIndex(Code)



fQuotIndex
protected int fQuotIndex(Code)



fWithinElement
protected boolean fWithinElement(Code)




Constructor Detail
DOMParser
public DOMParser()(Code)
Default constructor.




Method Detail
attlistDecl
public void attlistDecl(QName elementDecl, QName attributeDecl, int attType, boolean attList, String enumString, int attDefaultType, int attDefaultValue) throws Exception(Code)
<!ATTLIST Name AttDef>



characters
public void characters(int dataIndex) throws Exception(Code)
Characters.



characters
public void characters(char ch, int start, int length) throws Exception(Code)



comment
public void comment(int dataIndex) throws Exception(Code)
Comment.



elementDecl
public void elementDecl(QName elementDecl, int contentSpecType, int contentSpecIndex, XMLContentSpec.Provider contentSpecProvider) throws Exception(Code)
<!ELEMENT Name contentspec>



endCDATA
public void endCDATA() throws Exception(Code)
End CDATA section.



endDTD
public void endDTD() throws Exception(Code)
This function will be called at the end of the DTD.



endDocument
public void endDocument() throws Exception(Code)
End document.



endElement
public void endElement(QName elementQName) throws Exception(Code)
End element.



endEntityReference
public void endEntityReference(int entityName, int entityType, int entityContext) throws Exception(Code)
End entity reference.



endNamespaceDeclScope
public void endNamespaceDeclScope(int prefix) throws Exception(Code)
Report the end of the scope of a namespace declaration.



externalEntityDecl
public void externalEntityDecl(int entityNameIndex, int publicIdIndex, int systemIdIndex) throws Exception(Code)
<!ENTITY Name ExternalID> (external)



externalPEDecl
public void externalPEDecl(int entityNameIndex, int publicIdIndex, int systemIdIndex) throws Exception(Code)
<!ENTITY % Name ExternalID> (external)



getCreateEntityReferenceNodes
public boolean getCreateEntityReferenceNodes() throws SAXNotRecognizedException, SAXNotSupportedException(Code)
Returns true if entity references within the document are included in the document tree as EntityReference nodes.
See Also:   DOMParser.setCreateEntityReferenceNodes



getCurrentElementNode
protected Element getCurrentElementNode() throws SAXNotRecognizedException, SAXNotSupportedException(Code)
Returns the current element node.

Note: This method is not supported when the "deferNodeExpansion" property is set to true and the document factory is set to the default factory.




getDeferNodeExpansion
protected boolean getDeferNodeExpansion() throws SAXNotRecognizedException, SAXNotSupportedException(Code)
Returns true if the expansion of the nodes in the default DOM implementation are deferred.
See Also:   DOMParser.setDeferNodeExpansion



getDocument
public Document getDocument()(Code)
Returns the document.



getDocumentClassName
protected String getDocumentClassName() throws SAXNotRecognizedException, SAXNotSupportedException(Code)
Returns the fully qualified class name of the document factory used when constructing the DOM tree.
See Also:   DOMParser.setDocumentClassName



getFeature
public boolean getFeature(String featureId) throws SAXNotRecognizedException, SAXNotSupportedException(Code)
Query the current state of any feature in a SAX2 parser. The parser might not recognize the feature.
Parameters:
  featureId - The unique identifier (URI) of the featurebeing set. The current state of the feature.
exception:
  SAXNotRecognizedException - If the requested feature isnot known.



getFeaturesRecognized
public String[] getFeaturesRecognized()(Code)
Returns a list of features that this parser recognizes. This method will never return null; if no features are recognized, this method will return a zero length array.
See Also:   DOMParser.isFeatureRecognized
See Also:   DOMParser.setFeature
See Also:   DOMParser.getFeature



getIncludeIgnorableWhitespace
public boolean getIncludeIgnorableWhitespace() throws SAXNotRecognizedException, SAXNotSupportedException(Code)
Returns true if ignorable whitespace text nodes are included in the DOM tree.
See Also:   DOMParser.setIncludeIgnorableWhitespace



getPropertiesRecognized
public String[] getPropertiesRecognized()(Code)
Returns a list of properties that this parser recognizes. This method will never return null; if no properties are recognized, this method will return a zero length array.
See Also:   DOMParser.isPropertyRecognized
See Also:   DOMParser.setProperty
See Also:   DOMParser.getProperty



getProperty
public Object getProperty(String propertyId) throws SAXNotRecognizedException, SAXNotSupportedException(Code)
Return the current value of a property in a SAX2 parser. The parser might not recognize the property.
Parameters:
  propertyId - The unique identifier (URI) of the propertybeing set. The current value of the property.
exception:
  SAXNotRecognizedException - If the requested property isnot known.
See Also:   Configurable.getProperty



ignorableWhitespace
public void ignorableWhitespace(int dataIndex) throws Exception(Code)
Ignorable whitespace.



ignorableWhitespace
public void ignorableWhitespace(char ch, int start, int length) throws Exception(Code)
Not called.



init
protected void init()(Code)
Initializes the parser to a pre-parse state. This method is called between calls to parse().



internalEntityDecl
public void internalEntityDecl(int entityNameIndex, int entityValueIndex) throws Exception(Code)
<!ENTITY Name EntityValue> (internal)



internalPEDecl
public void internalPEDecl(int entityNameIndex, int entityValueIndex) throws Exception(Code)
<!ENTITY % Name EntityValue> (internal)



internalSubset
public void internalSubset(int internalSubset)(Code)
Supports DOM Level 2 internalSubset additions. Called when the internal subset is completely scanned.



notationDecl
public void notationDecl(int notationNameIndex, int publicIdIndex, int systemIdIndex) throws Exception(Code)
<!NOTATION Name ExternalId>



processingInstruction
public void processingInstruction(int targetIndex, int dataIndex) throws Exception(Code)
Processing instruction.



reset
public void reset() throws Exception(Code)
Resets the parser.



resetOrCopy
public void resetOrCopy() throws Exception(Code)
Resets or copies the parser.



setCreateEntityReferenceNodes
protected void setCreateEntityReferenceNodes(boolean create) throws SAXNotRecognizedException, SAXNotSupportedException(Code)
This feature determines whether entity references within the document are included in the document tree as EntityReference nodes.

Note: The children of the entity reference are always added to the document. This feature only affects whether an EntityReference node is also included as the parent of the entity reference children.
Parameters:
  create - True to create entity reference nodes; falseto only insert the entity reference children.
See Also:   DOMParser.getCreateEntityReferenceNodes




setDeferNodeExpansion
protected void setDeferNodeExpansion(boolean deferNodeExpansion) throws SAXNotRecognizedException, SAXNotSupportedException(Code)
This method sets whether the expansion of the nodes in the default DOM implementation are deferred.
See Also:   DOMParser.getDeferNodeExpansion
See Also:   DOMParser.setDocumentClassName



setDocumentClassName
protected void setDocumentClassName(String documentClassName) throws SAXNotRecognizedException, SAXNotSupportedException(Code)
This method allows the programmer to decide which document factory to use when constructing the DOM tree. However, doing so will lose the functionality of the default factory. Also, a document class other than the default will lose the ability to defer node expansion on the DOM tree produced.
Parameters:
  documentClassName - The fully qualified class name of thedocument factory to use when constructingthe DOM tree.
See Also:   DOMParser.getDocumentClassName
See Also:   DOMParser.setDeferNodeExpansion
See Also:   DOMParser.DEFAULT_DOCUMENT_CLASS_NAME



setFeature
public void setFeature(String featureId, boolean state) throws SAXNotRecognizedException, SAXNotSupportedException(Code)
Set the state of any feature in a SAX2 parser. The parser might not recognize the feature, and if it does recognize it, it might not be able to fulfill the request.
Parameters:
  featureId - The unique identifier (URI) of the feature.
Parameters:
  state - The requested state of the feature (true or false).
exception:
  SAXNotRecognizedException - If the requested feature isnot known.
exception:
  SAXNotSupportedException - If the requested feature isknown, but the requested stateis not supported.



setIncludeIgnorableWhitespace
public void setIncludeIgnorableWhitespace(boolean include) throws SAXNotRecognizedException, SAXNotSupportedException(Code)
This feature determines whether text nodes that can be considered "ignorable whitespace" are included in the DOM tree.

Note: The only way that the parser can determine if text is ignorable is by reading the associated grammar and having a content model for the document. When ignorable whitespace text nodes *are* included in the DOM tree, they will be flagged as ignorable. The ignorable flag can be queried by calling the TextImpl#isIgnorableWhitespace():boolean method.
Parameters:
  include - True to include ignorable whitespace text nodes;false to not include ignorable whitespace textnodes.
See Also:   DOMParser.getIncludeIgnorableWhitespace




setProperty
public void setProperty(String propertyId, Object value) throws SAXNotRecognizedException, SAXNotSupportedException(Code)
Set the value of any property in a SAX2 parser. The parser might not recognize the property, and if it does recognize it, it might not support the requested value.
Parameters:
  propertyId - The unique identifier (URI) of the propertybeing set.
Parameters:
  Object - The value to which the property is being set.
exception:
  SAXNotRecognizedException - If the requested property isnot known.
exception:
  SAXNotSupportedException - If the requested property isknown, but the requestedvalue is not supported.



startCDATA
public void startCDATA() throws Exception(Code)
Start CDATA section.



startDTD
public void startDTD(QName rootElement, int publicId, int systemId) throws Exception(Code)
This function will be called when a <!DOCTYPE...> declaration is encountered.



startDocument
public void startDocument()(Code)
Start document.



startElement
public void startElement(QName elementQName, XMLAttrList xmlAttrList, int attrListIndex) throws Exception(Code)
Start element.



startEntityReference
public void startEntityReference(int entityName, int entityType, int entityContext) throws Exception(Code)
Start entity reference.



startNamespaceDeclScope
public void startNamespaceDeclScope(int prefix, int uri) throws Exception(Code)
Report the start of the scope of a namespace declaration.



textDecl
public void textDecl(int versionIndex, int encodingIndex) throws Exception(Code)
Text declaration. added DOM Level 3 WD support - experimental



unparsedEntityDecl
public void unparsedEntityDecl(int entityNameIndex, int publicIdIndex, int systemIdIndex, int notationNameIndex) throws Exception(Code)
<!ENTITY Name ExternalID NDataDecl> (unparsed)



xmlDecl
public void xmlDecl(int versionIndex, int encodingIndex, int standaloneIndex) throws Exception(Code)
XML declaration.



Fields inherited from org.apache.xerces.framework.XMLParser
final protected static String SAX2_FEATURES_PREFIX(Code)(Java Doc)
final protected static String SAX2_PROPERTIES_PREFIX(Code)(Java Doc)
final protected static String XERCES_FEATURES_PREFIX(Code)(Java Doc)
final protected static String XERCES_PROPERTIES_PREFIX(Code)(Java Doc)
protected DefaultEntityHandler fEntityHandler(Code)(Java Doc)
protected XMLErrorReporter fErrorReporter(Code)(Java Doc)
protected GrammarResolver fGrammarResolver(Code)(Java Doc)
protected boolean fParseInProgress(Code)(Java Doc)
protected XMLDocumentScanner fScanner(Code)(Java Doc)
protected StringPool fStringPool(Code)(Java Doc)
protected XMLValidator fValidator(Code)(Java Doc)

Methods inherited from org.apache.xerces.framework.XMLParser
public void addRecognizer(XMLDeclRecognizer recognizer)(Code)(Java Doc)
protected boolean getAllowJavaEncodings() throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc)
protected boolean getContinueAfterFatalError() throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc)
public EntityResolver getEntityResolver()(Code)(Java Doc)
public ErrorHandler getErrorHandler()(Code)(Java Doc)
protected boolean getExternalGeneralEntities() throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc)
protected boolean getExternalParameterEntities() throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc)
public boolean getFeature(String featureId) throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc)
public String[] getFeaturesRecognized()(Code)(Java Doc)
protected boolean getLoadDTDGrammar() throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc)
protected boolean getLoadExternalDTD() throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc)
final public Locator getLocator()(Code)(Java Doc)
protected boolean getNamespaces() throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc)
protected boolean getNormalizeContents()(Code)(Java Doc)
public String[] getPropertiesRecognized()(Code)(Java Doc)
public Object getProperty(String propertyId) throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc)
protected boolean getValidation() throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc)
protected boolean getValidationDynamic() throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc)
protected boolean getValidationSchema() throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc)
protected boolean getValidationSchemaFullChecking() throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc)
protected boolean getValidationWarnOnDuplicateAttdef() throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc)
protected boolean getValidationWarnOnUndeclaredElemdef() throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc)
protected String getXMLString() throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc)
final public Locale getfLocale()(Code)(Java Doc)
final public XMLMessageProvider getfgDatatypeMessages()(Code)(Java Doc)
final public XMLMessageProvider getfgImplementationMessages()(Code)(Java Doc)
final public XMLMessageProvider getfgSchemaMessages()(Code)(Java Doc)
final public XMLMessageProvider getfgXMLMessages()(Code)(Java Doc)
protected void initHandlers(boolean sendCharDataAsCharArray, XMLDocumentHandler docHandler, XMLDocumentHandler.DTDHandler dtdHandler)(Code)(Java Doc)
public boolean isFeatureRecognized(String featureId)(Code)(Java Doc)
public boolean isPropertyRecognized(String propertyId)(Code)(Java Doc)
public void parse(InputSource source) throws SAXException, IOException(Code)(Java Doc)
public void parse(String systemId) throws SAXException, IOException(Code)(Java Doc)
public boolean parseSome() throws Exception(Code)(Java Doc)
public boolean parseSomeSetup(InputSource source) throws Exception(Code)(Java Doc)
public void reportError(Locator locator, String errorDomain, int majorCode, int minorCode, Object args, int errorType) throws Exception(Code)(Java Doc)
public void reset() throws Exception(Code)(Java Doc)
protected void resetOrCopy() throws Exception(Code)(Java Doc)
protected void setAllowJavaEncodings(boolean allow) throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc)
protected void setContinueAfterFatalError(boolean continueAfterFatalError) throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc)
public void setEntityResolver(EntityResolver resolver)(Code)(Java Doc)
public void setErrorHandler(ErrorHandler handler)(Code)(Java Doc)
protected void setExternalGeneralEntities(boolean expand) throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc)
protected void setExternalNoNamespaceSchemaLocation(Object value) throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc)
protected void setExternalParameterEntities(boolean expand) throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc)
protected void setExternalSchemaLocation(Object value) throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc)
public void setFeature(String featureId, boolean state) throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc)
protected void setLoadDTDGrammar(boolean loadDTDGrammar) throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc)
protected void setLoadExternalDTD(boolean loadExternalDTD) throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc)
public void setLocale(Locale locale) throws SAXException(Code)(Java Doc)
protected void setNamespaces(boolean process) throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc)
protected void setNormalizeAttributeValues(boolean normalize)(Code)(Java Doc)
protected void setNormalizeContents(boolean normalize)(Code)(Java Doc)
public void setProperty(String propertyId, Object value) throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc)
public void setReaderFactory(XMLEntityReaderFactory readerFactory)(Code)(Java Doc)
protected void setValidation(boolean validate) throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc)
protected void setValidationDynamic(boolean dynamic) throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc)
protected void setValidationSchema(boolean schema) throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc)
protected void setValidationSchemaFullChecking(boolean schemaFullChecking) throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc)
protected void setValidationWarnOnDuplicateAttdef(boolean warn) throws SAXNotRecognizedException, SAXNotSupportedException(Code)(Java Doc)
protected void setValidationWarnOnUndeclaredElemdef(boolean warn) throws SAXNotRecognizedException, SAXNotSupportedException(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.