Package io.debezium.text
Class XmlCharactersTest
- java.lang.Object
-
- io.debezium.text.XmlCharactersTest
-
public class XmlCharactersTest extends Object
- Author:
- Randall Hauch
-
-
Constructor Summary
Constructors Constructor Description XmlCharactersTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldAllowLettersAsFirstCharacterInName()voidshouldNotAllowColonInNcName()voidshouldNotAllowDigitAsFirstCharacterInName()voidshouldNotAllowDigitAsFirstCharacterInNcName()
-
-
-
Method Detail
-
shouldNotAllowColonInNcName
public void shouldNotAllowColonInNcName()
-
shouldNotAllowDigitAsFirstCharacterInName
public void shouldNotAllowDigitAsFirstCharacterInName()
-
shouldAllowLettersAsFirstCharacterInName
public void shouldAllowLettersAsFirstCharacterInName()
-
shouldNotAllowDigitAsFirstCharacterInNcName
public void shouldNotAllowDigitAsFirstCharacterInNcName()
-
-