Searched refs:TAG_OFFICE_DOCUMENT_CONTENT (Results 1 – 7 of 7) sorted by relevance
47 else if (OfficeConstants.TAG_OFFICE_DOCUMENT_CONTENT.equals(tag)) in canConvertTag()
452 NodeList r = doc.getElementsByTagName(TAG_OFFICE_DOCUMENT_CONTENT); in buildDocument()
544 contentDoc = createDOM(TAG_OFFICE_DOCUMENT_CONTENT); in read()978 contentDoc = createDOM(TAG_OFFICE_DOCUMENT_CONTENT); in initContentDOM()
41 public final static String TAG_OFFICE_DOCUMENT_CONTENT = "office:document-content"; field