Searched defs:baseSystemId (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLNotationDecl.java82 public String baseSystemId; field in class:XMLNotationDecl
95 public void setValues(String name, String publicId, String systemId, String baseSystemId) { argument
99 this.baseSystemId = baseSystemId;
109 this.baseSystemId = null;
H A DXMLEntityDecl.java81 /** baseSystemId */
82 public String baseSystemId; field in class:XMLEntityDecl
107 * @param baseSystemId
113 String baseSystemId, String notation,
115 setValues(name, publicId, systemId, baseSystemId, notation, null, isPE, inExternal);
124 * @param baseSystemId
131 String baseSystemId, String notation,
136 this.baseSystemId = baseSystemId;
150 this.baseSystemId
112 setValues(String name, String publicId, String systemId, String baseSystemId, String notation, boolean isPE, boolean inExternal) argument
130 setValues(String name, String publicId, String systemId, String baseSystemId, String notation, String value, boolean isPE, boolean inExternal) argument
[all...]
H A DXMLDTDLoader.java503 String publicId, String systemId, String baseSystemId, String internalSubset)
519 XMLInputSource is = new XMLInputSource(null, baseSystemId,
526 XMLDTDDescription desc = new XMLDTDDescription(publicId, systemId, baseSystemId, null, rootName);
502 loadGrammarWithContext(XMLDTDValidator validator, String rootName, String publicId, String systemId, String baseSystemId, String internalSubset) argument
/openjdk7/jaxp/src/com/sun/xml/internal/stream/dtd/nonvalidating/
H A DXMLNotationDecl.java41 public String baseSystemId; field in class:XMLNotationDecl
54 public void setValues(String name, String publicId, String systemId, String baseSystemId) { argument
58 this.baseSystemId = baseSystemId;
68 this.baseSystemId = null;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DHTTPInputSource.java71 * @param baseSystemId The base system identifier. This value should
75 public HTTPInputSource(String publicId, String systemId, String baseSystemId) { argument
76 super(publicId, systemId, baseSystemId);
99 * @param baseSystemId The base system identifier. This value should
106 String baseSystemId, InputStream byteStream, String encoding) {
107 super(publicId, systemId, baseSystemId, byteStream, encoding);
119 * @param baseSystemId The base system identifier. This value should
127 String baseSystemId, Reader charStream, String encoding) {
128 super(publicId, systemId, baseSystemId, charStream, encoding);
105 HTTPInputSource(String publicId, String systemId, String baseSystemId, InputStream byteStream, String encoding) argument
126 HTTPInputSource(String publicId, String systemId, String baseSystemId, Reader charStream, String encoding) argument
H A DXMLEntityDescriptionImpl.java49 * @param baseSystemId The base system identifier.
53 String baseSystemId, String expandedSystemId) {
54 setDescription(entityName, publicId, literalSystemId, baseSystemId, expandedSystemId);
63 * @param baseSystemId The base system identifier.
68 String baseSystemId, String expandedSystemId, String namespace) {
69 setDescription(entityName, publicId, literalSystemId, baseSystemId, expandedSystemId, namespace);
107 * @param baseSystemId The base system identifier.
111 String baseSystemId, String expandedSystemId) {
112 setDescription(entityName, publicId, literalSystemId, baseSystemId, expandedSystemId, null);
121 * @param baseSystemId Th
52 XMLEntityDescriptionImpl(String entityName, String publicId, String literalSystemId, String baseSystemId, String expandedSystemId) argument
67 XMLEntityDescriptionImpl(String entityName, String publicId, String literalSystemId, String baseSystemId, String expandedSystemId, String namespace) argument
110 setDescription(String entityName, String publicId, String literalSystemId, String baseSystemId, String expandedSystemId) argument
125 setDescription(String entityName, String publicId, String literalSystemId, String baseSystemId, String expandedSystemId, String namespace) argument
[all...]
H A DXMLResourceIdentifierImpl.java67 * @param baseSystemId The base system identifier.
71 String literalSystemId, String baseSystemId,
73 setValues(publicId, literalSystemId, baseSystemId,
82 * @param baseSystemId The base system identifier.
87 String baseSystemId, String expandedSystemId,
89 setValues(publicId, literalSystemId, baseSystemId,
99 String baseSystemId, String expandedSystemId) {
100 setValues(publicId, literalSystemId, baseSystemId,
106 String baseSystemId, String expandedSystemId,
110 fBaseSystemId = baseSystemId;
70 XMLResourceIdentifierImpl(String publicId, String literalSystemId, String baseSystemId, String expandedSystemId) argument
86 XMLResourceIdentifierImpl(String publicId, String literalSystemId, String baseSystemId, String expandedSystemId, String namespace) argument
98 setValues(String publicId, String literalSystemId, String baseSystemId, String expandedSystemId) argument
105 setValues(String publicId, String literalSystemId, String baseSystemId, String expandedSystemId, String namespace) argument
135 setBaseSystemId(String baseSystemId) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/parser/
H A DXMLInputSource.java80 * @param baseSystemId The base system identifier. This value should
85 String baseSystemId) {
88 fBaseSystemId = baseSystemId;
114 * @param baseSystemId The base system identifier. This value should
121 String baseSystemId, InputStream byteStream,
125 fBaseSystemId = baseSystemId;
139 * @param baseSystemId The base system identifier. This value should
147 String baseSystemId, Reader charStream,
151 fBaseSystemId = baseSystemId;
191 * @param baseSystemId Th
84 XMLInputSource(String publicId, String systemId, String baseSystemId) argument
120 XMLInputSource(String publicId, String systemId, String baseSystemId, InputStream byteStream, String encoding) argument
146 XMLInputSource(String publicId, String systemId, String baseSystemId, Reader charStream, String encoding) argument
193 setBaseSystemId(String baseSystemId) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DUtil.java142 String baseSystemId,
147 base = new URL(baseSystemId);
149 base = new File(baseSystemId).toURL();
160 fail("parsing.invalidURI", baseSystemId);
141 processSystemIdWithBase( String baseSystemId, String systemId) argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMInputImpl.java99 * @param baseSystemId The base system identifier. This value should
105 String baseSystemId) {
109 fBaseSystemId = baseSystemId;
122 * @param baseSystemId The base system identifier. This value should
130 String baseSystemId, InputStream byteStream,
135 fBaseSystemId = baseSystemId;
150 * @param baseSystemId The base system identifier. This value should
159 String baseSystemId, Reader charStream,
164 fBaseSystemId = baseSystemId;
179 * @param baseSystemId Th
104 DOMInputImpl(String publicId, String systemId, String baseSystemId) argument
129 DOMInputImpl(String publicId, String systemId, String baseSystemId, InputStream byteStream, String encoding) argument
158 DOMInputImpl(String publicId, String systemId, String baseSystemId, Reader charStream, String encoding) argument
187 DOMInputImpl(String publicId, String systemId, String baseSystemId, String data, String encoding) argument
[all...]
/openjdk7/jaxp/src/com/sun/xml/internal/stream/
H A DXMLEntityStorage.java196 * @param baseSystemId The base system identifier of the entity.
208 String baseSystemId) {
210 if (baseSystemId == null) {
216 * baseSystemId = fCurrentEntity.entityLocation.getExpandedSystemId();
222 baseSystemId = fCurrentEntity.entityLocation.getExpandedSystemId();
229 * baseSystemId = externalEntity.entityLocation.getExpandedSystemId();
239 baseSystemId, expandSystemId(literalSystemId, baseSystemId)),
308 String baseSystemId, String notation) {
312 Entity entity = new Entity.ExternalEntity(name, new XMLResourceIdentifierImpl(publicId, systemId, baseSystemId, nul
206 addExternalEntity(String name, String publicId, String literalSystemId, String baseSystemId) argument
306 addUnparsedEntity(String name, String publicId, String systemId, String baseSystemId, String notation) argument
523 expandSystemId(String systemId, String baseSystemId) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLEntityManager.java455 * @param baseSystemId The base system identifier of the entity.
467 String baseSystemId) throws IOException {
469 if (baseSystemId == null) {
473 baseSystemId = fCurrentEntity.entityLocation.getExpandedSystemId();
479 baseSystemId = externalEntity.entityLocation.getExpandedSystemId();
485 new XMLEntityDescriptionImpl(name, publicId, literalSystemId, baseSystemId,
486 expandSystemId(literalSystemId, baseSystemId, false)), null, fInExternalSubset);
518 String baseSystemId, String notation) {
521 new XMLEntityDescriptionImpl(name, publicId, systemId, baseSystemId, null),
594 String baseSystemId
465 addExternalEntity(String name, String publicId, String literalSystemId, String baseSystemId) argument
516 addUnparsedEntity(String name, String publicId, String systemId, String baseSystemId, String notation) argument
1885 expandSystemId(String systemId, String baseSystemId) argument
1953 expandSystemId(String systemId, String baseSystemId, boolean strict) argument
2070 expandSystemIdStrictOn(String systemId, String baseSystemId) argument
2119 expandSystemIdStrictOff(String systemId, String baseSystemId) argument
2160 expandSystemIdStrictOff1(String systemId, String baseSystemId) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeHandler.java2947 String systemId, String baseSystemId,
2950 HTTPInputSource httpSource = new HTTPInputSource(publicId, systemId, baseSystemId);
2946 createInputSource(String publicId, String systemId, String baseSystemId, String accept, String acceptLanguage) argument

Completed in 346 milliseconds