FXmlNode

Xml Node representing a line in an xml file

Windows
MacOS
Linux

References

Module

XmlParser

Header

/Engine/Source/Runtime/XmlParser/Public/XmlNode.h

Include

#include "XmlNode.h"

Syntax

class FXmlNode

Remarks

Xml Node representing a line in an xml file

Constructors

No constructors are accessible with public or protected access.

Destructors

No destructors are accessible with public or protected access.

Functions

Name Description

Public function

void

 

AppendChildNode

(
    const FString& InTag,
    const FString& InContent
)

Adds a simple tag with content to the current node

Public function Const

const FXmlNo...

 

FindChildNode

(
    const FString& InTag
)

Finds the first child node that contains the specified tag

Public function

FXmlNode ...

 

FindChildNode

(
    const FString& InTag
)

Finds the first child node that contains the specified tag

Public function Const

FString

 

GetAttribute

(
    const FString& InTag
)

Gets an attribute that corresponds with the passed-in tag

Public function Const

const TArray...

 

GetAttributes()

Gets all of the attributes in this node

Public function Const

const TArray...

 

GetChildrenNodes()

Gets a list of children nodes

Public function Const

const FStrin...

 

GetContent()

Gets the value of the node

Public function Const

const FXmlNo...

 

GetFirstChildNode()

Gets the first child of this node which can be iterated into with GetNextNode

Public function Const

const FXmlNo...

 

GetNextNode()

Gets the next node in a list of nodes

Public function Const

const FStrin...

 

GetTag()

Gets the tag of the node

Public function

void

 

SetContent

(
    const FString& InContent
)

Sets the new value of the node

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss