All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.xmlcalabash.model.DeclarationScope Maven / Gradle / Ivy

The newest version!
package com.xmlcalabash.model;

import java.util.Set;

import net.sf.saxon.s9api.QName;

public interface DeclarationScope {
	public void declareStep(QName type, DeclareStep step);
	public DeclareStep getDeclaration(QName type);
	public Set getInScopeTypes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy