Northwoods.Go.Xml Assembly > Northwoods.Go.Xml Namespace : GoXmlTransformer Class |
For a list of all members of this type, see GoXmlTransformer members.
Name | Description | |
---|---|---|
Allocate | Override this method to construct a new object for the current XML element. | |
BooleanAttr | Read an attribute's string value as a boolean. | |
BooleanFromString | Parse a string value as a boolean. | |
ColorArrayAttr | Read an attribute's string value as an array of color values. | |
ColorArrayFromString | Parse a string value as an array of color values. | |
ColorAttr | Read an attribute's string value as a Color . | |
ColorFromString | Parse a string value as a Color value. | |
ConsumeAttributes | Consume attributes for the current element, helping to initialize most of the object's properties. | |
ConsumeBody | Consume elements that help define more details or parts of an object. | |
ConsumeChild | When BodyConsumesChildElements is true, ConsumeBody will call ConsumeObject on each child XML element and pass the resulting object to this method. | |
ConsumeObjectFinish | Finish building the object for the current element. | |
GenerateAttributes | Generate attributes for the current element, helping to render an object. | |
GenerateBody | Generate any nested elements that are part of the rendering of an object. | |
GenerateDefinitions | Generate elements for the definitions section of the document, rendering any shared objects that this object needs to refer to. | |
GenerateElement | Start producing an XML element for a given object. | |
GenerateElementFinish | Finish generating any elements that were started by GenerateElement. | |
Int32ArrayAttr | Read an attribute's string value as an array of integers. | |
Int32ArrayFromString | Parse a string value as an array of integers. | |
Int32Attr | Read an attribute's string value as an integer. | |
Int32FromString | Parse a string value as an integer. | |
IsAttrPresent | This predicate returns true if the given attribute name is present in the current element when reading. | |
PointFArrayAttr | Read an attribute's string value as an array of PointF . | |
PointFArrayFromString | Parse a string value as an array of PointF . | |
PointFAttr | Read an attribute's string value as a PointF . | |
PointFFromString | Parse a string value as a PointF . | |
ReadTextBody | Read in a string that is the body of an element. | |
RectangleFAttr | Read an attribute's string value as a RectangleF . | |
RectangleFFromString | Parse a string value as a RectangleF . | |
RefAttr | Find a shared object referenced by a given attribute. | |
SingleArrayAttr | Read an attribute's string value as an array of single floats. | |
SingleArrayFromString | Parse a string value as an array of single floats. | |
SingleAttr | Read an attribute's string value as a single float. | |
SingleFromString | Parse a string value as a single float. | |
SizeFAttr | Read an attribute's string value as a SizeF . | |
SizeFFromString | Parse a string value as a SizeF . | |
SkipGeneration | Return true if the Writer should not generate XML for an object. | |
StringAttr | Return an attribute's string value. | |
TypeAttr | Read an attribute's string value as a Type . | |
TypeFromString | Parse a string value as a Type . | |
UpdateReference | Fix up a reference property whose value was delayed until the referred-to-object became available. | |
WriteAttrRef | Write an attribute of the name name with a string representation for the reference to the object val. | |
WriteAttrVal | Overloaded. Write an attribute of the name name with a string representation for the value val. | |
WriteEndElement | Finish the current XML element started by a call to WriteStartElement(String). | |
WriteStartElement | Start a new XML element, with the name given by name. | |
WriteTextBody | Write out a string as the body of an element. |