Northwoods.Go.Xml Assembly > Northwoods.Go.Xml Namespace : GoXmlReader Class |
For a list of all members of this type, see GoXmlReader members.
Name | Description | |
---|---|---|
![]() | AddDelayedRef | Remember an object, one of its properties, and the string representation of a reference to another object. |
![]() | AddTransformer | Cause this XML writer to use the given IGoXmlTransformer for objects of the type given by the transformer's IGoXmlTransformer.TransformerType. (Inherited from Northwoods.Go.Xml.GoXmlReaderWriterBase) |
![]() | ClearAllDelayeds | Remove all entries from the table of delayed references. |
![]() | ClearAllShareds | Remove all objects from the table of shared objects. |
![]() | Consume | Overloaded. Start an XmlReader and consume XML. |
![]() | ConsumeObject | This produces an object from the current element. |
![]() | FindShared | Look up a shared object in a hashtable by identifier. |
![]() | FindTransformer | Returns the first IGoXmlTransformer associated with a given type or its base types. (Inherited from Northwoods.Go.Xml.GoXmlReaderWriterBase) |
![]() | GetTransformer | Returns the IGoXmlTransformer associated with a given type. (Inherited from Northwoods.Go.Xml.GoXmlReaderWriterBase) |
![]() | InvokeAllocate | Call the Allocate method of the IGoXmlTransformer that is associated with its IGoXmlTransformer.ElementName. |
![]() | InvokeConsumeAttributes | Call the IGoXmlTransformer.ConsumeAttributes method of the IGoXmlTransformer that is associated with the given type. |
![]() | InvokeConsumeBody | Call the ConsumeBody method of the IGoXmlTransformer that is associated with the given type. |
![]() | InvokeConsumeChild | Call the IGoXmlTransformer.ConsumeChild method of the IGoXmlTransformer that is associated with the given type. |
![]() | InvokeConsumeObjectFinish | Call the IGoXmlTransformer.ConsumeObjectFinish method of the IGoXmlTransformer that is associated with the given type. |
![]() | InvokeUpdateReference | Call the IGoXmlTransformer.UpdateReference method of the IGoXmlTransformer that is associated with the given type. |
![]() | MakeShared | Remember an object in a hashtable, using a particular identifier name. |
![]() | ProcessDelayedObjects | This method fixes up any objects that had references that were unable to be resolved during the regular Consume steps. |
![]() | ReadAttrVal | Return an attribute's string value. |
![]() | ReadTextBody | Return the body of the current text element as a string, ignoring any nested elements. |
![]() | RegisterTransformers | This method creates instances of all of the standard IGoXmlTransformers to be used when generating XML. (Inherited from Northwoods.Go.Xml.GoXmlReaderWriterBase) |
![]() | SetTransformer | Cause this XML writer to use the given IGoXmlTransformer for objects of the type given by t. (Inherited from Northwoods.Go.Xml.GoXmlReaderWriterBase) |
Name | Description | |
---|---|---|
![]() | ConsumeInstructions | Consume XML instructions before the root element. |
![]() | ConsumeRootAttributes | Consume attributes for the root element. |
![]() | ConsumeRootBody | Call ConsumeObject for each element found in the root element. |
![]() | ConsumeRootElement | Start the root element. |
![]() | Initialize | Do the initialization needed by Consume(XmlReader) and Consume(XmlDocument). |
![]() | LoadDOM | This method constructs and loads an XmlDocument from the XmlReader if UseDOM is true. |
![]() | SetXmlDocument | Only a subclass of a GoXmlReader can provide a value for the DOM. |
![]() | SetXmlReader | Only a subclass of a GoXmlReader can provide a value for the XmlReader property. |