Package org.foray.fotree.math.obj

Examples of org.foray.fotree.math.obj.InstreamMathElement


        final PropertyListUnparsed propertyListUnparsed
                = (PropertyListUnparsed) propertyList;
        if (parent instanceof InstreamForeignObject) {
            final InstreamForeignObject ifo =
                    (InstreamForeignObject) parent;
            return new InstreamMathElement(ifo, propertyListUnparsed);
        } else {
            parent.throwException("Instream MathML content must be inside "
                    + "an fo:instream-foreign-object.");
            return null;
        }
View Full Code Here

TOP

Related Classes of org.foray.fotree.math.obj.InstreamMathElement

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.