示例#1
0
		public void BookId_GetsBookIdFromBookNode()
		{
			var usxDocument = new UsxDocument(CreateMarkOneDoc(string.Empty));
			Assert.AreEqual("MRK", usxDocument.BookId);
		}
示例#2
0
		public static XmlNodeList GetChaptersAndParasForMarkOneContaining2Verses()
		{
			var usxDocument = new UsxDocument(CreateMarkOneDoc(kParaNodeText));
			return usxDocument.GetChaptersAndParas();
		}