1 type derived from XmlNodeContext
Microsoft.Web.XmlTransform (1)
XmlElementContext.cs (1)
16
internal class XmlElementContext :
XmlNodeContext
1 instantiation of XmlNodeContext
Microsoft.Web.XmlTransform (1)
XmlTransformation.cs (1)
205
TransformLoop(new
XmlNodeContext
(xmlSource));
3 references to XmlNodeContext
Microsoft.Web.XmlTransform (3)
XmlTransformation.cs (3)
208
private void TransformLoop(
XmlNodeContext
parentContext) {
233
private void HandleException(Exception ex,
XmlNodeContext
context) {
237
private Exception WrapException(Exception ex,
XmlNodeContext
context) {