Package com.sun.msv.grammar.xmlschema
Class AttributeWildcard
java.lang.Object
com.sun.msv.grammar.xmlschema.AttributeWildcard
Attribute wildcard property of the schema component.
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
FieldsModifier and TypeFieldDescriptionstatic final int
private NameClass
private int
private static final long
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()
createExpression
(XMLSchemaGrammar grammar) Creates the expression that corresponds to the current attribute wildcard specification.getName()
Gets the target of the name class.int
Gets the processing model of the wildcard.
-
Field Details
-
name
-
processMode
private int processMode -
SKIP
public static final int SKIP- See Also:
-
LAX
public static final int LAX- See Also:
-
STRICT
public static final int STRICT- See Also:
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
AttributeWildcard
-
-
Method Details
-
getName
Gets the target of the name class. -
getProcessMode
public int getProcessMode()Gets the processing model of the wildcard. -
copy
-
createExpression
Creates the expression that corresponds to the current attribute wildcard specification.
-