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