com.thaiopensource.xml.dtd.parse.Param Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of trang Show documentation
Show all versions of trang Show documentation
Jing/Trang - tools for validating and translating RelaxNG
The newest version!
package com.thaiopensource.xml.dtd.parse;
import java.util.Vector;
import java.util.Enumeration;
import com.thaiopensource.xml.dtd.om.*;
class Param {
static final int REFERENCE = 0;
static final int REFERENCE_END = 1;
static final int LITERAL = 2;
static final int MODEL_GROUP = 3;
static final int PERCENT = 4;
static final int IMPLIED = 5; // #IMPLIED
static final int REQUIRED = 6; // #REQUIRED
static final int FIXED = 7; // #REQUIRED
static final int EMPTY = 8;
static final int ANY = 9;
static final int ELEMENT_NAME = 10; // name after