Package net.sf.saxon.type
Interface SchemaComponentVisitor
-
public interface SchemaComponentVisitor
Interface for a general purpose visitor object used to process schema components
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
visitSchemaComponent(SchemaComponent component)
-
-
-
Method Detail
-
visitSchemaComponent
void visitSchemaComponent(SchemaComponent component) throws XPathException
- Throws:
XPathException
-
-