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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeHandler.java1592 XMLInputSource includedSource = null;
1605 includedSource =
1608 if (includedSource != null &&
1609 !(includedSource instanceof HTTPInputSource) &&
1611 includedSource.getCharacterStream() == null &&
1612 includedSource.getByteStream() == null) {
1614 includedSource = createInputSource(includedSource.getPublicId(), includedSource.getSystemId(),
1615 includedSource
1936 searchForRecursiveIncludes(XMLLocator includedSource) argument
[all...]

Completed in 3265 milliseconds