Uses of Interface
org.eolang.jeo.representation.xmir.XmlNode
Packages that use XmlNode
Package
Description
Package for reading XMIR files and converting them into bytecode.
-
Uses of XmlNode in org.eolang.jeo.representation.xmir
Classes in org.eolang.jeo.representation.xmir that implement XmlNodeModifier and TypeClassDescriptionfinal class
Jcabi XML node.final class
XML smart element.Methods in org.eolang.jeo.representation.xmir that return XmlNodeModifier and TypeMethodDescriptionGet child node.XmlNamedObject.node()
Retrieve the inner XML node representing the EO object.JcabiXmlDoc.root()
NativeXmlDoc.root()
XmlDoc.root()
Get the root node of the XML document.Methods in org.eolang.jeo.representation.xmir that return types with arguments of type XmlNodeModifier and TypeMethodDescriptionXmlDelegateObject.child
(int index) JcabiXmlNode.children()
NativeXmlNode.children()
XmlDelegateObject.children()
XmlNode.children()
Get all child nodes.Constructors in org.eolang.jeo.representation.xmir with parameters of type XmlNodeModifierConstructorDescriptionXmlAnnotationValue
(XmlNode node) Constructor.Constructor.Constructor.XmlTryCatchEntry
(XmlNode node) Constructor.Constructor.