Class AttributeTest
java.lang.Object
org.rumbledb.expressions.xml.node_test.AttributeTest
- All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable,Serializable,NodeTest
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeTest(boolean hasWildcard) AttributeTest(Name typeName) AttributeTest(Name attributeName, Name typeName) -
Method Summary
-
Constructor Details
-
AttributeTest
-
AttributeTest
-
AttributeTest
public AttributeTest(boolean hasWildcard) -
AttributeTest
public AttributeTest()
-
-
Method Details
-
toString
-
isEmptyCheck
public boolean isEmptyCheck() -
isNameWithoutTypeCheck
public boolean isNameWithoutTypeCheck() -
getAttributeName
-
isWildcardOnly
public boolean isWildcardOnly() -
write
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output) - Specified by:
writein interfacecom.esotericsoftware.kryo.KryoSerializable
-
read
public void read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input) - Specified by:
readin interfacecom.esotericsoftware.kryo.KryoSerializable
-