14 references to XmlDocQName
ReachFramework (14)
PrintConfig\PrtTicket_Base.cs (8)
453
if (
XmlDocQName
.GetURI(pt.XmlDoc, optionName) == PrintSchemaNamespaces.StandardKeywordSet)
455
optionLocalName =
XmlDocQName
.GetLocalName(optionName);
495
XmlDocQName
.GetQName(pt.XmlDoc,
608
if (
XmlDocQName
.GetURI(pt.XmlDoc, valueText) == PrintSchemaNamespaces.StandardKeywordSet)
610
stdValue =
XmlDocQName
.GetLocalName(valueText);
662
valueNode.InnerText =
XmlDocQName
.GetQName(pt.XmlDoc,
706
(
XmlDocQName
.GetURI(pt.XmlDoc, fullRefName) == PrintSchemaNamespaces.StandardKeywordSet))
708
refName =
XmlDocQName
.GetLocalName(fullRefName);
PrintConfig\PrtTicket_Editor.cs (6)
271
(
XmlDocQName
.GetURI(pt.XmlDoc, childName) == PrintSchemaNamespaces.StandardKeywordSet) &&
272
(
XmlDocQName
.GetLocalName(childName) == nameAttrWanted))
335
(
XmlDocQName
.GetURI(pt.XmlDoc, childName) == PrintSchemaNamespaces.StandardKeywordSet) &&
336
(
XmlDocQName
.GetLocalName(childName) == nameAttrToDelete))
364
XmlDocQName
.GetQName(pt.XmlDoc, PrintSchemaNamespaces.StandardKeywordSet, nameAttr));
377
XmlDocQName
.GetQName(pt.XmlDoc, PrintSchemaNamespaces.xsd, xsiType));