System\ServiceModel\Syndication\Atom10FeedFormatter.cs (20)
128void IXmlSerializable.WriteXml(XmlWriter writer)
150public override void WriteTo(XmlWriter writer)
254internal static void WriteCategory(XmlWriter writer, SyndicationCategory category, string version)
398internal void WriteContentTo(XmlWriter writer, string elementName, SyndicationContent content)
406internal void WriteElement(XmlWriter writer, string elementName, string value)
414internal void WriteFeedAuthorsTo(XmlWriter writer, Collection<SyndicationPerson> authors)
423internal void WriteFeedContributorsTo(XmlWriter writer, Collection<SyndicationPerson> contributors)
432internal void WriteFeedLastUpdatedTimeTo(XmlWriter writer, DateTimeOffset lastUpdatedTime, bool isRequired)
444internal void WriteItemAuthorsTo(XmlWriter writer, Collection<SyndicationPerson> authors)
453internal void WriteItemContents(XmlWriter dictWriter, SyndicationItem item)
458internal void WriteItemContributorsTo(XmlWriter writer, Collection<SyndicationPerson> contributors)
467internal void WriteItemLastUpdatedTimeTo(XmlWriter writer, DateTimeOffset lastUpdatedTime)
478internal void WriteLink(XmlWriter writer, SyndicationLink link, Uri baseUri)
553protected virtual void WriteItem(XmlWriter writer, SyndicationItem item, Uri feedBaseUri)
562protected virtual void WriteItems(XmlWriter writer, IEnumerable<SyndicationItem> items, Uri feedBaseUri)
1195void WriteCategoriesTo(XmlWriter writer, Collection<SyndicationCategory> categories)
1203void WriteFeed(XmlWriter writer)
1212void WriteFeedTo(XmlWriter writer, SyndicationFeed feed, bool isSourceFeed)
1264void WriteItemContents(XmlWriter dictWriter, SyndicationItem item, Uri feedBaseUri)
1304void WritePersonTo(XmlWriter writer, SyndicationPerson p, string elementName)
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (11)
97void IXmlSerializable.WriteXml(XmlWriter writer)
128public override void WriteTo(XmlWriter writer)
194internal static void WriteCategoriesInnerXml(XmlWriter writer, CategoriesDocument categories, Uri baseUri, string version)
400static void WriteCategories(XmlWriter writer, CategoriesDocument categories, Uri baseUri, string version)
407static void WriteInlineCategoriesContent(XmlWriter writer, InlineCategoriesDocument categories, string version)
426static void WriteReferencedCategoriesContent(XmlWriter writer, ReferencedCategoriesDocument categories, string version)
436static void WriteXmlBase(XmlWriter writer, Uri baseUri)
441static void WriteXmlLang(XmlWriter writer, string lang)
717void WriteCollection(XmlWriter writer, ResourceCollectionInfo collection, Uri baseUri)
747void WriteDocument(XmlWriter writer)
769void WriteWorkspace(XmlWriter writer, Workspace workspace, Uri baseUri)
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (11)
140void IXmlSerializable.WriteXml(XmlWriter writer)
162public override void WriteTo(XmlWriter writer)
194internal void WriteItemContents(XmlWriter writer, SyndicationItem item)
241protected virtual void WriteItem(XmlWriter writer, SyndicationItem item, Uri feedBaseUri)
250protected virtual void WriteItems(XmlWriter writer, IEnumerable<SyndicationItem> items, Uri feedBaseUri)
1052void WriteAlternateLink(XmlWriter writer, SyndicationLink link, Uri baseUri)
1065void WriteCategory(XmlWriter writer, SyndicationCategory category)
1081void WriteFeed(XmlWriter writer)
1221void WriteItemContents(XmlWriter writer, SyndicationItem item, Uri feedBaseUri)
1429void WriteMediaEnclosure(XmlWriter writer, SyndicationLink link, Uri baseUri)
1453void WritePerson(XmlWriter writer, string elementTag, SyndicationPerson person)
System\ServiceModel\Syndication\ServiceDocumentFormatter.cs (9)
42public abstract void WriteTo(XmlWriter writer);
229protected static void WriteAttributeExtensions(XmlWriter writer, ServiceDocument document, string version)
238protected static void WriteAttributeExtensions(XmlWriter writer, Workspace workspace, string version)
247protected static void WriteAttributeExtensions(XmlWriter writer, ResourceCollectionInfo collection, string version)
256protected static void WriteAttributeExtensions(XmlWriter writer, CategoriesDocument categories, string version)
265protected static void WriteElementExtensions(XmlWriter writer, ServiceDocument document, string version)
274protected static void WriteElementExtensions(XmlWriter writer, Workspace workspace, string version)
283protected static void WriteElementExtensions(XmlWriter writer, ResourceCollectionInfo collection, string version)
292protected static void WriteElementExtensions(XmlWriter writer, CategoriesDocument categories, string version)
System\ServiceModel\Syndication\SyndicationFeedFormatter.cs (11)
57public abstract void WriteTo(XmlWriter writer);
282internal static protected void WriteAttributeExtensions(XmlWriter writer, SyndicationFeed feed, string version)
291internal static protected void WriteAttributeExtensions(XmlWriter writer, SyndicationItem item, string version)
300internal static protected void WriteAttributeExtensions(XmlWriter writer, SyndicationCategory category, string version)
309internal static protected void WriteAttributeExtensions(XmlWriter writer, SyndicationLink link, string version)
318internal static protected void WriteAttributeExtensions(XmlWriter writer, SyndicationPerson person, string version)
327internal static protected void WriteElementExtensions(XmlWriter writer, SyndicationFeed feed, string version)
336internal static protected void WriteElementExtensions(XmlWriter writer, SyndicationItem item, string version)
345internal static protected void WriteElementExtensions(XmlWriter writer, SyndicationCategory category, string version)
354internal static protected void WriteElementExtensions(XmlWriter writer, SyndicationLink link, string version)
363internal static protected void WriteElementExtensions(XmlWriter writer, SyndicationPerson person, string version)
System\ServiceModel\Syndication\SyndicationItemFormatter.cs (9)
58public abstract void WriteTo(XmlWriter writer);
188protected static void WriteAttributeExtensions(XmlWriter writer, SyndicationItem item, string version)
193protected static void WriteAttributeExtensions(XmlWriter writer, SyndicationCategory category, string version)
198protected static void WriteAttributeExtensions(XmlWriter writer, SyndicationLink link, string version)
203protected static void WriteAttributeExtensions(XmlWriter writer, SyndicationPerson person, string version)
208protected static void WriteElementExtensions(XmlWriter writer, SyndicationItem item, string version)
215protected void WriteElementExtensions(XmlWriter writer, SyndicationCategory category, string version)
220protected void WriteElementExtensions(XmlWriter writer, SyndicationLink link, string version)
225protected void WriteElementExtensions(XmlWriter writer, SyndicationPerson person, string version)
System\ServiceModel\Discovery\SerializationUtility.cs (9)
120static void PrepareQNameString(StringBuilder listOfQNamesString, ref bool emptyNsDeclared, ref int prefixCount, XmlWriter writer, XmlQualifiedName qname)
154public static void WriteQName(XmlWriter writer, XmlQualifiedName qname)
166public static void WriteListOfQNames(XmlWriter writer, Collection<XmlQualifiedName> qnames)
185public static void WriteListOfUris(XmlWriter writer, Collection<Uri> uris)
395public static void WriteEndPointAddress(DiscoveryVersion discoveryVersion, EndpointAddress endpointAddress, XmlWriter writer)
416public static void WriteContractTypeNames(DiscoveryVersion discoveryVersion, Collection<XmlQualifiedName> contractTypeNames, XmlWriter writer)
431public static void WriteScopes(DiscoveryVersion discoveryVersion, Collection<Uri> scopes, Uri scopeMatchBy, XmlWriter writer)
461public static void WriteListenUris(DiscoveryVersion discoveryVersion, Collection<Uri> listenUris, XmlWriter writer)
471public static void WriteMetadataVersion(DiscoveryVersion discoveryVersion, int metadataVersion, XmlWriter writer)
System\Xml\Serialization\XmlSerializer.cs (5)
308public void Serialize(XmlWriter xmlWriter, object o) {
316public void Serialize(XmlWriter xmlWriter, object o, XmlSerializerNamespaces namespaces) {
320public void Serialize(XmlWriter xmlWriter, object o, XmlSerializerNamespaces namespaces, string encodingStyle) {
325public void Serialize(XmlWriter xmlWriter, object o, XmlSerializerNamespaces namespaces, string encodingStyle, string id) {
736void SerializePrimitive(XmlWriter xmlWriter, object o, XmlSerializerNamespaces namespaces) {
System\Xml\Xslt\XslCompiledTransform.cs (24)
333public void Transform(IXPathNavigable input, XmlWriter results) {
338public void Transform(IXPathNavigable input, XsltArgumentList arguments, XmlWriter results) {
345using (XmlWriter writer = XmlWriter.Create(results, OutputSettings)) {
353using (XmlWriter writer = XmlWriter.Create(results, OutputSettings)) {
363public void Transform(XmlReader input, XmlWriter results) {
368public void Transform(XmlReader input, XsltArgumentList arguments, XmlWriter results) {
375using (XmlWriter writer = XmlWriter.Create(results, OutputSettings)) {
383using (XmlWriter writer = XmlWriter.Create(results, OutputSettings)) {
399public void Transform(string inputUri, XmlWriter results) {
409public void Transform(string inputUri, XsltArgumentList arguments, XmlWriter results) {
422using (XmlWriter writer = XmlWriter.Create(results, OutputSettings)) {
434using (XmlWriter writer = XmlWriter.Create(results, OutputSettings)) {
452using (XmlWriter writer = XmlWriter.Create(resultsFile, OutputSettings)) {
466public void Transform(XmlReader input, XsltArgumentList arguments, XmlWriter results, XmlResolver documentResolver) {
476public void Transform(IXPathNavigable input, XsltArgumentList arguments, XmlWriter results, XmlResolver documentResolver) {
527private void Transform(string inputUri, XsltArgumentList arguments, XmlWriter results, XmlResolver documentResolver) {
531internal static void PrintQil(object qil, XmlWriter xw, bool printComments, bool printTypes, bool printLineInfo) {
System\Xml\Xslt\XslTransform.cs (4)
146public void Transform(XPathNavigator input, XsltArgumentList args, XmlWriter output, XmlResolver resolver) {
152public void Transform(XPathNavigator input, XsltArgumentList args, XmlWriter output) {
218public void Transform(IXPathNavigable input, XsltArgumentList args, XmlWriter output, XmlResolver resolver) {
225public void Transform(IXPathNavigable input, XsltArgumentList args, XmlWriter output) {