com.sun.msv.grammar.xmlschema
public class AttributeWildcard extends Object
This object is used during the parsing process to keep the intermediate information. Once the parsing is finished, attribute wildcard is kept as an expression.
Field Summary | |
---|---|
static int | LAX |
static int | SKIP |
static int | STRICT |
Constructor Summary | |
---|---|
AttributeWildcard(NameClass name, int processMode) |
Method Summary | |
---|---|
AttributeWildcard | copy() |
Expression | createExpression(XMLSchemaGrammar grammar)
Creates the expression that corresponds to
the current attribute wildcard specification. |
NameClass | getName() Gets the target of the name class. |
int | getProcessMode() Gets the processing model of the wildcard. |