Package org.axsl.galley

Examples of org.axsl.galley.ForeignContent


    /**
     * {@inheritDoc}
     */
    public void render(final ForeignObjectArea area) throws GalleyVisitorException {
        final ForeignContent foreignContent = area.getContainedForeignObject();
        if (foreignContent == null) {
            this.getLogger().warn("At rendering, ForeignContent area "
                    + "has no parsed content");
            return;
        }
View Full Code Here

TOP

Related Classes of org.axsl.galley.ForeignContent

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.