Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(511)

Side by Side Diff: third_party/libxslt/python/libxsltclass.txt

Issue 1193533007: Upgrade to libxml 2.9.2 and libxslt 1.1.28 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove suppressions, have landed in blink now Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 Generated Classes for libxslt-python
2
3 #
4 # Global functions of the module
5 #
6
7
8 # functions from module extensions
9 debugDumpExtensions()
10 initGlobals()
11 registerTestModule()
12 unregisterExtModule()
13 unregisterExtModuleElement()
14 unregisterExtModuleFunction()
15 unregisterExtModuleTopLevel()
16
17 # functions from module extra
18 registerAllExtras()
19
20 # functions from module python
21 pythonCleanup()
22 registerErrorHandler()
23 registerExtModuleElement()
24 registerExtModuleFunction()
25 registerExtensionClass()
26 setLoaderFunc()
27
28 # functions from module xslt
29 cleanupGlobals()
30 init()
31
32 # functions from module xsltInternals
33 isBlank()
34 loadStylesheetPI()
35 newStylesheet()
36 parseStylesheetDoc()
37 parseStylesheetFile()
38 uninit()
39
40 # functions from module xsltlocale
41 freeLocales()
42
43 # functions from module xsltutils
44 calibrateAdjust()
45 debuggerStatus()
46 nsProp()
47 setDebuggerStatus()
48 timestamp()
49 xslDropCall()
50
51
52 #
53 # Set of classes of the module
54 #
55
56
57
58 Class xpathParserContext(libxml2.xpathParserContext)
59 # accessors
60 context()
61
62 # functions from module extra
63 functionNodeSet()
64
65 # functions from module functions
66 documentFunction()
67 elementAvailableFunction()
68 formatNumberFunction()
69 functionAvailableFunction()
70 generateIdFunction()
71 keyFunction()
72 systemPropertyFunction()
73 unparsedEntityURIFunction()
74
75
76 Class xpathContext(libxml2.xpathContext)
77 # accessors
78 transformContext()
79
80 # functions from module functions
81 registerAllFunctions()
82
83
84 Class transformCtxt(transformCtxtBase)
85 # accessors
86 context()
87 current()
88 insertNode()
89 instruction()
90 mode()
91 modeURI()
92 outputDoc()
93 outputURI()
94 style()
95
96 # functions from module attributes
97 applyAttributeSet()
98
99 # functions from module documents
100 freeDocuments()
101
102 # functions from module extensions
103 freeCtxtExts()
104 initCtxtExts()
105 shutdownCtxtExts()
106
107 # functions from module extra
108 debug()
109 registerExtras()
110
111 # functions from module imports
112 findElemSpaceHandling()
113 needElemSpaceHandling()
114
115 # functions from module namespaces
116 copyNamespace()
117 copyNamespaceList()
118 namespace()
119 plainNamespace()
120 specialNamespace()
121
122 # functions from module python
123 compareTransformContextsEqual()
124 freeTransformContext()
125 transformContextHashCode()
126
127 # functions from module templates
128 attrListTemplateProcess()
129 attrTemplateProcess()
130 attrTemplateValueProcess()
131 attrTemplateValueProcessNode()
132 evalAttrValueTemplate()
133 evalTemplateString()
134
135 # functions from module variables
136 evalGlobalVariables()
137 evalOneUserParam()
138 freeGlobalVariables()
139 parseStylesheetParam()
140 parseStylesheetVariable()
141 quoteOneUserParam()
142 variableLookup()
143
144 # functions from module xsltInternals
145 allocateExtraCtxt()
146 createRVT()
147 extensionInstructionResultFinalize()
148 freeRVTs()
149 initAllDocKeys()
150 registerLocalRVT()
151 registerPersistRVT()
152 registerTmpRVT()
153 releaseRVT()
154
155 # functions from module xsltutils
156 message()
157 printErrorContext()
158 profileInformation()
159 saveProfiling()
160 setCtxtParseOptions()
161
162
163 Class stylesheet(stylesheetBase)
164 # accessors
165 doc()
166 doctypePublic()
167 doctypeSystem()
168 encoding()
169 imports()
170 method()
171 methodURI()
172 next()
173 parent()
174 version()
175
176 # functions from module attributes
177 freeAttributeSetsHashes()
178 parseStylesheetAttributeSet()
179 resolveStylesheetAttributeSet()
180
181 # functions from module documents
182 freeStyleDocuments()
183
184 # functions from module extensions
185 checkExtPrefix()
186 checkExtURI()
187 freeExts()
188 registerExtPrefix()
189 shutdownExts()
190
191 # functions from module imports
192 nextImport()
193 parseStylesheetImport()
194 parseStylesheetInclude()
195
196 # functions from module keys
197 addKey()
198 freeKeys()
199
200 # functions from module namespaces
201 freeNamespaceAliasHashes()
202 namespaceAlias()
203
204 # functions from module pattern
205 cleanupTemplates()
206 freeTemplateHashes()
207
208 # functions from module preproc
209 freeStylePreComps()
210 stylePreCompute()
211
212 # functions from module python
213 applyStylesheet()
214 applyStylesheetUser()
215 compareStylesheetsEqual()
216 newTransformContext()
217 saveResultToString()
218 stylesheetHashCode()
219
220 # functions from module variables
221 parseGlobalParam()
222 parseGlobalVariable()
223
224 # functions from module xsltInternals
225 allocateExtra()
226 compileAttr()
227 freeStylesheet()
228 parseStylesheetImportedDoc()
229 parseStylesheetOutput()
230 parseStylesheetProcess()
231 parseTemplateContent()
232
233 # functions from module xsltutils
234 cNsProp()
235 printErrorContext()
236 saveResultToFd()
237 saveResultToFile()
238 saveResultToFilename()
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698