Class AttributeTest

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

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

    • AttributeTest

      public AttributeTest(Name attributeName, Name typeName)
    • AttributeTest

      public AttributeTest(Name typeName)
    • AttributeTest

      public AttributeTest(boolean hasWildcard)
    • AttributeTest

      public AttributeTest()
  • Method Details

    • toString

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

      public boolean isEmptyCheck()
    • isNameWithoutTypeCheck

      public boolean isNameWithoutTypeCheck()
    • getAttributeName

      public String getAttributeName()
    • 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