Searched refs:systemId (Results 26 - 50 of 72) sorted by relevance

123

/libcore/luni/src/main/java/org/w3c/dom/ls/
H A DLSOutput.java40 * <li> <code>LSOutput.systemId</code>
85 public void setSystemId(String systemId); argument
H A DLSInput.java42 * <code>LSInput.systemId</code>
148 public void setSystemId(String systemId); argument
169 * resolving a relative <code>systemId</code> to an absolute URI.
176 * resolving a relative <code>systemId</code> to an absolute URI.
/libcore/luni/src/main/java/org/xml/sax/
H A DParser.java191 * parse(new InputSource(systemId));
197 * @param systemId The system identifier (URI).
205 public abstract void parse (String systemId) argument
/libcore/luni/src/main/java/org/xml/sax/ext/
H A DDeclHandler.java135 * @param systemId The entity's system identifier.
141 String systemId)
140 externalEntityDecl(String name, String publicId, String systemId) argument
H A DLexicalHandler.java76 * @param systemId The declared system identifier for the
86 String systemId)
85 startDTD(String name, String publicId, String systemId) argument
H A DEntityResolver2.java175 * @param systemId The system identifier of the external entity
194 String systemId
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
H A Dentitygetpublicid.java71 String systemId;
81 systemId = entityNode.getSystemId();
82 assertURIEquals("systemId", null, null, null, "entityFile", null, null, null, null, systemId);
H A Dnotationgetsystemid.java68 String systemId;
76 systemId = notationNode.getSystemId();
77 assertURIEquals("uriEquals", null, null, null, "notation2File", null, null, null, null, systemId);
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
H A Ddomimplementationcreatedocumenttype01.java35 * systemId should create an empty DocumentType node.
72 String systemId;
86 systemId = (String) systemIds.get(indexN10061);
87 newDocType = domImpl.createDocumentType(qualifiedName, publicId, systemId);
H A Ddocumentimportnode19.java87 String systemId;
108 systemId = entity2.getSystemId();
110 assertEquals("documentimportnode19_Ent2SystemId", systemId, systemIdImp);
111 systemId = entity6.getSystemId();
113 assertEquals("documentimportnode19_Ent6SystemId", systemId, systemIdImp);
H A DcreateDocumentType03.java34 * The "createDocumentType(qualifiedName,publicId,systemId)" method for a
38 * Invoke method createDocumentType(qualifiedName,publicId,systemId) on
70 String systemId = "myDoc.dtd";
79 newType = domImpl.createDocumentType(qualifiedName, publicId, systemId);
H A Ddomimplementationcreatedocumenttype02.java48 * systemId should create an empty DocumentType node.
51 * and a valid publicId and systemId. Check if the the DocumentType node was created
84 String systemId = "dom2.dtd";
106 newDocType = domImpl.createDocumentType(qualifiedName, publicId, systemId);
H A Ddomimplementationcreatedocumenttype04.java82 String systemId = "dom2.dtd";
108 newDocType = domImpl.createDocumentType(qualifiedName, publicId, systemId);
/libcore/luni/src/main/java/javax/xml/transform/sax/
H A DSAXSource.java141 * @param systemId The system identifier as a URI string.
143 public void setSystemId(String systemId) { argument
146 inputSource = new InputSource(systemId);
148 inputSource.setSystemId(systemId);
/libcore/luni/src/main/java/org/apache/harmony/xml/
H A DExpatParser.java58 private final String systemId; field in class:ExpatParser
80 boolean processNamespaces, String publicId, String systemId) {
82 this.systemId = systemId;
104 String publicId, String systemId) {
108 this.systemId = systemId;
203 /*package*/ void startDtd(String name, String publicId, String systemId) argument
207 lexicalHandler.startDTD(name, publicId, systemId);
226 /*package*/ void notationDecl(String name, String publicId, String systemId) throw argument
79 ExpatParser(String encoding, ExpatReader xmlReader, boolean processNamespaces, String publicId, String systemId) argument
103 ExpatParser(String encoding, ExpatReader xmlReader, long pointer, String publicId, String systemId) argument
233 unparsedEntityDecl(String name, String publicId, String systemId, String notationName) argument
247 handleExternalEntity(String context, String publicId, String systemId) argument
768 EntityParser(String encoding, ExpatReader xmlReader, long pointer, String publicId, String systemId) argument
[all...]
H A DExpatReader.java286 String systemId = input.getSystemId();
287 if (systemId == null) {
292 in = ExpatParser.openUrl(systemId);
294 parse(in, encoding, input.getPublicId(), systemId);
300 private void parse(Reader in, String publicId, String systemId) argument
307 systemId
312 private void parse(InputStream in, String charsetName, String publicId, String systemId) argument
315 new ExpatParser(charsetName, this, processNamespaces, publicId, systemId);
319 public void parse(String systemId) throws IOException, SAXException { argument
320 parse(new InputSource(systemId));
[all...]
/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DDOMImplementationCreateDocumentType.java35 * and systemId should create an empty DocumentType node.
82 String systemId;
96 systemId = (String) systemIds.get(indexN10061);
98 publicId, systemId);
115 String systemId = "dom2.dtd";
138 systemId);
152 String systemId = "dom2.dtd";
175 systemId);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
H A DMockHandler.java77 public void notationDecl(String name, String publicId, String systemId) throws SAXException { argument
78 logger.add("notationDecl", name, publicId, systemId);
110 public void unparsedEntityDecl(String name, String publicId, String systemId, argument
112 logger.add("unparsedEntityDecl", name, publicId, systemId, notationName);
139 public void startDTD(String name, String publicId, String systemId) throws SAXException { argument
140 logger.add("startDTD", name, publicId, systemId);
H A DNoSubclassParser.java36 public void parse(String systemId) { argument
H A DMockParser.java44 public void parse(String systemId) throws SAXException, IOException { argument
45 logger.add("parse", systemId);
H A DDoNothingParser.java37 public void parse(String systemId) { argument
/libcore/luni/src/main/java/org/xml/sax/helpers/
H A DDefaultHandler.java79 * @param systemId The system identifier provided in the XML
89 public InputSource resolveEntity (String publicId, String systemId)
113 * @param systemId The notation system identifier.
118 public void notationDecl (String name, String publicId, String systemId)
135 * @param systemId The entity system identifier.
142 String systemId, String notationName)
88 resolveEntity(String publicId, String systemId) argument
116 notationDecl(String name, String publicId, String systemId) argument
139 unparsedEntityDecl(String name, String publicId, String systemId, String notationName) argument
H A DXMLFilterImpl.java342 * @param systemId The system identifier as a fully-qualified URI.
349 public void parse (String systemId)
352 parse(new InputSource(systemId));
367 * @param systemId The entity's system identifier.
375 public InputSource resolveEntity (String publicId, String systemId)
379 return entityResolver.resolveEntity(publicId, systemId);
398 * @param systemId The notation's system identifier, or null.
402 public void notationDecl (String name, String publicId, String systemId)
406 dtdHandler.notationDecl(name, publicId, systemId);
416 * @param systemId Th argument
346 parse(String systemId) argument
371 resolveEntity(String publicId, String systemId) argument
397 notationDecl(String name, String publicId, String systemId) argument
[all...]
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DDOMImplementationImpl.java48 String publicId, String systemId) throws DOMException {
49 return new DocumentTypeImpl(null, qualifiedName, publicId, systemId);
47 createDocumentType(String qualifiedName, String publicId, String systemId) argument
/libcore/dom/src/test/java/org/w3c/domts/
H A DJTidyDOMImplementation.java60 * @param systemId The external subset system identifier.
78 String systemId) throws DOMException {
76 createDocumentType(String qualifiedName, String publicId, String systemId) argument

Completed in 361 milliseconds

123