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.
- Author:
- Kohsuke KAWAGUCHI
-
Field Summary
Fields -
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
-
SKIP
public static final int SKIP- See Also:
-
LAX
public static final int LAX- See Also:
-
STRICT
public static final int STRICT- 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.
-