Package ch.randelshofer.scorm

Examples of ch.randelshofer.scorm.TagSoupAutoDetector


                                public Reader autoDetectingReader(InputStream i) {
                                        return new InputStreamReader(i);
                                        }
                                };
                         */
            theAutoDetector = new TagSoupAutoDetector();
            // END PATCH Setup an AutoDetector which actually does something
        }
        theStack = new Element(theSchema.getElementType("<root>"), defaultAttributes);
        thePCDATA = new Element(theSchema.getElementType("<pcdata>"), defaultAttributes);
        theNewElement = null;
View Full Code Here

TOP

Related Classes of ch.randelshofer.scorm.TagSoupAutoDetector

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.