com.sun.msv.generator
Class SchemaLocationRemover
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.
SchemaLocationRemover
public SchemaLocationRemover(ExpressionPool pool)
onAttribute
public Expression onAttribute(AttributeExp exp)
onElement
public Expression onElement(ElementExp exp)
onOther
public Expression onOther(OtherExp exp)
onRef
public Expression onRef(ReferenceExp exp)