| Home | Trees | Index | Help |
|---|
| Package rdflib :: Package syntax :: Package parsers :: Package n3p :: Module n3p |
|
N3P - An N3 Parser using n3.n3 Author: Sean B. Palmer, inamidst.com Licence: GPL 2; share and enjoy! License: http://www.w3.org/Consortium/Legal/copyright-software Documentation: http://inamidst.com/n3p/ Derived from: http://www.w3.org/2000/10/swap/grammar/predictiveParser.py - predictiveParser.py, Tim Berners-Lee, 2004 Issues: http://lists.w3.org/Archives/Public/public-cwm-bugs/2005Jan/0006 http://lists.w3.org/Archives/Public/public-cwm-talk/2005JanMar/0015
| Classes | |
|---|---|
N3Parser |
|
| Function Summary | |
|---|---|
abbr(prodURI)
| |
main(argv)
| |
| Variable Summary | |
|---|---|
str |
notNameChars = '\t\r\n !"#$%&\'()*.,+/;<=>?[\\]^`{|}~@:'...
|
str |
notQNameChars = '\t\r\n !"#$%&\'()*.,+/;<=>?[\\]^`{|}~@'...
|
SRE_Pattern |
r_name = ([A-Za-z0-9_]*)
|
SRE_Pattern |
r_qname = ([A-Za-z0-9_:]*)
|
SRE_Pattern |
r_whitespace = [ \t\r\n]*(?:(?:#[^\n]*)?\r?(?:$|\n))?
|
str |
singleCharacterSelectors = '\t\r\n !"#$%&\'()*.,+/;<=>?[...
|
str |
start = 'http://www.w3.org/2000/10/swap/grammar/n3#docum...
|
| Variable Details |
|---|
notNameChars
|
notQNameChars
|
r_name
|
r_qname
|
r_whitespace
|
singleCharacterSelectors
|
start
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Apr 4 16:05:47 2007 | http://epydoc.sf.net |