* This class is derived from <em>Attribute</em> and represents a reference
* to a <href="http://wwwipd.ira.uka.de/~pizza/gj/">GJ</a> attribute.
*
- * @version $Id: Signature.java,v 1.7 2008/05/28 23:53:02 aclement Exp $
+ * @version $Id: Signature.java,v 1.8 2008/08/26 15:01:23 aclement Exp $
* @author <A HREF="mailto:markus.dahm@berlin.de">M. Dahm</A>
* @see Attribute
*/
return ch == 'T' || ch == 'L';
}
- private static boolean identPart(int ch) {
- return ch == '/' || ch == ';';
- }
-
private static final void matchIdent(MyByteArrayInputStream in, StringBuffer buf) {
int ch;