Java Doc for SAX2RDFImpl.java in  » RSS-RDF » Jena-2.5.5 » com » hp » hpl » jena » rdf » arp » impl » 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 » RSS RDF » Jena 2.5.5 » com.hp.hpl.jena.rdf.arp.impl 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.hp.hpl.jena.rdf.arp.impl.LexicalHandlerImpl
   com.hp.hpl.jena.rdf.arp.impl.XMLHandler
      com.hp.hpl.jena.rdf.arp.impl.SAX2RDFImpl

All known Subclasses:   com.hp.hpl.jena.rdf.arp.SAX2RDF,
SAX2RDFImpl
public class SAX2RDFImpl extends XMLHandler implements LexicalHandler,ContentHandler,ErrorHandler(Code)
This class is public merely to reduce the amount of irrelevant documentation generated by Javadoc for SAX2RDF . There is nothing of interest in this JavaDoc. This if (depth>0) superclass implements the functionality needed by SAX2RDF . The API given here is the familiar SAX.
author:
   Jeremy J. Carroll



Constructor Summary
protected  SAX2RDFImpl(String base, String l)
    

Method Summary
public  voidcharacters(char[] ch, int start, int length)
    
protected  voidclose()
    
public  voidcomment(char[] ch, int start, int length)
    
public  voidendCDATA()
    
public  voidendDTD()
    
public  voidendDocument()
    
public  voidendElement(String namespaceURI, String localName, String qName)
    
public  voidendEntity(String name)
    
public  voidendPrefixMapping(String prefix)
    
public  voiderror(SAXParseException exception)
    
public  voidfatalError(SAXParseException exception)
    
public  voidignorableWhitespace(char[] ch, int start, int length)
    
protected  voidinitParse(String b)
    
public  voidprocessingInstruction(String target, String data)
    
public  voidskippedEntity(String name)
    
public  voidstartCDATA()
    
public  voidstartDTD(String name, String publicId, String systemId)
    
public  voidstartDocument()
    
public  voidstartElement(String namespaceURI, String localName, String qName, Attributes atts)
    
public  voidstartEntity(String name)
    
public  voidwarning(SAXParseException exception)
    


Constructor Detail
SAX2RDFImpl
protected SAX2RDFImpl(String base, String l)(Code)




Method Detail
characters
public void characters(char[] ch, int start, int length) throws SAXException(Code)



close
protected void close()(Code)



comment
public void comment(char[] ch, int start, int length) throws SAXParseException(Code)



endCDATA
public void endCDATA() throws SAXException(Code)



endDTD
public void endDTD() throws SAXException(Code)



endDocument
public void endDocument() throws SAXException(Code)



endElement
public void endElement(String namespaceURI, String localName, String qName) throws SAXException(Code)



endEntity
public void endEntity(String name) throws SAXException(Code)



endPrefixMapping
public void endPrefixMapping(String prefix)(Code)



error
public void error(SAXParseException exception) throws SAXParseException(Code)



fatalError
public void fatalError(SAXParseException exception) throws SAXException(Code)



ignorableWhitespace
public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException(Code)



initParse
protected void initParse(String b) throws SAXParseException(Code)



processingInstruction
public void processingInstruction(String target, String data) throws SAXException(Code)



skippedEntity
public void skippedEntity(String name) throws SAXException(Code)



startCDATA
public void startCDATA() throws SAXException(Code)



startDTD
public void startDTD(String name, String publicId, String systemId) throws SAXException(Code)



startDocument
public void startDocument() throws SAXException(Code)



startElement
public void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException(Code)



startEntity
public void startEntity(String name) throws SAXException(Code)



warning
public void warning(SAXParseException exception) throws SAXParseException(Code)



Fields inherited from com.hp.hpl.jena.rdf.arp.impl.XMLHandler
boolean encodingProblems(Code)(Java Doc)
FrameI frame(Code)(Java Doc)
protected Map idsUsed(Code)(Java Doc)
protected int idsUsedCount(Code)(Java Doc)
Locator locator(Code)(Java Doc)
final public static ExtendedHandler nullScopeHandler(Code)(Java Doc)
final public static StatementHandler nullStatementHandler(Code)(Java Doc)

