public class ParserPool extends Object
| Constructor and Description |
|---|
ParserPool(int capacity) |
public SAXParser get() throws ParserConfigurationException, SAXException
public void put(SAXParser parser)
public void returnParser(SAXParser saxParser)
Copyright © 2012 Oracle. All Rights Reserved.