001 package com.thaiopensource.relaxng.impl; 002 003 abstract class StringPattern extends Pattern { 004 StringPattern(int hc) { 005 super(false, DATA_CONTENT_TYPE, hc); 006 } 007 }