Methods inherited from com.hp.hpl.jena.rdf.arp.impl.XMLHandler
void afterParse()(Code)(Java Doc)
public boolean allowRelativeURIs()(Code)(Java Doc)
public void characters(char ch, int start, int length) throws SAXException(Code)(Java Doc)
public void comment(char[] ch, int start, int length) throws SAXParseException(Code)(Java Doc)
void endBnodeScope()(Code)(Java Doc)
public void endElement(String uri, String localName, String rawName) throws SAXException(Code)(Java Doc)
public void endLocalScope(ANode v)(Code)(Java Doc)
public void endPrefixMapping(String prefix)(Code)(Java Doc)
public void endRDF()(Code)(Java Doc)
public void error(SAXParseException e) throws SAXParseException(Code)(Java Doc)
public void fatalError(SAXParseException e) throws SAXException(Code)(Java Doc)
void generalError(int id, Exception e) throws SAXParseException(Code)(Java Doc)
public ARPHandlers getHandlers()(Code)(Java Doc)
public Locator getLocator()(Code)(Java Doc)
public ARPOptions getOptions()(Code)(Java Doc)
public static String getSimpleName(Class c)(Code)(Java Doc)
StatementHandler getStatementHandler()(Code)(Java Doc)
Object getUserData(String nodeId)(Code)(Java Doc)
public void ignorableWhitespace(char ch, int start, int length) throws SAXException(Code)(Java Doc)
boolean ignoring(int eCode)(Code)(Java Doc)
public void initParse(String base, String lang) throws SAXParseException(Code)(Java Doc)
protected AbsXMLContext initialContext(String base, String lang) throws SAXParseException(Code)(Java Doc)
IRIFactory iriFactory()(Code)(Java Doc)
public boolean isError(int eCode)(Code)(Java Doc)
public Location location()(Code)(Java Doc)
public void processingInstruction(String target, String data) throws SAXException(Code)(Java Doc)
public IRI sameDocRef()(Code)(Java Doc)
public void setBadStatementHandler(StatementHandler sh)(Code)(Java Doc)
public void setDocumentLocator(Locator locator)(Code)(Java Doc)
public void setHandlersWith(ARPHandlers newHh)(Code)(Java Doc)
public void setOptionsWith(ARPOptions newOpts)(Code)(Java Doc)
void setUserData(String nodeId, Object v)(Code)(Java Doc)
public void startElement(String uri, String localName, String rawName, Attributes atts) throws SAXException(Code)(Java Doc)
public void startPrefixMapping(String prefix, String uri) throws SAXParseException(Code)(Java Doc)
public void startRDF()(Code)(Java Doc)
public void triple(ANode s, ANode p, ANode o)(Code)(Java Doc)
public void warning(Taint taintMe, int id, String msg) throws SAXParseException(Code)(Java Doc)
void warning(Taint taintMe, int id, Location loc, String msg) throws SAXParseException(Code)(Java Doc)
void warning(Taint taintMe, int id, SAXParseException e) throws SAXParseException(Code)(Java Doc)
public void warning(SAXParseException e) throws SAXParseException(Code)(Java Doc)

Methods inherited from com.hp.hpl.jena.rdf.arp.impl.LexicalHandlerImpl
public void comment(char[] ch, int start, int length) throws SAXException(Code)(Java Doc)
public void endCDATA() throws SAXException(Code)(Java Doc)
public void endDTD() throws SAXException(Code)(Java Doc)
public void endEntity(String name) throws SAXException(Code)(Java Doc)
public void startCDATA() throws SAXException(Code)(Java Doc)
public void startDTD(String name, String publicId, String systemId) throws SAXException(Code)(Java Doc)
public void startEntity(String name) throws SAXException(Code)(Java Doc)

w__w__w___._j___av_a_2___s.__c__o__m__ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.