public class NameRegistrationVisitor extends SchemaVisitor
PrevalidationVisitor
.Modifier and Type | Field and Description |
---|---|
private ValidationContext |
m_context
Validation context.
|
Constructor and Description |
---|
NameRegistrationVisitor(ValidationContext context)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
visit(AttributeElement node)
Visit attribute element.
|
boolean |
visit(AttributeGroupElement node)
Visit attributeGroup element for definition.
|
boolean |
visit(ComplexTypeElement node)
Visit complexType element.
|
boolean |
visit(ElementElement node)
Visit element element.
|
boolean |
visit(GroupElement node)
Visit group element for definition.
|
boolean |
visit(SchemaBase node)
Visit element.
|
boolean |
visit(SchemaElement node)
Visit schema element.
|
boolean |
visit(SchemaLocationBase node)
Visit schema location element.
|
boolean |
visit(SimpleTypeElement node)
Visit simpleType element.
|
exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, exit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit
private final ValidationContext m_context
public NameRegistrationVisitor(ValidationContext context)
context
- public boolean visit(SchemaBase node)
SchemaVisitor
true
to continue expansion of the tree.visit
in class SchemaVisitor
node
- element being visitedtrue
if children to be processed, false
if notpublic boolean visit(AttributeElement node)
SchemaVisitor
visit
in class SchemaVisitor
node
- element being visitedtrue
if children to be processed, false
if notpublic boolean visit(AttributeGroupElement node)
SchemaVisitor
visit
in class SchemaVisitor
node
- element being visitedtrue
if children to be processed, false
if notpublic boolean visit(ComplexTypeElement node)
SchemaVisitor
visit
in class SchemaVisitor
node
- element being visitedtrue
if children to be processed, false
if notpublic boolean visit(ElementElement node)
SchemaVisitor
visit
in class SchemaVisitor
node
- element being visitedtrue
if children to be processed, false
if notpublic boolean visit(GroupElement node)
SchemaVisitor
visit
in class SchemaVisitor
node
- element being visitedtrue
if children to be processed, false
if notpublic boolean visit(SchemaElement node)
SchemaVisitor
visit
in class SchemaVisitor
node
- element being visitedtrue
if children to be processed, false
if notpublic boolean visit(SchemaLocationBase node)
SchemaVisitor
visit
in class SchemaVisitor
node
- element being visitedtrue
if children to be processed, false
if notpublic boolean visit(SimpleTypeElement node)
SchemaVisitor
visit
in class SchemaVisitor
node
- element being visitedtrue
if children to be processed, false
if not