All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alachisoft.ncache.ncactivate.utils.XmlUtil Maven / Gradle / Ivy

There is a newer version: 5.3.3
Show newest version
/*
 * XmlUtil.java
 *
 * Created on October 7, 2006, 3:50 PM
 *
 * To change this template, choose Tools | Template Manager
 * and open the template in the editor.
 */

package com.alachisoft.ncache.ncactivate.utils;

/**
 * @author Administrator
 */
public class XmlUtil {

    /**
     * Creates a new instance of XmlUtil
     */
    public XmlUtil() {
    }

    //////////////
    //
    // Extracts text between a starting and ending xml-tag.
    //
    public static boolean ExtractFromXML(String szTag, String szSource, StringRef szDestination) {
        String szCloseTag = new String("




© 2015 - 2024 Weber Informatics LLC | Privacy Policy