14 references to XmlDocQName
ReachFramework (14)
PrintConfig\PrtTicket_Base.cs (8)
464
if (
XmlDocQName
.GetURI(pt.XmlDoc, optionName) == PrintSchemaNamespaces.StandardKeywordSet)
466
optionLocalName =
XmlDocQName
.GetLocalName(optionName);
506
XmlDocQName
.GetQName(pt.XmlDoc,
620
if (
XmlDocQName
.GetURI(pt.XmlDoc, valueText) == PrintSchemaNamespaces.StandardKeywordSet)
622
stdValue =
XmlDocQName
.GetLocalName(valueText);
674
valueNode.InnerText =
XmlDocQName
.GetQName(pt.XmlDoc,
718
(
XmlDocQName
.GetURI(pt.XmlDoc, fullRefName) == PrintSchemaNamespaces.StandardKeywordSet))
720
refName =
XmlDocQName
.GetLocalName(fullRefName);
PrintConfig\PrtTicket_Editor.cs (6)
279
(
XmlDocQName
.GetURI(pt.XmlDoc, childName) == PrintSchemaNamespaces.StandardKeywordSet) &&
280
(
XmlDocQName
.GetLocalName(childName) == nameAttrWanted))
343
(
XmlDocQName
.GetURI(pt.XmlDoc, childName) == PrintSchemaNamespaces.StandardKeywordSet) &&
344
(
XmlDocQName
.GetLocalName(childName) == nameAttrToDelete))
372
XmlDocQName
.GetQName(pt.XmlDoc, PrintSchemaNamespaces.StandardKeywordSet, nameAttr));
385
XmlDocQName
.GetQName(pt.XmlDoc, PrintSchemaNamespaces.xsd, xsiType));