OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:publicids
(Results
1 - 5
of
5
) sorted by null
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
domimplementationcreatedocumenttype01.java
38
*
publicIds
and systemIds. Check if the the DocumentType node was created with its
73
java.util.List
publicIds
= new java.util.ArrayList();
74
publicIds
.add("1234");
75
publicIds
.add("test");
83
for (int indexN1005D = 0; indexN1005D <
publicIds
.size(); indexN1005D++) {
84
publicId = (String)
publicIds
.get(indexN1005D);
/external/tagsoup/
TODO
4
Clean systemids as well as
publicids
CHANGES
84
Change bogus chars in
publicids
to spaces
/libcore/luni/src/test/java/tests/org/w3c/dom/
DOMImplementationCreateDocumentType.java
38
* and different
publicIds
and systemIds. Check if the the DocumentType node was
83
List<String>
publicIds
= new ArrayList<String>();
84
publicIds
.add("1234");
85
publicIds
.add("test");
93
for (int indexN1005D = 0; indexN1005D <
publicIds
.size(); indexN1005D++) {
94
publicId = (String)
publicIds
.get(indexN1005D);
/external/tagsoup/src/org/ccil/cowan/tagsoup/
Parser.java
513
// We don't process
publicids
(who uses them anyhow?)
928
// Replace junk in
publicids
with spaces
[
all
...]
Completed in 1882 milliseconds