47484950515253
public IDocumentLoader getDocumentLoader() { return new XMLDocumentLoader(); } public IDocumentCharsetDetector getEncodingDetector() { return new XMLDocumentCharsetDetector(); }
45464748495051
setAssociatedContentTypeId(associatedContentTypeID); } @Override public IDocumentCharsetDetector getEncodingDetector() { return new XMLDocumentCharsetDetector(); }
36373839404142