com.sun.msv.generator
Class SchemaLocationRemover
java.lang.Object
ExpressionCloner
com.sun.msv.generator.SchemaLocationRemover
- public class SchemaLocationRemover
- extends ExpressionCloner
removes "xsi:schemaLocation" from AGM.
Because we don't want to see those attributes in generated instances.
- Author:
- Kohsuke KAWAGUCHI
- See Also:
- Serialized Form
|
Method Summary |
Expression |
onAttribute(AttributeExp exp)
|
Expression |
onElement(ElementExp exp)
|
Expression |
onOther(OtherExp exp)
|
Expression |
onRef(ReferenceExp exp)
|
SchemaLocationRemover
public SchemaLocationRemover(ExpressionPool pool)
onElement
public Expression onElement(ElementExp exp)
onAttribute
public Expression onAttribute(AttributeExp exp)
onRef
public Expression onRef(ReferenceExp exp)
onOther
public Expression onOther(OtherExp exp)