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