net.sf.doolin.oxml.source
Class AbstractOXMLSource
java.lang.Object
net.sf.doolin.oxml.source.AbstractOXMLSource
- All Implemented Interfaces:
- OXMLSource
- Direct Known Subclasses:
- StreamOXMLSource, URLOXMLSource
public abstract class AbstractOXMLSource
- extends Object
- implements OXMLSource
Utility ancestor for the setup of the parser.
- Author:
- Damien Coraboeuf
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractOXMLSource
public AbstractOXMLSource()
getBuilder
protected DocumentBuilder getBuilder()
throws IOException
- Creates a document builder for the parsing.
- Returns:
- Document builder
- Throws:
IOException - If the DOM builder cannnot be configured
Copyright © 2011. All Rights Reserved.