public virtual void testTagMapTiff() { KElement tagMap = rl.appendElement(METADATA_MAP); tagMap.setAttribute("BoundaryKey", "EndOfDocument"); KElement tagSet = tagMap.appendElement(EXPR); tagSet.setAttribute("Path", "/x3141"); tagMap.setXMLComment("This tagmap specifies which document structure corresponds to a Document\n" + " thus incrementing DocIndex or forcing an implicit RunList/@EndofDocument=true\n D100 is the tiff tag 0x3141"); rl.setFileURL("bigVariable.tiff"); rl.setXMLComment("this runlist points to a tiff file with arbitrary structural tagging defined in the tiff tags"); }