using System; namespace SharpVectors.Dom { /// /// Summary description for IProcessingInstruction. /// public interface IProcessingInstruction { } }