public MiltonDocument(String host, XmldbURI uri, BrokerPool pool, Subject subject) {
super();
if(userAgentHelper==null){
userAgentHelper=new DefaultUserAgentHelper();
}
if(LOG.isTraceEnabled()) {
LOG.trace(String.format("DOCUMENT:%s", uri.toString()));
}