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

com.crabshue.commons.xml.processinginstructions.ProcessingInstructionsConstants Maven / Gradle / Ivy

package com.crabshue.commons.xml.processinginstructions;

/**
 * Constants for processing instructions.
 *
 */
public class ProcessingInstructionsConstants {

    protected ProcessingInstructionsConstants() {

    }

    public static final String PROCESSING_INSTRUCTION_REGEXP = "<\\?.*?\\?>";
    public static final String PROCESSING_INSTRUCTION_START = "\\s*?<\\?.*";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy