Lines Matching refs:xmlid

136     BookmarkNode(String name, StringPair xmlid) {  in BookmarkNode()  argument
137 super(name); m_XmlId = xmlid; in BookmarkNode()
155 BookmarkStartNode(String name, StringPair xmlid) { in BookmarkStartNode() argument
156 super(name, xmlid); m_isPoint = false; m_isStart = true; in BookmarkStartNode()
164 BookmarkEndNode(String name, StringPair xmlid) { in BookmarkEndNode() argument
165 super(name, xmlid); m_isPoint = false; m_isStart = false; in BookmarkEndNode()
385 MetaNode (StringPair xmlid) { m_XmlId = xmlid; } in MetaNode() argument
406 MetaFieldNode (StringPair xmlid) { super(xmlid); } in MetaFieldNode() argument
663 StringPair xmlid = xMeta.getMetadataReference(); in convertChildren() local
664 node = new MetaFieldNode(xmlid); in convertChildren()
717 StringPair xmlid = xMetadatable.getMetadataReference(); in convertChildren() local
721 node = new BookmarkNode(name, xmlid); in convertChildren()
726 node = new BookmarkStartNode(name, xmlid); in convertChildren()
728 node = new BookmarkEndNode(name, xmlid); in convertChildren()
789 StringPair xmlid = xMetadatable.getMetadataReference(); in convertChildren() local
790 node = new MetaNode(xmlid); in convertChildren()
907 void insertBookmark(XTextCursor xCursor, String name, StringPair xmlid) in insertBookmark() argument
912 if (!xmlid.First.equals("")) in insertBookmark()
916 xMetadatable.setMetadataReference(xmlid); in insertBookmark()
983 XTextContent insertMeta(XTextCursor xCursor, StringPair xmlid) in insertMeta() argument
990 xMetadatable.setMetadataReference(xmlid); in insertMeta()
1003 XTextField insertMetaField(XTextCursor xCursor, StringPair xmlid) in insertMetaField() argument
1010 xMetadatable.setMetadataReference(xmlid); in insertMetaField()
2936 StringPair xmlid = xMetadatable.getMetadataReference(); in testMetaXChild() local
2938 MetaNode.eq(nestedTextContent[i], xmlid)); in testMetaXChild()
2967 StringPair xmlid = xMetadatable.getMetadataReference(); in testMetaXChild() local
2968 assertTrue("getParent(): wrong", MetaNode.eq(xmlid, id2)); in testMetaXChild()
2974 StringPair xmlid = xMetadatable.getMetadataReference(); in testMetaXChild() local
2975 assertTrue("getParent(): wrong", MetaNode.eq(xmlid, id3)); in testMetaXChild()
2981 StringPair xmlid = xMetadatable.getMetadataReference(); in testMetaXChild() local
2982 assertTrue("getParent(): wrong", MetaNode.eq(xmlid, id3)); in testMetaXChild()