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.Get child node by attribute.JcabiXmlNode.firstChild()
NativeXmlNode.firstChild()
XmlNode.firstChild()
Get first child.JcabiXmlDoc.root()
NativeXmlDoc.root()
XmlDoc.root()
Root node.Methods in org.eolang.jeo.representation.xmir that return types with arguments of type XmlNodeModifier and TypeMethodDescriptionJcabiXmlNode.children()
NativeXmlNode.children()
XmlNode.children()
Get all child nodes.Get optional child node by attribute.Constructors in org.eolang.jeo.representation.xmir with parameters of type XmlNodeModifierConstructorDescriptionXmlAnnotationValue
(XmlNode xmlnode) Constructor.Constructor.Constructor.Constructor.Constructor.Constructor.XmlProgram
(XmlNode root) Constructor.XmlTryCatchEntry
(XmlNode node) Constructor.Constructor.