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

Side by Side Diff: third_party/libxslt/win32/libxslt/libxslt.def

Issue 2865973002: Check in the libxslt roll script. (Closed)
Patch Set: Consistent quotes. Created 3 years, 7 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
2 LIBRARY libxslt
3 EXPORTS
4
5 xsltNewStylesheet
6 xsltParseStylesheetFile
7 xsltFreeStylesheet
8 xsltIsBlank
9 xsltFreeStackElemList
10 xsltDecimalFormatGetByName
11 xsltParseStylesheetProcess
12 xsltParseStylesheetOutput
13 xsltParseStylesheetDoc
14 xsltNumberFormat
15 xsltFormatNumberConversion
16 xsltProfileStylesheet
17
18 xsltParseStylesheetAttributeSet
19 xsltFreeAttributeSetsHashes
20 xsltApplyAttributeSet
21
22 xsltNewDocument
23 xsltLoadDocument
24 xsltFreeDocuments
25 xsltLoadStyleDocument
26 xsltNewStyleDocument
27 xsltFreeStyleDocuments
28
29
30 xsltRegisterExtPrefix
31 xsltCheckExtPrefix
32 xsltRegisterExtFunction
33 xsltRegisterExtElement
34 xsltFreeCtxtExts
35 xsltFreeExts
36 xsltUnregisterAllExtModules
37 xsltGetExtData
38 xsltShutdownCtxtExts
39 xsltXPathGetTransformContext
40 xsltUnregisterExtModule
41 xsltRegisterExtModule
42
43
44 xsltDocumentFunction
45 xsltKeyFunction
46 xsltUnparsedEntityURIFunction
47 xsltFormatNumberFunction
48 xsltGenerateIdFunction
49 xsltSystemPropertyFunction
50 xsltElementAvailableFunction
51 xsltFunctionAvailableFunction
52 xsltRegisterAllFunctions
53
54 xsltParseStylesheetImport
55 xsltParseStylesheetInclude
56 xsltNextImport
57 xsltFindElemSpaceHandling
58 xsltFindTemplate
59
60 xsltAddKey
61 xsltGetKey
62 xsltInitCtxtKeys
63 xsltFreeKeys
64 xsltFreeDocumentKeys
65
66 xsltNamespaceAlias
67 xsltGetNamespace
68 xsltGetSpecialNamespace
69 xsltCopyNamespaceList
70 xsltCopyNamespaceList
71 xsltFreeNamespaceAliasHashes
72
73 xsltCompilePattern
74 xsltFreeCompMatchList
75 xsltTestCompMatchList
76 xsltAddTemplate
77 xsltGetTemplate
78 xsltFreeTemplateHashes
79 xsltCleanupTemplates
80
81 xsltStylePreCompute
82 xsltFreeStylePreComps
83
84 xsltEvalXPathPredicate
85 xsltEvalTemplateString
86 xsltEvalAttrValueTemplate
87 xsltEvalStaticAttrValueTemplate
88 xsltEvalXPathString
89 xsltTemplateProcess
90 xsltAttrListTemplateProcess
91 xsltAttrTemplateProcess
92 xsltAttrTemplateValueProcess
93
94 xsltApplyStylesheet
95 xsltApplyOneTemplate
96 xsltDocumentElem
97 xsltSort
98 xsltCopy
99 xsltText
100 xsltElement
101 xsltComment
102 xsltAttribute
103 xsltProcessingInstruction
104 xsltCopyOf
105 xsltValueOf
106 xsltNumber
107 xsltApplyImports
108 xsltCallTemplate
109 xsltApplyTemplates
110 xsltChoose
111 xsltIf
112 xsltForEach
113
114 xsltEvalGlobalVariables
115 xsltEvalUserParams
116 xsltParseGlobalVariable
117 xsltParseGlobalParam
118 xsltParseStylesheetVariable
119 xsltParseStylesheetParam
120 xsltParseStylesheetCallerParam
121 xsltAddStackElemList
122 xsltFreeGlobalVariables
123 xsltVariableLookup
124 xsltXPathVariableLookup
125
126 xsltMessage
127 xsltSetGenericErrorFunc
128 xsltSetGenericDebugFunc
129 xsltDocumentSortFunction
130 xsltDoSortFunction
131 xsltSaveResultTo
132 xsltSaveResultToFilename
133 xsltSaveResultToFile
134 xsltSaveResultToFd
135
136 xsltMaxDepth
137 xsltMaxVars
138 xsltSetXIncludeDefault
139 xsltLibxmlVersion
140 xsltLibxsltVersion
141 xsltEngineVersion
142
143 xsltRunStylesheet
144 xsltLoadStylesheetPI
145 xsltRegisterAllElement
146
147
148
149
OLDNEW
« no previous file with comments | « third_party/libxslt/win32/libxslt.def.src ('k') | third_party/libxslt/win32/libxslt/libxslt.dsw » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698