Importing raw XML

fxml_importXMLFlat()

Handling flat XML files

Converting between XML and dataframe

fxml_toDataFrame()

Converting between XML and dataframes

fxml_toXML()

Converting between XML and dataframes

Working with the values of an XML element

fxml_hasValue()

Value of an XML element

fxml_getValue()

Value of an XML element

Working with the attributes of an XML element

fxml_hasAttributes()

Attributes of XML elements

fxml_numAttributes()

Attributes of XML elements

fxml_getAttribute()

Attributes of an XML element

fxml_getAttributesAll()

Attributes of an XML element

Working with the children of an XML element

Children = Elements one hierarchy level down for which the current element is the parent.

fxml_hasChildren()

Children of an XML element

fxml_numChildren()

Children of an XML element

fxml_getChildren()

Children of an XML element

Working with the siblings of an XML element

Siblings = Elements on the same level as the current element, with the same parent as the current element.

fxml_hasSiblings()

Siblings of an XML element

fxml_numSiblings()

Siblings of an XML element

fxml_getSiblings()

Siblings of an XML element

Working with the parent of an XML element

Parent = element one hierachy level up to which the current element is a child.

fxml_hasParent()

Parent of an XML element

fxml_getParent()

Parent of an XML element

Searching in an XML document

fxml_findPath()

Finding XML elements

fxml_findPathFull()

Finding XML elements

fxml_findPathRoot()

Finding XML elements

fxml_findPathBottom()

Finding XML elements

Other functions

fxml_getElement()

Handling flat XML files

fxml_getUniqueElements()

Handling flat XML files

fxml_getElementInfo()

Handling flat XML files

fxml_getDepthLevel()

Handling flat XML files