com.sun.msv.reader.datatype.xsd

Interface FacetStateParent

Known Implementing Classes:
AttributeState, ElementRuleWithTypeState, InlineElementState, RestrictionState, SimpleContentRestrictionState

public interface FacetStateParent

Interface implemented by the parent state of FacetState. the parent holds a Facets object, to which FacetState will add facets. After all facets are added, the parent state should derive a new type.
Author:
Kohsuke KAWAGUCHI

Method Summary

XSTypeIncubator
getIncubator()
gets an incubator object that the owner holds.

Method Details

getIncubator

public XSTypeIncubator getIncubator()
gets an incubator object that the owner holds.