|
|
@ -443,7 +443,7 @@ public class XMLEntityManager implements XMLComponent, XMLEntityResolver { |
|
|
|
} // setEntityHandler(XMLEntityHandler)
|
|
|
|
} // setEntityHandler(XMLEntityHandler)
|
|
|
|
|
|
|
|
|
|
|
|
//this function returns StaxXMLInputSource
|
|
|
|
//this function returns StaxXMLInputSource
|
|
|
|
public StaxXMLInputSource resolveEntityAsPerStax(XMLResourceIdentifier resourceIdentifier) throws java.io.IOException{ |
|
|
|
public StaxXMLInputSource resolveEntityAsPerStax(XMLResourceIdentifier resourceIdentifier) throws IOException{ |
|
|
|
|
|
|
|
|
|
|
|
if(resourceIdentifier == null ) return null; |
|
|
|
if(resourceIdentifier == null ) return null; |
|
|
|
|
|
|
|
|
|
|
@ -976,8 +976,8 @@ public class XMLEntityManager implements XMLComponent, XMLEntityResolver { |
|
|
|
fEntityStack.removeAllElements(); |
|
|
|
fEntityStack.removeAllElements(); |
|
|
|
fCurrentEntity = null; |
|
|
|
fCurrentEntity = null; |
|
|
|
fValidation = false; |
|
|
|
fValidation = false; |
|
|
|
fExternalGeneralEntities = true; |
|
|
|
fExternalGeneralEntities = false; |
|
|
|
fExternalParameterEntities = true; |
|
|
|
fExternalParameterEntities = false; |
|
|
|
fAllowJavaEncodings = true ; |
|
|
|
fAllowJavaEncodings = true ; |
|
|
|
|
|
|
|
|
|
|
|
//test();
|
|
|
|
//test();
|
|
|
|