OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setPrefix
(Results
1 - 25
of
177
) sorted by null
1
2
3
4
5
6
7
8
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
LogWriter.java
42
setPrefix
(prefix);
59
public synchronized void
setPrefix
(String prefix) {
/libcore/luni/src/test/java/tests/org/w3c/dom/
NodeSetPrefix.java
38
* The method
setPrefix
sets the namespace prefix of this node. Note that
44
* DocumentFragment Node without a prefix. Call
setPrefix
on the elemen node.
93
element.
setPrefix
("dmstc");
117
// newAttribute.
setPrefix
("dom");
134
element.
setPrefix
("test");
159
// attribute.
setPrefix
("test");
186
element.
setPrefix
(prefixValue);
204
element.
setPrefix
("xml");
221
attribute.
setPrefix
("xmlns");
241
attribute.
setPrefix
("xml")
[
all
...]
Prefix.java
136
addrAttr.
setPrefix
("xmlns");
154
employeeNode.
setPrefix
("pre^fix xmlns='http//www.nist.gov'");
172
employeeNode.
setPrefix
("emp::");
206
// entElement.
setPrefix
("newPrefix");
226
addrAttr.
setPrefix
("xxx");
244
employeeNode.
setPrefix
("xml");
264
employeeNode.
setPrefix
("employee1");
/external/clang/include/clang/Frontend/
TextDiagnosticPrinter.h
45
///
setPrefix
- Set the diagnostic printer prefix string, which will be
48
void
setPrefix
(std::string Value) { Prefix = Value; }
/external/opencv3/3rdparty/openexr/IlmImf/
ImfKeyCode.h
133
void
setPrefix
(int prefix);
ImfKeyCode.cpp
58
setPrefix
(prefix);
135
KeyCode::
setPrefix
(int prefix)
ImfKeyCodeAttribute.cpp
82
_value.
setPrefix
(tmp);
/external/libgdx/gdx/src/com/badlogic/gdx/assets/loaders/resolvers/
PrefixFileHandleResolver.java
42
public void
setPrefix
(String prefix) {
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
nodesetprefix06.java
34
* The method
setPrefix
raises a NAMESPACE_ERR if the specified prefix is "xml" and the namespaceURI
36
* Invoke the
setPrefix
method on this Element object with namespaceURI that is different from
73
element.
setPrefix
("xml");
nodesetprefix07.java
34
* The method
setPrefix
raises a NAMESPACE_ERR if this node is an attribute and the specified
74
attribute.
setPrefix
("xmlns");
nodesetprefix08.java
34
* The method
setPrefix
raises a NAMESPACE_ERR if this node is an attribute and the qualifiedName
76
attribute.
setPrefix
("xml");
nodesetprefix09.java
34
* The method
setPrefix
raises a INVALID_CHARACTER_ERR if the specified prefix contains an illegal character.
35
* Create a new namespace aware element node and call the
setPrefix
method on it with a prefix having
72
element.
setPrefix
(value);
prefix05.java
34
* The "
setPrefix
(prefix)" method raises a
84
addrAttr.
setPrefix
("xmlns");
prefix07.java
34
* The "
setPrefix
(prefix)" method raises a
78
employeeNode.
setPrefix
("emp::");
prefix10.java
34
* The "
setPrefix
(prefix)" method raises a
80
employeeNode.
setPrefix
("xml");
prefix11.java
34
* The "
setPrefix
(prefix)" method raises a
81
employeeNode.
setPrefix
("employee1");
nodesetprefix01.java
34
* The method
setPrefix
sets the namespace prefix of this node. Note that setting this attribute,
39
* a prefix. Call
setPrefix
on the elemen node. Check if the prefix was set correctly on the element.
82
element.
setPrefix
("dmstc");
nodesetprefix02.java
34
* The method
setPrefix
sets the namespace prefix of this node. Note that setting this attribute,
39
* newly created attribute using
setPrefix
. Check if the new attribute nodeName has changed
86
newAttribute.
setPrefix
("dom");
nodesetprefix03.java
34
* The method
setPrefix
raises a NAMESPACE_ERR if the namespaceURI of this node is null.
36
* Create a new element node without a namespace prefix. Call
setPrefix
on the newly created elemenent node.
78
element.
setPrefix
("test");
nodesetprefix04.java
34
* The method
setPrefix
raises a NAMESPACE_ERR if the namespaceURI of this node is null.
35
* Retreive the a default Attribute node which does not have a namespace prefix. Call the
setPrefix
86
attribute.
setPrefix
("test");
nodesetprefix05.java
34
* The method
setPrefix
raises a NAMESPACE_ERR if the specified prefix is malformed.
35
* Create a new namespace aware element node and call the
setPrefix
method on it with several malformed
87
element.
setPrefix
(prefixValue);
prefix06.java
34
* The "
setPrefix
(prefix)" method raises a
85
employeeNode.
setPrefix
("pre^fix xmlns='http//www.nist.gov'");
prefix08.java
34
* The "
setPrefix
(prefix)" method causes the
40
* from the entity reference and execute the "
setPrefix
(prefix)" method.
100
entElement.
setPrefix
("newPrefix");
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
JPDALogWriter.java
95
public void
setPrefix
(String prefix) {
96
super.
setPrefix
(prefix);
/external/icu/icu4c/source/i18n/
collationsets.h
69
void
setPrefix
(const UnicodeString &pfx) {
117
void
setPrefix
(const UnicodeString &pfx) {
Completed in 429 milliseconds
1
2
3
4
5
6
7
8