Northwoods.Go.Xml Assembly > Northwoods.Go.Xml Namespace : GoXmlBindingTransformer Class |
For a list of all members of this type, see GoXmlBindingTransformer members.
Name | Description | |
---|---|---|
![]() | AddBinding | Overloaded. Associate an attribute on this transformer's element with a property value on this transformer's type of object. |
![]() | Allocate | Overridden. Construct an object for this element by making a copy of the Prototype. |
![]() | BooleanAttr | Read an attribute's string value as a boolean. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | BooleanFromString | Parse a string value as a boolean. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | ColorArrayAttr | Read an attribute's string value as an array of color values. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | ColorArrayFromString | Parse a string value as an array of color values. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | ColorAttr | Read an attribute's string value as a Color . (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | ColorFromString | Parse a string value as a Color value. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | ConsumeAttributes | Overridden. This calls ConsumePortReferences (if HandlesNamedPorts is true), and ConsumeAttributeProperties. |
![]() | ConsumeBody | Consume elements that help define more details or parts of an object. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | ConsumeChild | Overridden. This handles nested XML elements when HandlesChildren or TreeStructured are true. |
![]() | ConsumeObjectFinish | Finish building the object for the current element. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | GenerateAttributes | Overridden. This calls GeneratePortReferences (if HandlesNamedPorts is true) and GenerateAttributeProperties. |
![]() | GenerateBody | Overridden. This calls GoXmlWriter.GoXmlWriter.GenerateObject for child objects (if HandlesChildren is true) or for logical-child nodes (if TreeStructured is true). |
![]() | GenerateDefinitions | Overridden. This calls GoXmlWriter.GoXmlWriter.DefineObject for child objects (if HandlesChildren is true) or for logical-child nodes (if TreeStructured is true). |
![]() | GenerateElement | Overridden. When the GoXmlReaderWriterBase.ParentObject's GoXmlBindingTransformer's HandlesChildAttributes property is true, call GenerateChildAttributes on that parent class's transformer to allow it to add attributes to the new element. |
![]() | GenerateElementFinish | Finish generating any elements that were started by GoXmlTransformer.GenerateElement. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | Int32ArrayAttr | Read an attribute's string value as an array of integers. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | Int32ArrayFromString | Parse a string value as an array of integers. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | Int32Attr | Read an attribute's string value as an integer. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | Int32FromString | Parse a string value as an integer. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | IsAttrPresent | This predicate returns true if the given attribute name is present in the current element when reading. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | PointFArrayAttr | Read an attribute's string value as an array of PointF . (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | PointFArrayFromString | Parse a string value as an array of PointF . (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | PointFAttr | Read an attribute's string value as a PointF . (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | PointFFromString | Parse a string value as a PointF . (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | ReadTextBody | Read in a string that is the body of an element. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | RectangleFAttr | Read an attribute's string value as a RectangleF . (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | RectangleFFromString | Parse a string value as a RectangleF . (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | RefAttr | Find a shared object referenced by a given attribute. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | SingleArrayAttr | Read an attribute's string value as an array of single floats. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | SingleArrayFromString | Parse a string value as an array of single floats. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | SingleAttr | Read an attribute's string value as a single float. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | SingleFromString | Parse a string value as a single float. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | SizeFAttr | Read an attribute's string value as a SizeF . (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | SizeFFromString | Parse a string value as a SizeF . (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | SkipGeneration | Return true if the GoXmlTransformer.Writer should not generate XML for an object. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | StringAttr | Return an attribute's string value. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | TypeAttr | Read an attribute's string value as a Type . (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | TypeFromString | Parse a string value as a Type . (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | UpdateReference | Overridden. Fix up references to objects that did not yet exist when the attribute was read. |
![]() | WriteAttrRef | Write an attribute of the name name with a string representation for the reference to the object val. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | WriteAttrVal | Overloaded. Write an attribute of the name name with a string representation for the value val. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | WriteEndElement | Finish the current XML element started by a call to GoXmlTransformer.WriteStartElement. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | WriteStartElement | Start a new XML element, with the name given by name. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
![]() | WriteTextBody | Write out a string as the body of an element. (Inherited from Northwoods.Go.Xml.GoXmlTransformer) |
Name | Description | |
---|---|---|
![]() | ConsumeAttributeProperties | Consume attributes defined by AddBinding(String,String) |
![]() | ConsumeChildAttributes | This is called on the parent's GoXmlBindingTransformer for each child object, when HandlesChildren and HandlesChildAttributes are true, to allow a parent object to read attributes of each child element. |
![]() | ConsumePortReferences | Read attribute values that are references to named ports on the node obj. |
![]() | GenerateAttributeProperties | Generate attributes defined by AddBinding(String,String). |
![]() | GenerateChildAttributes | This is called on the parent's GoXmlBindingTransformer for each child object, when HandlesChildren and HandlesChildAttributes are true, to allow a parent object to add attributes to each child element. |
![]() | GeneratePortReferences | Write attribute values that are references to named ports on the node obj. |