Package org.eolang.opeo.ast
Class RawXml
java.lang.Object
org.eolang.opeo.ast.RawXml
This class represents a raw XML node.
It is used to represent nodes that we don't know how to parse yet.
- Since:
- 0.1
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eolang.opeo.ast.AstNode
AstNode.Empty
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RawXml
public RawXml(org.eolang.jeo.representation.xmir.XmlNode node) Constructor.- Parameters:
node
- XML node.
-
-
Method Details