| /openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/helpers/ |
| H A D | PublicId.java | 56 * @param publicId The unnormalized public identifier. 60 public static String normalize(String publicId) { argument 61 String normal = publicId.replace('\t', ' '); 81 * @param publicId The unnormalized public identifier. 85 public static String encodeURN(String publicId) { argument 86 String urn = PublicId.normalize(publicId); 114 String publicId = ""; 117 publicId = urn.substring(13); 122 publicId = PublicId.stringReplace(publicId, " [all...] |
| /openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/ |
| H A D | XMLNotationDecl.java | 75 /** publicId */ 76 public String publicId; field in class:XMLNotationDecl 92 * @param publicId 95 public void setValues(String name, String publicId, String systemId, String baseSystemId) { argument 97 this.publicId = publicId; 107 this.publicId = null;
|
| H A D | XMLEntityDecl.java | 75 /** publicId */ 76 public String publicId; field in class:XMLEntityDecl 105 * @param publicId 112 public void setValues(String name, String publicId, String systemId, argument 115 setValues(name, publicId, systemId, baseSystemId, notation, null, isPE, inExternal); 122 * @param publicId 130 public void setValues(String name, String publicId, String systemId, argument 134 this.publicId = publicId; 148 this.publicId [all...] |
| /openjdk7/jaxp/src/com/sun/xml/internal/stream/dtd/nonvalidating/ |
| H A D | XMLNotationDecl.java | 34 /** publicId */ 35 public String publicId; field in class:XMLNotationDecl 51 * @param publicId 54 public void setValues(String name, String publicId, String systemId, String baseSystemId) { argument 56 this.publicId = publicId; 66 this.publicId = null;
|
| /openjdk7/jaxp/src/org/xml/sax/ |
| H A D | SAXParseException.java | 132 * @param publicId The public identifier of the entity that generated 141 public SAXParseException (String message, String publicId, String systemId, argument 145 init(publicId, systemId, lineNumber, columnNumber); 163 * @param publicId The public identifier of the entity that generated 173 public SAXParseException (String message, String publicId, String systemId, argument 177 init(publicId, systemId, lineNumber, columnNumber); 184 * @param publicId The public identifier of the entity which generated the exception, 191 private void init (String publicId, String systemId, argument 194 this.publicId = publicId; 286 private String publicId; field in class:SAXParseException [all...] |
| H A D | DTDHandler.java | 86 * <p>At least one of publicId and systemId must be non-null. 95 * @param publicId The notation's public identifier, or null if 105 String publicId, 126 * @param publicId The entity's public identifier, or null if none 134 String publicId, 104 notationDecl(String name, String publicId, String systemId) argument 133 unparsedEntityDecl(String name, String publicId, String systemId, String notationName) argument
|
| H A D | InputSource.java | 171 * @param publicId The public identifier as a string. 176 public void setPublicId (String publicId) argument 178 this.publicId = publicId; 190 return publicId; 352 private String publicId; field in class:InputSource
|
| H A D | EntityResolver.java | 70 * public InputSource resolveEntity (String publicId, String systemId) 123 * @param publicId The public identifier of the external entity 137 public abstract InputSource resolveEntity (String publicId, argument
|
| H A D | HandlerBase.java | 87 * @param publicId The public identifer, or null if none is 97 public InputSource resolveEntity (String publicId, String systemId) argument 118 * @param publicId The notation public identifier, or null if not 123 public void notationDecl (String name, String publicId, String systemId) argument 137 * @param publicId The entity public identifier, or null if not 143 public void unparsedEntityDecl (String name, String publicId, argument
|
| /openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/ |
| H A D | SerializableLocatorImpl.java | 98 return publicId; 150 * @param publicId The new public identifier, or null 154 public void setPublicId (String publicId) argument 156 this.publicId = publicId; 205 private String publicId; field in class:SerializableLocatorImpl
|
| /openjdk7/jaxp/src/org/xml/sax/helpers/ |
| H A D | LocatorImpl.java | 126 return publicId; 179 * @param publicId The new public identifier, or null 183 public void setPublicId (String publicId) argument 185 this.publicId = publicId; 231 private String publicId; field in class:LocatorImpl
|
| /openjdk7/jaxp/src/org/w3c/dom/ls/ |
| H A D | LSResourceResolver.java | 92 * @param publicId The public identifier of the external entity being 106 String publicId, 104 resolveResource(String type, String namespaceURI, String publicId, String systemId, String baseURI) argument
|
| /openjdk7/jaxws/src/share/jaxws_classes/com/sun/istack/internal/ |
| H A D | SAXParseException2.java | 46 public SAXParseException2(String message, String publicId, String systemId, int lineNumber, int columnNumber) { argument 47 super(message, publicId, systemId, lineNumber, columnNumber); 50 public SAXParseException2(String message, String publicId, String systemId, int lineNumber, int columnNumber, Exception e) { argument 51 super(message, publicId, systemId, lineNumber, columnNumber, e);
|
| /openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/ |
| H A D | XMLEntityDescriptionImpl.java | 47 * @param publicId The public identifier. 52 public XMLEntityDescriptionImpl(String entityName, String publicId, String literalSystemId, argument 54 setDescription(entityName, publicId, literalSystemId, baseSystemId, expandedSystemId); 61 * @param publicId The public identifier. 67 public XMLEntityDescriptionImpl(String entityName, String publicId, String literalSystemId, argument 69 setDescription(entityName, publicId, literalSystemId, baseSystemId, expandedSystemId, namespace); 105 * @param publicId The public identifier. 110 public void setDescription(String entityName, String publicId, String literalSystemId, argument 112 setDescription(entityName, publicId, literalSystemId, baseSystemId, expandedSystemId, null); 119 * @param publicId Th 125 setDescription(String entityName, String publicId, String literalSystemId, String baseSystemId, String expandedSystemId, String namespace) argument [all...] |
| H A D | HTTPInputSource.java | 65 * @param publicId The public identifier, if known. 75 public HTTPInputSource(String publicId, String systemId, String baseSystemId) { argument 76 super(publicId, systemId, baseSystemId); 93 * @param publicId The public identifier, if known. 105 public HTTPInputSource(String publicId, String systemId, argument 107 super(publicId, systemId, baseSystemId, byteStream, encoding); 113 * @param publicId The public identifier, if known. 126 public HTTPInputSource(String publicId, String systemId, argument 128 super(publicId, systemId, baseSystemId, charStream, encoding);
|
| H A D | XMLResourceIdentifierImpl.java | 65 * @param publicId The public identifier. 70 public XMLResourceIdentifierImpl(String publicId, argument 73 setValues(publicId, literalSystemId, baseSystemId, 80 * @param publicId The public identifier. 86 public XMLResourceIdentifierImpl(String publicId, String literalSystemId, argument 89 setValues(publicId, literalSystemId, baseSystemId, 98 public void setValues(String publicId, String literalSystemId, argument 100 setValues(publicId, literalSystemId, baseSystemId, 105 public void setValues(String publicId, String literalSystemId, argument 108 fPublicId = publicId; 125 setPublicId(String publicId) argument [all...] |
| /openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xni/parser/ |
| H A D | XMLInputSource.java | 74 * @param publicId The public identifier, if known. 84 public XMLInputSource(String publicId, String systemId, argument 86 fPublicId = publicId; 108 * @param publicId The public identifier, if known. 120 public XMLInputSource(String publicId, String systemId, argument 123 fPublicId = publicId; 133 * @param publicId The public identifier, if known. 146 public XMLInputSource(String publicId, String systemId, argument 149 fPublicId = publicId; 163 * @param publicId Th 165 setPublicId(String publicId) argument [all...] |
| /openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/ |
| H A D | DOMInputImpl.java | 93 * @param publicId The public identifier, if known. 104 public DOMInputImpl(String publicId, String systemId, argument 107 fPublicId = publicId; 116 * @param publicId The public identifier, if known. 129 public DOMInputImpl(String publicId, String systemId, argument 133 fPublicId = publicId; 144 * @param publicId The public identifier, if known. 158 public DOMInputImpl(String publicId, String systemId, argument 162 fPublicId = publicId; 173 * @param publicId Th 187 DOMInputImpl(String publicId, String systemId, String baseSystemId, String data, String encoding) argument 316 setPublicId(String publicId) argument [all...] |
| /openjdk7/jaxp/src/javax/xml/transform/stream/ |
| H A D | StreamSource.java | 207 * @param publicId The public identifier as a string. 209 public void setPublicId(String publicId) { argument 210 this.publicId = publicId; 220 return publicId; 268 private String publicId; field in class:StreamSource
|
| /openjdk7/jaxp/src/org/xml/sax/ext/ |
| H A D | DefaultHandler2.java | 78 public void startDTD (String name, String publicId, String systemId) argument 111 String publicId, String systemId) 138 public InputSource resolveEntity (String name, String publicId, argument 151 public InputSource resolveEntity (String publicId, String systemId) argument 153 { return resolveEntity (null, publicId, null, systemId); } 110 externalEntityDecl(String name, String publicId, String systemId) argument
|
| /openjdk7/jaxp/src/com/sun/xml/internal/stream/events/ |
| H A D | LocationImpl.java | 37 String publicId; field in class:LocationImpl 43 publicId = loc.getPublicId(); 62 return publicId;
|
| H A D | NotationDeclarationImpl.java | 48 public NotationDeclarationImpl(String name,String publicId,String systemId){ argument 50 this.fPublicId = publicId; 57 this.fPublicId = notation.publicId; 74 void setPublicId(String publicId){ argument 75 this.fPublicId = publicId;
|
| /openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/util/ |
| H A D | ForkEntityResolver.java | 48 public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException { argument 49 InputSource is = lhs.resolveEntity(publicId, systemId); 52 return rhs.resolveEntity(publicId,systemId);
|
| /openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/ |
| H A D | NodeLocator.java | 45 * @param publicId a <code>String</code> value 50 public NodeLocator(String publicId, String systemId, argument 53 this.m_publicId = publicId;
|
| /openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/ |
| H A D | ExternalEntity.java | 37 String publicId; // "-//xyz//....//en" field in class:ExternalEntity 48 retval = r.resolveEntity(publicId, systemId);
|