java.lang.Object
org.refcodes.schema.XmlVisitor
- All Implemented Interfaces:
SchemaVisitor<String>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
XmlVisitor
public XmlVisitor()
-
-
Method Details
-
visit
Produces a result from the provided children's results and the currently visitedSchemainstance.- Specified by:
visitin interfaceSchemaVisitor<String>- Parameters:
aSchema- TheSchemainstance to be visited.aResults- The results produced by thisSchemaVisitorinstance when having been invoked for theSchemainstance's children ornullif the visitedSchemainstance does not have any children.- Returns:
- The accordingly produced result of the
SchemaVisitorinstance.
-
toString
-