IXmlProcessorEngine public interface IXmlProcessorEngine Documentation void AddFlag(string flag) void AddNodeProcessor(Type type) void AddProperty(XmlElement element) void DispatchProcessAll(IXmlProcessorNodeList nodeList) void DispatchProcessCurrent(IXmlProcessorNodeList nodeList) XmlElement GetProperty(string name) IResource GetResource(string uri) bool HasFlag(string flag) bool HasProperty(string name) bool HasSpecialProcessor(XmlNode node) void PopResource() void PushResource(IResource resource) void RemoveFlag(string flag)