com.sun.msv.generator

Class 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

Constructor Summary

SchemaLocationRemover(ExpressionPool pool)

Method Summary

Expression
onAttribute(AttributeExp exp)
Expression
onElement(ElementExp exp)
Expression
onOther(OtherExp exp)
Expression
onRef(ReferenceExp exp)

Constructor Details

SchemaLocationRemover

public SchemaLocationRemover(ExpressionPool pool)

Method Details

onAttribute

public Expression onAttribute(AttributeExp exp)

onElement

public Expression onElement(ElementExp exp)

onOther

public Expression onOther(OtherExp exp)

onRef

public Expression onRef(ReferenceExp exp)