@Runtime @User public class BaseVisitor<V extends Visitable<? extends BaseVisitor>> extends Object implements PCDataVisitor
| Modifier and Type | Field and Description |
|---|---|
boolean |
validating
Decides strategy for attribute visiting.
|
| Constructor and Description |
|---|
BaseVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(TypedElement.UnmixedContent content)
To be overridden.
|
void |
visit(TypedPCData pcdata) |
@User public boolean validating
TypedAttribute.setValue(V),
plus (b) all those which have a default value in the DTD (= not "#IMPLIED").
@User public void visit(TypedPCData pcdata)
visit in interface PCDataVisitor@User public void visit(TypedElement.UnmixedContent content)
TypedPCData.see also the complete user documentation .