Package org.modeshape.jcr.federation

Examples of org.modeshape.jcr.federation.FederatedDocumentReader


     *
     * @param document the document that should be read; may not be null
     * @return the document reader; never null
     */
    protected DocumentReader readDocument( Document document ) {
        return new FederatedDocumentReader(translator, document);
    }
View Full Code Here

TOP

Related Classes of org.modeshape.jcr.federation.FederatedDocumentReader

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.