Package com.sun.msv.generator
Class SchemaLocationRemover
java.lang.Object
com.sun.msv.grammar.ExpressionCloner
com.sun.msv.generator.SchemaLocationRemover
- All Implemented Interfaces:
ExpressionVisitorExpression
removes "xsi:schemaLocation" from AGM.
Because we don't want to see those attributes in generated instances.
-
Field Summary
FieldsFields inherited from class com.sun.msv.grammar.ExpressionCloner
pool
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiononAttribute
(AttributeExp exp) onElement
(ElementExp exp) onRef
(ReferenceExp exp) Methods inherited from class com.sun.msv.grammar.ExpressionCloner
onAnyString, onChoice, onConcur, onData, onEpsilon, onInterleave, onList, onMixed, onNullSet, onOneOrMore, onSequence, onValue
-
Field Details
-
visitedElements
set of visited ElementExps
-
-
Constructor Details
-
SchemaLocationRemover
-
-
Method Details
-
onElement
-
onAttribute
-
onRef
-
onOther
-