File: XSLTProcessor.xml

package info (click to toggle)
phpdox 0.12.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 7,672 kB
  • sloc: xml: 80,724; php: 9,167; makefile: 13
file content (90 lines) | stat: -rw-r--r-- 4,022 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<?xml version="1.0" encoding="UTF-8" ?>
<class xmlns="http://xml.phpdox.net/src" full="XSLTProcessor" namespace="" name="XSLTProcessor">
  <method name="getParameter" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Get value of a parameter"/>
      <return type="string"/>
    </docblock>
    <parameter name="namespaceURI" optional="false" byreference="false" type="string"/>
    <parameter name="localName" optional="false" byreference="false" type="string"/>
  </method>
  <method name="getSecurityPrefs" abstract="false" static="false" visibility="public" final="false">
    <docblock>
      <description compact="Get security preferences"/>
      <return type="int"/>
    </docblock>
  </method>
  <method name="hasExsltSupport" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Determine if PHP has EXSLT support"/>
      <return type="bool"/>
    </docblock>
  </method>
  <method name="importStylesheet" abstract="false" static="false" visibility="public" final="false">
    <docblock>
      <description compact="Import stylesheet"/>
      <return type="bool"/>
    </docblock>
    <parameter name="stylesheet" optional="false" byreference="false" type="object" class="object"/>
  </method>
  <method name="registerPHPFunctions" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Enables the ability to use PHP functions as XSLT functions"/>
      <return type="void"/>
    </docblock>
    <parameter name="restrict" optional="true" byreference="false" type="object" class="mixed"/>
  </method>
  <method name="removeParameter" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Remove parameter"/>
      <return type="bool"/>
    </docblock>
    <parameter name="namespaceURI" optional="false" byreference="false" type="string"/>
    <parameter name="localName" optional="false" byreference="false" type="string"/>
  </method>
  <method name="setParameter" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Set value for a parameter"/>
      <return type="bool"/>
    </docblock>
    <parameter name="namespace" optional="false" byreference="false" type="string"/>
    <parameter name="name" optional="false" byreference="false" type="string"/>
    <parameter name="value" optional="false" byreference="false" type="string"/>
  </method>
  <method name="setProfiling" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Sets profiling output file"/>
      <return type="bool"/>
    </docblock>
    <parameter name="filename" optional="false" byreference="false" type="string"/>
  </method>
  <method name="setSecurityPrefs" abstract="false" static="false" visibility="public" final="false">
    <docblock>
      <description compact="Set security preferences"/>
      <return type="int"/>
    </docblock>
    <parameter name="securityPrefs" optional="false" byreference="false" type="int"/>
  </method>
  <method name="transformToDoc" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Transform to a DOMDocument"/>
      <return type="DOMDocument"/>
    </docblock>
    <parameter name="doc" optional="false" byreference="false" type="object" class="DOMNode"/>
  </method>
  <method name="transformToURI" abstract="false" static="false" final="false">
    <docblock>
      <description compact=""/>
      <return type="int"/>
    </docblock>
    <parameter name="doc" optional="false" byreference="false" type="object" class="DOMDocument"/>
    <parameter name="uri" optional="false" byreference="false" type="string"/>
  </method>
  <method name="transformToXml" abstract="false" static="false" final="false">
    <docblock>
      <description compact="Transform to XML"/>
      <return type="string"/>
    </docblock>
    <parameter name="doc" optional="false" byreference="false" type="object" class="object"/>
  </method>
</class>