Northwoods.Go.Xml Assembly > Northwoods.Go.Xml Namespace : GoXmlTransformer Class |
For a list of all members of this type, see GoXmlTransformer members.
Name | Description | |
---|---|---|
![]() | BodyConsumesChildElements | Gets or sets whether ConsumeBody should iterate over all of the child elements of this XML node, calling ConsumeObject for each one, and passing the result to ConsumeChild. |
![]() | ElementName | Gets or sets the name of the principal element used to render this object. |
![]() | GeneratesPortsAsChildElements | Gets or sets whether this transformer writes child elements representing ports (IGoPort ), if this transformer is operating on an IGoNode . |
![]() | IdAttributeUsedForSharedObjects | Gets or sets whether this transformer reads/writes the "id" attribute using the identifier associated with shared objects. |
![]() | InheritsFromTransformer | Gets or sets a transformer from which this transformer will inherit implementation of the IGoXmlTransformer methods. |
![]() | Reader | Gets or sets the GoXmlReader that is using this transformer. |
![]() | ReaderNode | Get the Reader's GoXmlReader.ReaderNode, an XmlNode . |
![]() | TransformerType | Returns the Type for which these transformer methods apply. |
![]() | Writer | Gets or sets the GoXmlWriter that is using this transformer. |
![]() | WriterElement | Get the Writer's GoXmlWriter.WriterElement, an XmlElement . |
![]() | XmlDocument | Get the Reader's or the Writer's XmlDocument. |
![]() | XmlReader | Get the Reader's XmlReader. |
![]() | XmlWriter | Get the Writer's GoXmlWriter.XmlWriter. |