Package org.gocha.collection.iterators

Examples of org.gocha.collection.iterators.XMLNodeIterable


     * @param nl Список XML узлов
     * @return Последовательность XML Узлов
     */
    public static Iterable<org.w3c.dom.Node> xmlNodes(org.w3c.dom.NodeList nl)
    {
        return new XMLNodeIterable(nl);
    }
View Full Code Here

TOP

Related Classes of org.gocha.collection.iterators.XMLNodeIterable

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.