com.sun.tools.xjc.reader.relaxng

Class TypePatternBinder

final class TypePatternBinder extends DPatternWalker

Fumigate the named patterns that can be bound to inheritance.
Method Summary
VoidonAttribute(DAttributePattern p)
VoidonChoice(DChoicePattern p)
VoidonList(DListPattern p)
VoidonMixed(DMixedPattern p)
VoidonOneOrMore(DOneOrMorePattern p)
VoidonOptional(DOptionalPattern p)
VoidonRef(DRefPattern p)
VoidonZeroOrMore(DZeroOrMorePattern p)
voidreset()

Method Detail

onAttribute

public Void onAttribute(DAttributePattern p)

onChoice

public Void onChoice(DChoicePattern p)

onList

public Void onList(DListPattern p)

onMixed

public Void onMixed(DMixedPattern p)

onOneOrMore

public Void onOneOrMore(DOneOrMorePattern p)

onOptional

public Void onOptional(DOptionalPattern p)

onRef

public Void onRef(DRefPattern p)

onZeroOrMore

public Void onZeroOrMore(DZeroOrMorePattern p)

reset

void reset()