1 11 package org.eclipse.pde.internal.core.ischema; 12 13 27 public interface IDocumentSection extends ISchemaObject { 28 31 String MARKUP = "markup"; 35 String EXAMPLES = "examples"; 39 String IMPLEMENTATION = "implementation"; 43 String API_INFO = "apiInfo"; 47 String COPYRIGHT = "copyright"; 49 52 String SINCE = "since"; 56 public String getSectionId(); 57 } 58 | Popular Tags |