com.sun.msv.grammar.xmlschema

Class SkipElementExp

public class SkipElementExp extends ElementPattern

ElementExp that is used for <any processContents="skip"/>. This is kept in the separate class so that the wildcard element can be easily distinguished by the application program.

Author: Kohsuke KAWAGUCHI

Constructor Summary
SkipElementExp(NameClass nameClass, Expression contentModel)

Constructor Detail

SkipElementExp

public SkipElementExp(NameClass nameClass, Expression contentModel)