Searched refs:fXIncludeNSContext (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DXIncludeAwareParserConfiguration.java81 protected XIncludeNamespaceSupport fXIncludeNSContext; field in class:XIncludeAwareParserConfiguration
167 if (fCurrentNSContext != fXIncludeNSContext) {
168 if (fXIncludeNSContext == null) {
169 fXIncludeNSContext = new XIncludeNamespaceSupport();
171 fCurrentNSContext = fXIncludeNSContext;
172 setProperty(NAMESPACE_CONTEXT, fXIncludeNSContext);
227 if (fCurrentNSContext != fXIncludeNSContext) {
228 if (fXIncludeNSContext == null) {
229 fXIncludeNSContext = new XIncludeNamespaceSupport();
231 fCurrentNSContext = fXIncludeNSContext;
[all...]

Completed in 28 milliseconds