Uses of Interface
org.eolang.jeo.representation.xmir.XmlNode
-
Packages that use XmlNode Package Description org.eolang.jeo.representation.xmir 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 XmlNode Modifier and Type Class Description classJcabiXmlNodeJcabi XML node.classNativeXmlNodeXML smart element.Methods in org.eolang.jeo.representation.xmir that return XmlNode Modifier and Type Method Description XmlNodeJcabiXmlNode. child(String name)XmlNodeNativeXmlNode. child(String name)XmlNodeXmlNode. child(String name)Get child node.XmlNodeXmlNamedObject. node()Retrieve the inner XML node representing the EO object.XmlNodeJcabiXmlDoc. root()XmlNodeNativeXmlDoc. root()XmlNodeXmlDoc. root()Get the root node of the XML document.Methods in org.eolang.jeo.representation.xmir that return types with arguments of type XmlNode Modifier and Type Method Description Optional<XmlNode>XmlDelegateObject. child(int index)Stream<XmlNode>JcabiXmlNode. children()Stream<XmlNode>NativeXmlNode. children()Stream<XmlNode>XmlDelegateObject. children()Stream<XmlNode>XmlNode. children()Get all child nodes.Constructors in org.eolang.jeo.representation.xmir with parameters of type XmlNode Constructor Description XmlAnnotationValue(XmlNode node)Constructor.XmlFrame(XmlNode xmlnode)Constructor.XmlModule(XmlNode node)Constructor.XmlModuleRequired(XmlNode node)Constructor.XmlObject(XmlNode root)Constructor.XmlTryCatchEntry(XmlNode node)Constructor.XmlUnknownAttribute(XmlNode node)Constructor.XmlValue(XmlNode node)Constructor.
-