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.
Modifier and Type | Field and Description |
---|---|
static int |
LAX |
static int |
SKIP |
static int |
STRICT |
Constructor and Description |
---|
AttributeWildcard(NameClass name,
int processMode) |
Modifier and Type | Method and Description |
---|---|
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.
|
public static final int SKIP
public static final int LAX
public static final int STRICT
public AttributeWildcard(NameClass name, int processMode)
public NameClass getName()
public int getProcessMode()
public AttributeWildcard copy()
public Expression createExpression(XMLSchemaGrammar grammar)
Copyright © 2016 Oracle Corporation. All rights reserved.