Class ElementTest

java.lang.Object
org.rumbledb.expressions.xml.node_test.ElementTest
All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable, Serializable, NodeTest

public class ElementTest extends Object implements NodeTest
See Also:
  • Constructor Details

    • ElementTest

      public ElementTest(Name elementName, Name typeName)
    • ElementTest

      public ElementTest(Name typeName)
    • ElementTest

      public ElementTest(boolean hasWildcard)
    • ElementTest

      public ElementTest()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • isEmptyCheck

      public boolean isEmptyCheck()
    • isNameWithoutTypeCheck

      public boolean isNameWithoutTypeCheck()
    • getElementName

      public String getElementName()
    • isWildcardOnly

      public boolean isWildcardOnly()
    • write

      public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output)
      Specified by:
      write in interface com.esotericsoftware.kryo.KryoSerializable
    • read

      public void read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input)
      Specified by:
      read in interface com.esotericsoftware.kryo.KryoSerializable