LoadDoc MethodSave PDFSave selected topicSave selected topic and subtopicsSave all topicsShareShare to emailCopy topic URLLast UpdatedNov 06, 20251 minute readOperations and ExecutionManufacturing Execution System 2023 R2 Loads a string into the XML doc object Throws an exception containing the error details if xmlIn is invalid XMLSyntax Visual BasicC# 'Declaration Public Sub LoadDoc( _ ByVal xmlIn As String _ ) 'Usage Dim instance As XMLParser Dim xmlIn As String instance.LoadDoc(xmlIn) public void LoadDoc( string xmlIn ) ParametersxmlIn The XML string to load into this XMLParser object See AlsoReferenceXMLParser ClassXMLParser Members In This Topic
Loads a string into the XML doc object Throws an exception containing the error details if xmlIn is invalid XMLSyntax Visual BasicC# 'Declaration Public Sub LoadDoc( _ ByVal xmlIn As String _ ) 'Usage Dim instance As XMLParser Dim xmlIn As String instance.LoadDoc(xmlIn) public void LoadDoc( string xmlIn ) ParametersxmlIn The XML string to load into this XMLParser object See AlsoReferenceXMLParser ClassXMLParser Members
Loads a string into the XML doc object Throws an exception containing the error details if xmlIn is invalid XMLSyntax Visual BasicC# 'Declaration Public Sub LoadDoc( _ ByVal xmlIn As String _ ) 'Usage Dim instance As XMLParser Dim xmlIn As String instance.LoadDoc(xmlIn) public void LoadDoc( string xmlIn ) ParametersxmlIn The XML string to load into this XMLParser object See AlsoReferenceXMLParser ClassXMLParser Members
Loads a string into the XML doc object Throws an exception containing the error details if xmlIn is invalid XMLSyntax Visual BasicC# 'Declaration Public Sub LoadDoc( _ ByVal xmlIn As String _ ) 'Usage Dim instance As XMLParser Dim xmlIn As String instance.LoadDoc(xmlIn) public void LoadDoc( string xmlIn ) ParametersxmlIn The XML string to load into this XMLParser object See AlsoReferenceXMLParser ClassXMLParser Members