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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLStreamReaderImpl.java129 //publicId, systemid, baseSystemId, inputStream, enocding
140 * @param systemid
144 public XMLStreamReaderImpl(String systemid, PropertyManager props) throws XMLStreamException { argument
146 //publicId, systemid, baseSystemId, inputStream, enocding
147 XMLInputSource inputSource = new XMLInputSource(null,systemid,null);
161 //publicId, systemid, baseSystemId, inputStream, enocding
174 //publicId, systemid, baseSystemId, inputStream, enocding

Completed in 924 milliseconds