com.sun.msv.generator
Class SchemaLocationRemover

java.lang.Object
  extended byExpressionCloner
      extended bycom.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

Constructor Summary
SchemaLocationRemover(ExpressionPool pool)
           
 
Method Summary
 Expression onAttribute(AttributeExp exp)
           
 Expression onElement(ElementExp exp)
           
 Expression onOther(OtherExp exp)
           
 Expression onRef(ReferenceExp exp)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaLocationRemover

public SchemaLocationRemover(ExpressionPool pool)
Method Detail

onElement

public Expression onElement(ElementExp exp)

onAttribute

public Expression onAttribute(AttributeExp exp)

onRef

public Expression onRef(ReferenceExp exp)

onOther

public Expression onOther(OtherExp exp)