Class XmlVisitor
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
Visits the given
Schemainstance and returns the produced result.Implementations typically traverse the schema recursively and aggregate results from child schemas.
- Specified by:
visitin interfaceSchemaVisitor<String>- Parameters:
aSchema- the schema to visit- Returns:
- the result produced by the visitor
-
toString
-