public class DPatternWalker extends Object implements DPatternVisitor<Void>
| Constructor and Description | 
|---|
DPatternWalker()  | 
| Modifier and Type | Method and Description | 
|---|---|
Void | 
onAttribute(DAttributePattern p)  | 
Void | 
onChoice(DChoicePattern p)  | 
protected Void | 
onContainer(DContainerPattern p)  | 
Void | 
onData(DDataPattern p)  | 
Void | 
onElement(DElementPattern p)  | 
Void | 
onEmpty(DEmptyPattern p)  | 
Void | 
onGrammar(DGrammarPattern p)  | 
Void | 
onGroup(DGroupPattern p)  | 
Void | 
onInterleave(DInterleavePattern p)  | 
Void | 
onList(DListPattern p)  | 
Void | 
onMixed(DMixedPattern p)  | 
Void | 
onNotAllowed(DNotAllowedPattern p)  | 
Void | 
onOneOrMore(DOneOrMorePattern p)  | 
Void | 
onOptional(DOptionalPattern p)  | 
Void | 
onRef(DRefPattern p)  | 
Void | 
onText(DTextPattern p)  | 
protected Void | 
onUnary(DUnaryPattern p)  | 
Void | 
onValue(DValuePattern p)  | 
protected Void | 
onXmlToken(DXmlTokenPattern p)  | 
Void | 
onZeroOrMore(DZeroOrMorePattern p)  | 
public Void onAttribute(DAttributePattern p)
onAttribute in interface DPatternVisitor<Void>protected Void onXmlToken(DXmlTokenPattern p)
public Void onChoice(DChoicePattern p)
onChoice in interface DPatternVisitor<Void>protected Void onContainer(DContainerPattern p)
public Void onData(DDataPattern p)
onData in interface DPatternVisitor<Void>public Void onElement(DElementPattern p)
onElement in interface DPatternVisitor<Void>public Void onEmpty(DEmptyPattern p)
onEmpty in interface DPatternVisitor<Void>public Void onGrammar(DGrammarPattern p)
onGrammar in interface DPatternVisitor<Void>public Void onGroup(DGroupPattern p)
onGroup in interface DPatternVisitor<Void>public Void onInterleave(DInterleavePattern p)
onInterleave in interface DPatternVisitor<Void>public Void onList(DListPattern p)
onList in interface DPatternVisitor<Void>public Void onMixed(DMixedPattern p)
onMixed in interface DPatternVisitor<Void>public Void onNotAllowed(DNotAllowedPattern p)
onNotAllowed in interface DPatternVisitor<Void>public Void onOneOrMore(DOneOrMorePattern p)
onOneOrMore in interface DPatternVisitor<Void>public Void onOptional(DOptionalPattern p)
onOptional in interface DPatternVisitor<Void>public Void onRef(DRefPattern p)
onRef in interface DPatternVisitor<Void>public Void onText(DTextPattern p)
onText in interface DPatternVisitor<Void>public Void onValue(DValuePattern p)
onValue in interface DPatternVisitor<Void>public Void onZeroOrMore(DZeroOrMorePattern p)
onZeroOrMore in interface DPatternVisitor<Void>protected Void onUnary(DUnaryPattern p)
Copyright © 2018 JBoss by Red Hat. All rights reserved.