Compiler Report

Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2

Number of source files: 331 Number of classfiles: 407

Problems: 4701 (Errors: 0 Warnings: 4701 )

Source File: org/eclipse/wst/html/core/internal/HTMLContentBuilder.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLContentBuilder.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

2. WARNING: DiscouragedReference

Discouraged access: The type DOMContentBuilderImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLContentBuilder.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.util.DOMContentBuilderImpl;

3. WARNING: DiscouragedReference

Discouraged access: The type DOMContentBuilderImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLContentBuilder.java :

23 : public class HTMLContentBuilder extends DOMContentBuilderImpl {

4. WARNING: DiscouragedReference

Discouraged access: The constructor DOMContentBuilderImpl(Document) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLContentBuilder.java :

33 : super(document);

5. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLContentBuilder.java :

42 : public String computeName(CMNode cmnode, Node parent) {

6. WARNING: DiscouragedReference

Discouraged access: The method computeName(CMNode, Node) from the type DOMContentBuilderImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLContentBuilder.java :

43 : String name = super.computeName(cmnode, parent);

7. WARNING: DiscouragedReference

Discouraged access: The method getNodeType() from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLContentBuilder.java :

47 : if (cmnode.getNodeType() == CMNode.ELEMENT_DECLARATION) {

8. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLContentBuilder.java :

47 : if (cmnode.getNodeType() == CMNode.ELEMENT_DECLARATION) {

9. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT_DECLARATION from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLContentBuilder.java :

47 : if (cmnode.getNodeType() == CMNode.ELEMENT_DECLARATION) {

10. WARNING: DiscouragedReference

Discouraged access: The method getNodeType() from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLContentBuilder.java :

54 : else if (cmnode.getNodeType() == CMNode.ATTRIBUTE_DECLARATION) {

11. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLContentBuilder.java :

54 : else if (cmnode.getNodeType() == CMNode.ATTRIBUTE_DECLARATION) {

12. WARNING: DiscouragedReference

Discouraged access: The field ATTRIBUTE_DECLARATION from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLContentBuilder.java :

54 : else if (cmnode.getNodeType() == CMNode.ATTRIBUTE_DECLARATION) {

13. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLContentBuilder.java :

66 : private boolean shouldIgnoreCase(CMNode cmnode) {

14. WARNING: DiscouragedReference

Discouraged access: The method supports(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLContentBuilder.java :

67 : if (!cmnode.supports(HTMLCMProperties.SHOULD_IGNORE_CASE))

15. WARNING: DiscouragedReference

Discouraged access: The method getProperty(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLContentBuilder.java :

69 : return ((Boolean) cmnode.getProperty(HTMLCMProperties.SHOULD_IGNORE_CASE)).booleanValue();

Source File: org/eclipse/wst/html/core/internal/cleanup/AbstractNodeCleanupHandler.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredCleanupHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractNodeCleanupHandler.java :

17 : import org.eclipse.wst.sse.core.internal.cleanup.IStructuredCleanupHandler;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractNodeCleanupHandler.java :

18 : import org.eclipse.wst.sse.core.internal.cleanup.IStructuredCleanupPreferences;

3. WARNING: DiscouragedReference

Discouraged access: The type StructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractNodeCleanupHandler.java :

19 : import org.eclipse.wst.sse.core.internal.cleanup.StructuredCleanupPreferences;

4. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractNodeCleanupHandler.java :

20 : import org.eclipse.wst.sse.core.internal.provisional.events.StructuredDocumentEvent;

5. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractNodeCleanupHandler.java :

21 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractNodeCleanupHandler.java :

22 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

7. WARNING: DiscouragedReference

Discouraged access: The type IStructuredCleanupHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractNodeCleanupHandler.java :

24 : abstract class AbstractNodeCleanupHandler implements IStructuredCleanupHandler {

8. WARNING: DiscouragedReference

Discouraged access: The type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractNodeCleanupHandler.java :

26 : protected IStructuredCleanupPreferences fCleanupPreferences = null;

9. WARNING: DiscouragedReference

Discouraged access: The type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractNodeCleanupHandler.java :

29 : public void setCleanupPreferences(IStructuredCleanupPreferences cleanupPreferences) {

10. WARNING: DiscouragedReference

Discouraged access: The type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractNodeCleanupHandler.java :

35 : public IStructuredCleanupPreferences getCleanupPreferences() {

11. WARNING: DiscouragedReference

Discouraged access: The constructor StructuredCleanupPreferences() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractNodeCleanupHandler.java :

37 : fCleanupPreferences = new StructuredCleanupPreferences();

12. WARNING: DiscouragedReference

Discouraged access: The type StructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractNodeCleanupHandler.java :

37 : fCleanupPreferences = new StructuredCleanupPreferences();

13. WARNING: DiscouragedReference

Discouraged access: The method setTagNameCase(int) from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractNodeCleanupHandler.java :

41 : fCleanupPreferences.setTagNameCase(preferences.getInt(HTMLCorePreferenceNames.CLEANUP_TAG_NAME_CASE));

14. WARNING: DiscouragedReference

Discouraged access: The method setAttrNameCase(int) from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractNodeCleanupHandler.java :

42 : fCleanupPreferences.setAttrNameCase(preferences.getInt(HTMLCorePreferenceNames.CLEANUP_ATTR_NAME_CASE));

15. WARNING: DiscouragedReference

Discouraged access: The method setCompressEmptyElementTags(boolean) from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractNodeCleanupHandler.java :

43 : fCleanupPreferences.setCompressEmptyElementTags(preferences.getBoolean(HTMLCorePreferenceNames.COMPRESS_EMPTY_ELEMENT_TAGS));

16. WARNING: DiscouragedReference

Discouraged access: The method setInsertRequiredAttrs(boolean) from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractNodeCleanupHandler.java :

44 : fCleanupPreferences.setInsertRequiredAttrs(preferences.getBoolean(HTMLCorePreferenceNames.INSERT_REQUIRED_ATTRS));

17. WARNING: DiscouragedReference

Discouraged access: The method setInsertMissingTags(boolean) from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractNodeCleanupHandler.java :

45 : fCleanupPreferences.setInsertMissingTags(preferences.getBoolean(HTMLCorePreferenceNames.INSERT_MISSING_TAGS));

18. WARNING: DiscouragedReference

Discouraged access: The method setQuoteAttrValues(boolean) from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractNodeCleanupHandler.java :

46 : fCleanupPreferences.setQuoteAttrValues(preferences.getBoolean(HTMLCorePreferenceNames.QUOTE_ATTR_VALUES));

19. WARNING: DiscouragedReference

Discouraged access: The method setFormatSource(boolean) from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractNodeCleanupHandler.java :

47 : fCleanupPreferences.setFormatSource(preferences.getBoolean(HTMLCorePreferenceNames.FORMAT_SOURCE));

20. WARNING: DiscouragedReference

Discouraged access: The method setConvertEOLCodes(boolean) from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractNodeCleanupHandler.java :

48 : fCleanupPreferences.setConvertEOLCodes(preferences.getBoolean(HTMLCorePreferenceNames.CONVERT_EOL_CODES));

21. WARNING: DiscouragedReference

Discouraged access: The method setEOLCode(String) from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractNodeCleanupHandler.java :

49 : fCleanupPreferences.setEOLCode(preferences.getString(HTMLCorePreferenceNames.CLEANUP_EOL_CODE));

22. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractNodeCleanupHandler.java :

62 : static protected StructuredDocumentEvent replaceSource(IDOMModel model, Object requester, int offset, int length, String source) {

23. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractNodeCleanupHandler.java :

62 : static protected StructuredDocumentEvent replaceSource(IDOMModel model, Object requester, int offset, int length, String source) {

24. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractNodeCleanupHandler.java :

64 : StructuredDocumentEvent result = null;

25. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractNodeCleanupHandler.java :

67 : IStructuredDocument structuredDocument = model.getStructuredDocument();

26. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractNodeCleanupHandler.java :

67 : IStructuredDocument structuredDocument = model.getStructuredDocument();

27. WARNING: DiscouragedReference

Discouraged access: The method containsReadOnly(int, int) from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractNodeCleanupHandler.java :

72 : if (structuredDocument.containsReadOnly(offset, length))

28. WARNING: DiscouragedReference

Discouraged access: The method replaceText(Object, int, int, String) from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractNodeCleanupHandler.java :

77 : return structuredDocument.replaceText(requester, offset, length, source);

Source File: org/eclipse/wst/html/core/internal/cleanup/CSSTextNodeCleanupHandler.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSSourceFormatter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSTextNodeCleanupHandler.java :

15 : import org.eclipse.wst.css.core.internal.formatter.CSSSourceFormatter;

2. WARNING: DiscouragedReference

Discouraged access: The type CSSSourceFormatterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSTextNodeCleanupHandler.java :

16 : import org.eclipse.wst.css.core.internal.formatter.CSSSourceFormatterFactory;

3. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSTextNodeCleanupHandler.java :

17 : import org.eclipse.wst.css.core.internal.provisional.adapters.IStyleSheetAdapter;

4. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSTextNodeCleanupHandler.java :

18 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSModel;

5. WARNING: DiscouragedReference

Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSTextNodeCleanupHandler.java :

19 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSNode;

6. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSTextNodeCleanupHandler.java :

20 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

7. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSTextNodeCleanupHandler.java :

21 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

8. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSTextNodeCleanupHandler.java :

22 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

9. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CSSTextNodeCleanupHandler.java :

23 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

10. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CSSTextNodeCleanupHandler.java :

24 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CSSTextNodeCleanupHandler.java :

34 : IDOMModel model = ((IDOMNode) node).getModel();

12. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CSSTextNodeCleanupHandler.java :

34 : IDOMModel model = ((IDOMNode) node).getModel();

13. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CSSTextNodeCleanupHandler.java :

34 : IDOMModel model = ((IDOMNode) node).getModel();

14. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSTextNodeCleanupHandler.java :

37 : IStructuredDocument structuredDocument = model.getStructuredDocument();

15. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSTextNodeCleanupHandler.java :

37 : IStructuredDocument structuredDocument = model.getStructuredDocument();

16. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSTextNodeCleanupHandler.java :

45 : int offset = ((IDOMNode) node).getStartOffset();

17. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CSSTextNodeCleanupHandler.java :

45 : int offset = ((IDOMNode) node).getStartOffset();

18. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSTextNodeCleanupHandler.java :

46 : int length = ((IDOMNode) node).getEndOffset() - offset;

19. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CSSTextNodeCleanupHandler.java :

46 : int length = ((IDOMNode) node).getEndOffset() - offset;

20. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CSSTextNodeCleanupHandler.java :

48 : return (IDOMNode) model.getIndexedRegion(offset);

21. WARNING: DiscouragedReference

Discouraged access: The method getIndexedRegion(int) from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSTextNodeCleanupHandler.java :

48 : return (IDOMNode) model.getIndexedRegion(offset);

22. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSTextNodeCleanupHandler.java :

54 : ICSSModel model = getCSSModel(text);

23. WARNING: DiscouragedReference

Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSTextNodeCleanupHandler.java :

57 : ICSSNode document = model.getDocument();

24. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSTextNodeCleanupHandler.java :

57 : ICSSNode document = model.getDocument();

25. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSTextNodeCleanupHandler.java :

60 : INodeNotifier notifier = (INodeNotifier) document;

26. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSTextNodeCleanupHandler.java :

60 : INodeNotifier notifier = (INodeNotifier) document;

27. WARNING: DiscouragedReference

Discouraged access: The type CSSSourceFormatter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSTextNodeCleanupHandler.java :

61 : CSSSourceFormatter formatter = (CSSSourceFormatter) notifier.getAdapterFor(CSSSourceFormatter.class);

28. WARNING: DiscouragedReference

Discouraged access: The type CSSSourceFormatter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSTextNodeCleanupHandler.java :

61 : CSSSourceFormatter formatter = (CSSSourceFormatter) notifier.getAdapterFor(CSSSourceFormatter.class);

29. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSTextNodeCleanupHandler.java :

61 : CSSSourceFormatter formatter = (CSSSourceFormatter) notifier.getAdapterFor(CSSSourceFormatter.class);

30. WARNING: DiscouragedReference

Discouraged access: The type CSSSourceFormatter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSTextNodeCleanupHandler.java :

61 : CSSSourceFormatter formatter = (CSSSourceFormatter) notifier.getAdapterFor(CSSSourceFormatter.class);

31. WARNING: DiscouragedReference

Discouraged access: The type CSSSourceFormatterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSTextNodeCleanupHandler.java :

64 : formatter = CSSSourceFormatterFactory.getInstance().getSourceFormatter(notifier);

32. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type CSSSourceFormatterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSTextNodeCleanupHandler.java :

64 : formatter = CSSSourceFormatterFactory.getInstance().getSourceFormatter(notifier);

33. WARNING: DiscouragedReference

Discouraged access: The method getSourceFormatter(INodeNotifier) from the type CSSSourceFormatterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSTextNodeCleanupHandler.java :

64 : formatter = CSSSourceFormatterFactory.getInstance().getSourceFormatter(notifier);

34. WARNING: DiscouragedReference

Discouraged access: The method cleanup(ICSSNode) from the type CSSSourceFormatter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSTextNodeCleanupHandler.java :

67 : StringBuffer buffer = formatter.cleanup(document);

35. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSTextNodeCleanupHandler.java :

75 : private ICSSModel getCSSModel(Node text) {

36. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSTextNodeCleanupHandler.java :

78 : INodeNotifier notifier = (INodeNotifier) text.getParentNode();

37. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSTextNodeCleanupHandler.java :

78 : INodeNotifier notifier = (INodeNotifier) text.getParentNode();

38. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSTextNodeCleanupHandler.java :

81 : INodeAdapter adapter = notifier.getAdapterFor(IStyleSheetAdapter.class);

39. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CSSTextNodeCleanupHandler.java :

81 : INodeAdapter adapter = notifier.getAdapterFor(IStyleSheetAdapter.class);

40. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSTextNodeCleanupHandler.java :

81 : INodeAdapter adapter = notifier.getAdapterFor(IStyleSheetAdapter.class);

41. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSTextNodeCleanupHandler.java :

84 : if (!(adapter instanceof IStyleSheetAdapter))

42. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSTextNodeCleanupHandler.java :

86 : IStyleSheetAdapter styleAdapter = (IStyleSheetAdapter) adapter;

43. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSTextNodeCleanupHandler.java :

86 : IStyleSheetAdapter styleAdapter = (IStyleSheetAdapter) adapter;

44. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type ICSSModelAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSTextNodeCleanupHandler.java :

87 : return styleAdapter.getModel();

Source File: org/eclipse/wst/html/core/internal/cleanup/ElementNodeCleanupHandler.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSSourceFormatter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

ElementNodeCleanupHandler.java :

23 : import org.eclipse.wst.css.core.internal.formatter.CSSSourceFormatter;

2. WARNING: DiscouragedReference

Discouraged access: The type CSSSourceFormatterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

ElementNodeCleanupHandler.java :

24 : import org.eclipse.wst.css.core.internal.formatter.CSSSourceFormatterFactory;

3. WARNING: DiscouragedReference

Discouraged access: The type IStyleDeclarationAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

ElementNodeCleanupHandler.java :

25 : import org.eclipse.wst.css.core.internal.provisional.adapters.IStyleDeclarationAdapter;

4. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

ElementNodeCleanupHandler.java :

26 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSModel;

5. WARNING: DiscouragedReference

Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

ElementNodeCleanupHandler.java :

27 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSNode;

6. WARNING: DiscouragedReference

Discouraged access: The type IStructuredCleanupHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

30 : import org.eclipse.wst.sse.core.internal.cleanup.IStructuredCleanupHandler;

7. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

31 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

8. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

32 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

9. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

33 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

10. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

34 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

11. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

35 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

12. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

36 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;

13. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

38 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

14. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

39 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

15. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

40 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

16. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

41 : import org.eclipse.wst.xml.core.internal.contentmodel.modelquery.ModelQuery;

17. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

42 : import org.eclipse.wst.xml.core.internal.modelquery.ModelQueryUtil;

18. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

43 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMAttr;

19. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

44 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

20. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

45 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

21. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

46 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

22. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

47 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

23. WARNING: DiscouragedReference

Discouraged access: The type ISourceGenerator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

48 : import org.eclipse.wst.xml.core.internal.provisional.document.ISourceGenerator;

24. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

49 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;

25. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

71 : IDOMNode renamedNode = (IDOMNode) cleanupChildren(node);

26. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

71 : IDOMNode renamedNode = (IDOMNode) cleanupChildren(node);

27. WARNING: DiscouragedReference

Discouraged access: The method isCommentTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

81 : if (!((IDOMElement) renamedNode).isCommentTag() && (renamedNode.getStartStructuredDocumentRegion() != null)) {

28. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

81 : if (!((IDOMElement) renamedNode).isCommentTag() && (renamedNode.getStartStructuredDocumentRegion() != null)) {

29. WARNING: DiscouragedReference

Discouraged access: The method getStartStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

81 : if (!((IDOMElement) renamedNode).isCommentTag() && (renamedNode.getStartStructuredDocumentRegion() != null)) {

30. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

82 : IDOMModel structuredModel = renamedNode.getModel();

31. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

82 : IDOMModel structuredModel = renamedNode.getModel();

32. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

87 : int startTagStartOffset = renamedNode.getStartOffset();

33. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

90 : IStructuredDocumentRegion startTagStructuredDocumentRegion = renamedNode.getStartStructuredDocumentRegion();

34. WARNING: DiscouragedReference

Discouraged access: The method getStartStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

90 : IStructuredDocumentRegion startTagStructuredDocumentRegion = renamedNode.getStartStructuredDocumentRegion();

35. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

95 : renamedNode = (IDOMNode) structuredModel.getIndexedRegion(startTagStartOffset);

36. WARNING: DiscouragedReference

Discouraged access: The method getIndexedRegion(int) from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

95 : renamedNode = (IDOMNode) structuredModel.getIndexedRegion(startTagStartOffset);

37. WARNING: DiscouragedReference

Discouraged access: The method getStartStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

96 : startTagStructuredDocumentRegion = renamedNode.getStartStructuredDocumentRegion();

38. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

99 : IStructuredDocumentRegion endTagStructuredDocumentRegion = renamedNode.getEndStructuredDocumentRegion();

39. WARNING: DiscouragedReference

Discouraged access: The method getEndStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

99 : IStructuredDocumentRegion endTagStructuredDocumentRegion = renamedNode.getEndStructuredDocumentRegion();

40. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

127 : private boolean shouldPreserveCase(IDOMElement element) {

41. WARNING: DiscouragedReference

Discouraged access: The method isGlobalTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

129 : return !element.isGlobalTag();

42. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

151 : private boolean isXMLTag(IDOMElement element) {

43. WARNING: DiscouragedReference

Discouraged access: The method isXMLTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

152 : return element.isXMLTag();

44. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

155 : protected void applyAttrNameCase(IDOMNode node) {

45. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

156 : IDOMElement element = (IDOMElement) node;

46. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

156 : IDOMElement element = (IDOMElement) node;

47. WARNING: DiscouragedReference

Discouraged access: The method isCommentTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

157 : if (element.isCommentTag())

48. WARNING: DiscouragedReference

Discouraged access: The method getAttrNameCase() from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

165 : attrNameCase = getCleanupPreferences().getAttrNameCase();

49. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

172 : IDOMNode eachAttr = (IDOMNode) attributes.item(i);

50. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

172 : IDOMNode eachAttr = (IDOMNode) attributes.item(i);

51. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

188 : int attrNameStartOffset = eachAttr.getStartOffset();

52. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

191 : IDOMModel structuredModel = node.getModel();

53. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

191 : IDOMModel structuredModel = node.getModel();

54. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

192 : IStructuredDocument structuredDocument = structuredModel.getStructuredDocument();

55. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

192 : IStructuredDocument structuredDocument = structuredModel.getStructuredDocument();

56. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

198 : protected IDOMNode applyTagNameCase(IDOMNode node) {

57. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

198 : protected IDOMNode applyTagNameCase(IDOMNode node) {

58. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

199 : IDOMElement element = (IDOMElement) node;

59. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

199 : IDOMElement element = (IDOMElement) node;

60. WARNING: DiscouragedReference

Discouraged access: The method isCommentTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

200 : if (element.isCommentTag())

61. WARNING: DiscouragedReference

Discouraged access: The method getTagNameCase() from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

209 : tagNameCase = getCleanupPreferences().getTagNameCase();

62. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

214 : IDOMNode newNode = node;

63. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

228 : IDOMModel structuredModel = node.getModel();

64. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

228 : IDOMModel structuredModel = node.getModel();

65. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

229 : IStructuredDocument structuredDocument = structuredModel.getStructuredDocument();

66. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

229 : IStructuredDocument structuredDocument = structuredModel.getStructuredDocument();

67. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

231 : IStructuredDocumentRegion startTagStructuredDocumentRegion = node.getStartStructuredDocumentRegion();

68. WARNING: DiscouragedReference

Discouraged access: The method getStartStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

231 : IStructuredDocumentRegion startTagStructuredDocumentRegion = node.getStartStructuredDocumentRegion();

69. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

233 : ITextRegionList regions = startTagStructuredDocumentRegion.getRegions();

70. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

233 : ITextRegionList regions = startTagStructuredDocumentRegion.getRegions();

71. WARNING: DiscouragedReference

Discouraged access: The method size() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

234 : if (regions != null && regions.size() > 0) {

72. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

235 : ITextRegion startTagNameRegion = regions.get(1);

73. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

235 : ITextRegion startTagNameRegion = regions.get(1);

74. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

236 : int startTagNameStartOffset = startTagStructuredDocumentRegion.getStartOffset(startTagNameRegion);

75. WARNING: DiscouragedReference

Discouraged access: The method getTextEndOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

237 : int startTagNameLength = startTagStructuredDocumentRegion.getTextEndOffset(startTagNameRegion) - startTagNameStartOffset;

76. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

240 : newNode = (IDOMNode) structuredModel.getIndexedRegion(startTagNameStartOffset); // save

77. WARNING: DiscouragedReference

Discouraged access: The method getIndexedRegion(int) from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

240 : newNode = (IDOMNode) structuredModel.getIndexedRegion(startTagNameStartOffset); // save

78. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

246 : IStructuredDocumentRegion endTagStructuredDocumentRegion = node.getEndStructuredDocumentRegion();

79. WARNING: DiscouragedReference

Discouraged access: The method getEndStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

246 : IStructuredDocumentRegion endTagStructuredDocumentRegion = node.getEndStructuredDocumentRegion();

80. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

248 : ITextRegionList regions = endTagStructuredDocumentRegion.getRegions();

81. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

248 : ITextRegionList regions = endTagStructuredDocumentRegion.getRegions();

82. WARNING: DiscouragedReference

Discouraged access: The method size() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

249 : if (regions != null && regions.size() > 0) {

83. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

250 : ITextRegion endTagNameRegion = regions.get(1);

84. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

250 : ITextRegion endTagNameRegion = regions.get(1);

85. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

251 : int endTagNameStartOffset = endTagStructuredDocumentRegion.getStartOffset(endTagNameRegion);

86. WARNING: DiscouragedReference

Discouraged access: The method getTextEndOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

252 : int endTagNameLength = endTagStructuredDocumentRegion.getTextEndOffset(endTagNameRegion) - endTagNameStartOffset;

87. WARNING: DiscouragedReference

Discouraged access: The type IStructuredCleanupHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

270 : IStructuredCleanupHandler cleanupHandler = factory.createHandler(childNode, getCleanupPreferences());

88. WARNING: DiscouragedReference

Discouraged access: The method cleanup(Node) from the type IStructuredCleanupHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

271 : childNode = cleanupHandler.cleanup(childNode);

89. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

286 : protected void cleanupCSSAttrValue(IDOMNode node) {

90. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

289 : IDOMElement element = (IDOMElement) node;

91. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

289 : IDOMElement element = (IDOMElement) node;

92. WARNING: DiscouragedReference

Discouraged access: The method isGlobalTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

290 : if (!element.isGlobalTag())

93. WARNING: DiscouragedReference

Discouraged access: The method getValueSource() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

299 : String oldValue = ((IDOMNode) attr).getValueSource();

94. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementNodeCleanupHandler.java :

299 : String oldValue = ((IDOMNode) attr).getValueSource();

95. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

ElementNodeCleanupHandler.java :

307 : private ICSSModel getCSSModel(Attr attr) {

96. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

310 : INodeNotifier notifier = (INodeNotifier) attr.getOwnerElement();

97. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

310 : INodeNotifier notifier = (INodeNotifier) attr.getOwnerElement();

98. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

313 : INodeAdapter adapter = notifier.getAdapterFor(IStyleDeclarationAdapter.class);

99. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementNodeCleanupHandler.java :

313 : INodeAdapter adapter = notifier.getAdapterFor(IStyleDeclarationAdapter.class);

100. WARNING: DiscouragedReference

Discouraged access: The type IStyleDeclarationAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

ElementNodeCleanupHandler.java :

313 : INodeAdapter adapter = notifier.getAdapterFor(IStyleDeclarationAdapter.class);

Source File: org/eclipse/wst/html/core/internal/cleanup/HTMLCleanupHandlerFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredCleanupHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCleanupHandlerFactory.java :

15 : import org.eclipse.wst.sse.core.internal.cleanup.IStructuredCleanupHandler;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCleanupHandlerFactory.java :

16 : import org.eclipse.wst.sse.core.internal.cleanup.IStructuredCleanupPreferences;

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCleanupHandlerFactory.java :

17 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

4. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCleanupHandlerFactory.java :

18 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

5. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCleanupHandlerFactory.java :

19 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;

6. WARNING: DiscouragedReference

Discouraged access: The type IStructuredCleanupHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCleanupHandlerFactory.java :

41 : IStructuredCleanupHandler createHandler(Node node, IStructuredCleanupPreferences cleanupPreferences) {

7. WARNING: DiscouragedReference

Discouraged access: The type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCleanupHandlerFactory.java :

41 : IStructuredCleanupHandler createHandler(Node node, IStructuredCleanupPreferences cleanupPreferences) {

8. WARNING: DiscouragedReference

Discouraged access: The type IStructuredCleanupHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCleanupHandlerFactory.java :

43 : IStructuredCleanupHandler handler = null;

9. WARNING: DiscouragedReference

Discouraged access: The method setCleanupPreferences(IStructuredCleanupPreferences) from the type IStructuredCleanupHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCleanupHandlerFactory.java :

64 : handler.setCleanupPreferences(cleanupPreferences);

10. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCleanupHandlerFactory.java :

70 : if(node instanceof IDOMNode) {

11. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCleanupHandlerFactory.java :

71 : IStructuredDocumentRegion region = ((IDOMNode) node).getFirstStructuredDocumentRegion();

12. WARNING: DiscouragedReference

Discouraged access: The method getFirstStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCleanupHandlerFactory.java :

71 : IStructuredDocumentRegion region = ((IDOMNode) node).getFirstStructuredDocumentRegion();

13. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCleanupHandlerFactory.java :

71 : IStructuredDocumentRegion region = ((IDOMNode) node).getFirstStructuredDocumentRegion();

14. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCleanupHandlerFactory.java :

72 : return (DOMRegionContext.XML_TAG_NAME == region.getType());

15. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCleanupHandlerFactory.java :

72 : return (DOMRegionContext.XML_TAG_NAME == region.getType());

16. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCleanupHandlerFactory.java :

72 : return (DOMRegionContext.XML_TAG_NAME == region.getType());

17. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCleanupHandlerFactory.java :

82 : if (!(node instanceof IDOMNode))

18. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCleanupHandlerFactory.java :

84 : IStructuredDocumentRegion flatNode = ((IDOMNode) node).getFirstStructuredDocumentRegion();

19. WARNING: DiscouragedReference

Discouraged access: The method getFirstStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCleanupHandlerFactory.java :

84 : IStructuredDocumentRegion flatNode = ((IDOMNode) node).getFirstStructuredDocumentRegion();

20. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCleanupHandlerFactory.java :

84 : IStructuredDocumentRegion flatNode = ((IDOMNode) node).getFirstStructuredDocumentRegion();

21. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCleanupHandlerFactory.java :

87 : if (flatNode.getType() != DOMRegionContext.BLOCK_TEXT)

22. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCleanupHandlerFactory.java :

87 : if (flatNode.getType() != DOMRegionContext.BLOCK_TEXT)

23. WARNING: DiscouragedReference

Discouraged access: The field BLOCK_TEXT from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCleanupHandlerFactory.java :

87 : if (flatNode.getType() != DOMRegionContext.BLOCK_TEXT)

Source File: org/eclipse/wst/html/core/internal/cleanup/HTMLCleanupProcessorImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type AbstractStructuredCleanupProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCleanupProcessorImpl.java :

18 : import org.eclipse.wst.sse.core.internal.cleanup.AbstractStructuredCleanupProcessor;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredCleanupHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCleanupProcessorImpl.java :

19 : import org.eclipse.wst.sse.core.internal.cleanup.IStructuredCleanupHandler;

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCleanupProcessorImpl.java :

20 : import org.eclipse.wst.sse.core.internal.cleanup.IStructuredCleanupPreferences;

4. WARNING: DiscouragedReference

Discouraged access: The type StructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCleanupProcessorImpl.java :

21 : import org.eclipse.wst.sse.core.internal.cleanup.StructuredCleanupPreferences;

5. WARNING: DiscouragedReference

Discouraged access: The type IStructuredFormatProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCleanupProcessorImpl.java :

22 : import org.eclipse.wst.sse.core.internal.format.IStructuredFormatProcessor;

6. WARNING: DiscouragedReference

Discouraged access: The type AbstractStructuredCleanupProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCleanupProcessorImpl.java :

25 : public class HTMLCleanupProcessorImpl extends AbstractStructuredCleanupProcessor {

7. WARNING: DiscouragedReference

Discouraged access: The type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCleanupProcessorImpl.java :

26 : private IStructuredCleanupPreferences fCleanupPreferences = null;

8. WARNING: DiscouragedReference

Discouraged access: The type IStructuredCleanupHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCleanupProcessorImpl.java :

32 : protected IStructuredCleanupHandler getCleanupHandler(Node node) {

9. WARNING: DiscouragedReference

Discouraged access: The type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCleanupProcessorImpl.java :

36 : public IStructuredCleanupPreferences getCleanupPreferences() {

10. WARNING: DiscouragedReference

Discouraged access: The constructor StructuredCleanupPreferences() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCleanupProcessorImpl.java :

38 : fCleanupPreferences = new StructuredCleanupPreferences();

11. WARNING: DiscouragedReference

Discouraged access: The type StructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCleanupProcessorImpl.java :

38 : fCleanupPreferences = new StructuredCleanupPreferences();

12. WARNING: DiscouragedReference

Discouraged access: The method setTagNameCase(int) from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCleanupProcessorImpl.java :

42 : fCleanupPreferences.setTagNameCase(preferences.getInt(HTMLCorePreferenceNames.CLEANUP_TAG_NAME_CASE));

13. WARNING: DiscouragedReference

Discouraged access: The method setAttrNameCase(int) from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCleanupProcessorImpl.java :

43 : fCleanupPreferences.setAttrNameCase(preferences.getInt(HTMLCorePreferenceNames.CLEANUP_ATTR_NAME_CASE));

14. WARNING: DiscouragedReference

Discouraged access: The method setCompressEmptyElementTags(boolean) from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCleanupProcessorImpl.java :

44 : fCleanupPreferences.setCompressEmptyElementTags(preferences.getBoolean(HTMLCorePreferenceNames.COMPRESS_EMPTY_ELEMENT_TAGS));

15. WARNING: DiscouragedReference

Discouraged access: The method setInsertRequiredAttrs(boolean) from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCleanupProcessorImpl.java :

45 : fCleanupPreferences.setInsertRequiredAttrs(preferences.getBoolean(HTMLCorePreferenceNames.INSERT_REQUIRED_ATTRS));

16. WARNING: DiscouragedReference

Discouraged access: The method setInsertMissingTags(boolean) from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCleanupProcessorImpl.java :

46 : fCleanupPreferences.setInsertMissingTags(preferences.getBoolean(HTMLCorePreferenceNames.INSERT_MISSING_TAGS));

17. WARNING: DiscouragedReference

Discouraged access: The method setQuoteAttrValues(boolean) from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCleanupProcessorImpl.java :

47 : fCleanupPreferences.setQuoteAttrValues(preferences.getBoolean(HTMLCorePreferenceNames.QUOTE_ATTR_VALUES));

18. WARNING: DiscouragedReference

Discouraged access: The method setFormatSource(boolean) from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCleanupProcessorImpl.java :

48 : fCleanupPreferences.setFormatSource(preferences.getBoolean(HTMLCorePreferenceNames.FORMAT_SOURCE));

19. WARNING: DiscouragedReference

Discouraged access: The method setConvertEOLCodes(boolean) from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCleanupProcessorImpl.java :

49 : fCleanupPreferences.setConvertEOLCodes(preferences.getBoolean(HTMLCorePreferenceNames.CONVERT_EOL_CODES));

20. WARNING: DiscouragedReference

Discouraged access: The method setEOLCode(String) from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCleanupProcessorImpl.java :

50 : fCleanupPreferences.setEOLCode(preferences.getString(HTMLCorePreferenceNames.CLEANUP_EOL_CODE));

21. WARNING: DiscouragedReference

Discouraged access: The type IStructuredFormatProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCleanupProcessorImpl.java :

57 : protected IStructuredFormatProcessor getFormatProcessor() {

Source File: org/eclipse/wst/html/core/internal/cleanup/JSPElementNodeCleanupHandler.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPElementNodeCleanupHandler.java :

15 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

2. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementNodeCleanupHandler.java :

16 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

3. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementNodeCleanupHandler.java :

23 : if(node instanceof IDOMNode) {

4. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPElementNodeCleanupHandler.java :

24 : IStructuredDocumentRegion region = ((IDOMNode) node).getFirstStructuredDocumentRegion();

5. WARNING: DiscouragedReference

Discouraged access: The method getFirstStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementNodeCleanupHandler.java :

24 : IStructuredDocumentRegion region = ((IDOMNode) node).getFirstStructuredDocumentRegion();

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementNodeCleanupHandler.java :

24 : IStructuredDocumentRegion region = ((IDOMNode) node).getFirstStructuredDocumentRegion();

7. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

JSPElementNodeCleanupHandler.java :

25 : if("JSP_ROOT_TAG_NAME".equals(region.getType())) //$NON-NLS-1$

Source File: org/eclipse/wst/html/core/internal/commentelement/handlers/CommentElementHandlerForSSI.java
1. WARNING: DiscouragedReference

Discouraged access: The type CommentElementHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

15 : import org.eclipse.wst.xml.core.internal.commentelement.CommentElementHandler;

2. WARNING: DiscouragedReference

Discouraged access: The type CommentElementFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

16 : import org.eclipse.wst.xml.core.internal.commentelement.util.CommentElementFactory;

3. WARNING: DiscouragedReference

Discouraged access: The type TagScanner is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

17 : import org.eclipse.wst.xml.core.internal.commentelement.util.TagScanner;

4. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDocument;

5. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

6. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.modelquery.ModelQuery;

7. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

21 : import org.eclipse.wst.xml.core.internal.modelquery.ModelQueryUtil;

8. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

22 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

9. WARNING: DiscouragedReference

Discouraged access: The type ISourceGenerator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

23 : import org.eclipse.wst.xml.core.internal.provisional.document.ISourceGenerator;

10. WARNING: DiscouragedReference

Discouraged access: The type CommentElementHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

29 : public class CommentElementHandlerForSSI implements CommentElementHandler {

11. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

32 : ModelQuery modelQuery = ModelQueryUtil.getModelQuery(document);

12. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

32 : ModelQuery modelQuery = ModelQueryUtil.getModelQuery(document);

13. WARNING: DiscouragedReference

Discouraged access: The method getModelQuery(Document) from the type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

32 : ModelQuery modelQuery = ModelQueryUtil.getModelQuery(document);

14. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

36 : CMDocument cm = modelQuery.getCorrespondingCMDocument(document);

15. WARNING: DiscouragedReference

Discouraged access: The method getCorrespondingCMDocument(Node) from the type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

36 : CMDocument cm = modelQuery.getCorrespondingCMDocument(document);

16. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

40 : CMNamedNodeMap map = cm.getElements();

17. WARNING: DiscouragedReference

Discouraged access: The method getElements() from the type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

40 : CMNamedNodeMap map = cm.getElements();

18. WARNING: DiscouragedReference

Discouraged access: The type TagScanner is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

45 : TagScanner scanner = new TagScanner(data, 1);

19. WARNING: DiscouragedReference

Discouraged access: The constructor TagScanner(String, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

45 : TagScanner scanner = new TagScanner(data, 1);

20. WARNING: DiscouragedReference

Discouraged access: The type TagScanner is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

45 : TagScanner scanner = new TagScanner(data, 1);

21. WARNING: DiscouragedReference

Discouraged access: The method nextName() from the type TagScanner is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

46 : String name = scanner.nextName();

22. WARNING: DiscouragedReference

Discouraged access: The method getNamedItem(String) from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

56 : if (map.getNamedItem(tagName) == null) {

23. WARNING: DiscouragedReference

Discouraged access: The type CommentElementFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

60 : CommentElementFactory factory = new CommentElementFactory(document, isJSPTag, this);

24. WARNING: DiscouragedReference

Discouraged access: The constructor CommentElementFactory(Document, boolean, CommentElementHandler) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

60 : CommentElementFactory factory = new CommentElementFactory(document, isJSPTag, this);

25. WARNING: DiscouragedReference

Discouraged access: The type CommentElementFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

60 : CommentElementFactory factory = new CommentElementFactory(document, isJSPTag, this);

26. WARNING: DiscouragedReference

Discouraged access: The method create(String, int) from the type CommentElementFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

61 : Element element = factory.create(tagName, CommentElementFactory.IS_START);

27. WARNING: DiscouragedReference

Discouraged access: The type CommentElementFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

61 : Element element = factory.create(tagName, CommentElementFactory.IS_START);

28. WARNING: DiscouragedReference

Discouraged access: The field IS_START from the type CommentElementFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

61 : Element element = factory.create(tagName, CommentElementFactory.IS_START);

29. WARNING: DiscouragedReference

Discouraged access: The method nextName() from the type TagScanner is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

64 : String attrName = scanner.nextName();

30. WARNING: DiscouragedReference

Discouraged access: The method nextValue() from the type TagScanner is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

66 : String attrValue = scanner.nextValue();

31. WARNING: DiscouragedReference

Discouraged access: The method nextName() from the type TagScanner is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

73 : attrName = scanner.nextName();

32. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

78 : public String generateStartTagContent(IDOMElement element) {

33. WARNING: DiscouragedReference

Discouraged access: The type ISourceGenerator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

79 : ISourceGenerator generator = element.getModel().getGenerator();

34. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

79 : ISourceGenerator generator = element.getModel().getGenerator();

35. WARNING: DiscouragedReference

Discouraged access: The method getGenerator() from the type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

79 : ISourceGenerator generator = element.getModel().getGenerator();

36. WARNING: DiscouragedReference

Discouraged access: The method generateAttrName(Attr) from the type ISourceGenerator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

93 : String attrName = generator.generateAttrName(attr);

37. WARNING: DiscouragedReference

Discouraged access: The method generateAttrValue(Attr) from the type ISourceGenerator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

97 : String attrValue = generator.generateAttrValue(attr);

38. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

108 : public String generateEndTagContent(IDOMElement element) {

39. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

116 : public boolean isCommentElement(IDOMElement element) {

40. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

121 : ModelQuery modelQuery = ModelQueryUtil.getModelQuery(document);

41. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

121 : ModelQuery modelQuery = ModelQueryUtil.getModelQuery(document);

42. WARNING: DiscouragedReference

Discouraged access: The method getModelQuery(Document) from the type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

121 : ModelQuery modelQuery = ModelQueryUtil.getModelQuery(document);

43. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

125 : CMDocument cm = modelQuery.getCorrespondingCMDocument(document);

44. WARNING: DiscouragedReference

Discouraged access: The method getCorrespondingCMDocument(Node) from the type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

125 : CMDocument cm = modelQuery.getCorrespondingCMDocument(document);

45. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

129 : CMNamedNodeMap map = cm.getElements();

46. WARNING: DiscouragedReference

Discouraged access: The method getElements() from the type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

129 : CMNamedNodeMap map = cm.getElements();

47. WARNING: DiscouragedReference

Discouraged access: The method getNamedItem(String) from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CommentElementHandlerForSSI.java :

141 : if (map.getNamedItem(tagName) == null) {

Source File: org/eclipse/wst/html/core/internal/contentmodel/AttributeCollection.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

21 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

4. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

59 : attr = new HTMLAttrDeclImpl(ATTR_NAME_ABBR, atype, CMAttributeDeclaration.OPTIONAL);

5. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

59 : attr = new HTMLAttrDeclImpl(ATTR_NAME_ABBR, atype, CMAttributeDeclaration.OPTIONAL);

6. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

65 : attr = new HTMLAttrDeclImpl(ATTR_NAME_ACCEPT, atype, CMAttributeDeclaration.OPTIONAL);

7. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

65 : attr = new HTMLAttrDeclImpl(ATTR_NAME_ACCEPT, atype, CMAttributeDeclaration.OPTIONAL);

8. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

71 : attr = new HTMLAttrDeclImpl(ATTR_NAME_ACCEPT_CHARSET, atype, CMAttributeDeclaration.OPTIONAL);

9. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

71 : attr = new HTMLAttrDeclImpl(ATTR_NAME_ACCEPT_CHARSET, atype, CMAttributeDeclaration.OPTIONAL);

10. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

76 : atype = new HTMLCMDataTypeImpl(CMDataType.URI);

11. WARNING: DiscouragedReference

Discouraged access: The field URI from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

76 : atype = new HTMLCMDataTypeImpl(CMDataType.URI);

12. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

77 : attr = new HTMLAttrDeclImpl(ATTR_NAME_ACTION, atype, CMAttributeDeclaration.REQUIRED);

13. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

77 : attr = new HTMLAttrDeclImpl(ATTR_NAME_ACTION, atype, CMAttributeDeclaration.REQUIRED);

14. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

82 : atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

15. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

82 : atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

16. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

83 : attr = new HTMLAttrDeclImpl(ATTR_NAME_ARCHIVE, atype, CMAttributeDeclaration.OPTIONAL);

17. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

83 : attr = new HTMLAttrDeclImpl(ATTR_NAME_ARCHIVE, atype, CMAttributeDeclaration.OPTIONAL);

18. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

89 : attr = new HTMLAttrDeclImpl(ATTR_NAME_ACCESSKEY, atype, CMAttributeDeclaration.OPTIONAL);

19. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

89 : attr = new HTMLAttrDeclImpl(ATTR_NAME_ACCESSKEY, atype, CMAttributeDeclaration.OPTIONAL);

20. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

95 : attr = new HTMLAttrDeclImpl(ATTR_NAME_ALINK, atype, CMAttributeDeclaration.OPTIONAL);

21. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

95 : attr = new HTMLAttrDeclImpl(ATTR_NAME_ALINK, atype, CMAttributeDeclaration.OPTIONAL);

22. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

101 : attr = new HTMLAttrDeclImpl(ATTR_NAME_ALT, atype, CMAttributeDeclaration.REQUIRED);

23. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

101 : attr = new HTMLAttrDeclImpl(ATTR_NAME_ALT, atype, CMAttributeDeclaration.REQUIRED);

24. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

106 : atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

25. WARNING: DiscouragedReference

Discouraged access: The field ENUM from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

106 : atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

26. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

109 : attr = new HTMLAttrDeclImpl(ATTR_NAME_AUTOSTART, atype, CMAttributeDeclaration.OPTIONAL);

27. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

109 : attr = new HTMLAttrDeclImpl(ATTR_NAME_AUTOSTART, atype, CMAttributeDeclaration.OPTIONAL);

28. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

114 : atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

29. WARNING: DiscouragedReference

Discouraged access: The field ENUM from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

114 : atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

30. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

117 : attr = new HTMLAttrDeclImpl(ATTR_NAME_AUTOPLAY, atype, CMAttributeDeclaration.OPTIONAL);

31. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

117 : attr = new HTMLAttrDeclImpl(ATTR_NAME_AUTOPLAY, atype, CMAttributeDeclaration.OPTIONAL);

32. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

122 : atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

33. WARNING: DiscouragedReference

Discouraged access: The field ENUM from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

122 : atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

34. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

125 : attr = new HTMLAttrDeclImpl(ATTR_NAME_AUTOSIZE, atype, CMAttributeDeclaration.OPTIONAL);

35. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

125 : attr = new HTMLAttrDeclImpl(ATTR_NAME_AUTOSIZE, atype, CMAttributeDeclaration.OPTIONAL);

36. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

130 : atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

37. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

130 : atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

38. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

131 : attr = new HTMLAttrDeclImpl(ATTR_NAME_AXIS, atype, CMAttributeDeclaration.OPTIONAL);

39. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

131 : attr = new HTMLAttrDeclImpl(ATTR_NAME_AXIS, atype, CMAttributeDeclaration.OPTIONAL);

40. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

136 : atype = new HTMLCMDataTypeImpl(CMDataType.URI);

41. WARNING: DiscouragedReference

Discouraged access: The field URI from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

136 : atype = new HTMLCMDataTypeImpl(CMDataType.URI);

42. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

137 : attr = new HTMLAttrDeclImpl(ATTR_NAME_BACKGROUND, atype, CMAttributeDeclaration.OPTIONAL);

43. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

137 : attr = new HTMLAttrDeclImpl(ATTR_NAME_BACKGROUND, atype, CMAttributeDeclaration.OPTIONAL);

44. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

142 : atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

45. WARNING: DiscouragedReference

Discouraged access: The field ENUM from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

142 : atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

46. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

145 : atype.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_SCROLL);

47. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

145 : atype.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_SCROLL);

48. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

146 : attr = new HTMLAttrDeclImpl(ATTR_NAME_BEHAVIOR, atype, CMAttributeDeclaration.OPTIONAL);

49. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

146 : attr = new HTMLAttrDeclImpl(ATTR_NAME_BEHAVIOR, atype, CMAttributeDeclaration.OPTIONAL);

50. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

152 : attr = new HTMLAttrDeclImpl(ATTR_NAME_BGCOLOR, atype, CMAttributeDeclaration.OPTIONAL);

51. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

152 : attr = new HTMLAttrDeclImpl(ATTR_NAME_BGCOLOR, atype, CMAttributeDeclaration.OPTIONAL);

52. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

158 : attr = new HTMLAttrDeclImpl(ATTR_NAME_BORDER, atype, CMAttributeDeclaration.OPTIONAL);

53. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

158 : attr = new HTMLAttrDeclImpl(ATTR_NAME_BORDER, atype, CMAttributeDeclaration.OPTIONAL);

54. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

164 : attr = new HTMLAttrDeclImpl(ATTR_NAME_CELLSPACING, atype, CMAttributeDeclaration.OPTIONAL);

55. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

164 : attr = new HTMLAttrDeclImpl(ATTR_NAME_CELLSPACING, atype, CMAttributeDeclaration.OPTIONAL);

56. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

170 : attr = new HTMLAttrDeclImpl(ATTR_NAME_CELLPADDING, atype, CMAttributeDeclaration.OPTIONAL);

57. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

170 : attr = new HTMLAttrDeclImpl(ATTR_NAME_CELLPADDING, atype, CMAttributeDeclaration.OPTIONAL);

58. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

175 : atype = new HTMLCMDataTypeImpl(CMDataType.URI);

59. WARNING: DiscouragedReference

Discouraged access: The field URI from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

175 : atype = new HTMLCMDataTypeImpl(CMDataType.URI);

60. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

176 : attr = new HTMLAttrDeclImpl(ATTR_NAME_CGI, atype, CMAttributeDeclaration.OPTIONAL);

61. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

176 : attr = new HTMLAttrDeclImpl(ATTR_NAME_CGI, atype, CMAttributeDeclaration.OPTIONAL);

62. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

182 : attr = new HTMLAttrDeclImpl(ATTR_NAME_CHAR, atype, CMAttributeDeclaration.OPTIONAL);

63. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

182 : attr = new HTMLAttrDeclImpl(ATTR_NAME_CHAR, atype, CMAttributeDeclaration.OPTIONAL);

64. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

188 : attr = new HTMLAttrDeclImpl(ATTR_NAME_CHAROFF, atype, CMAttributeDeclaration.OPTIONAL);

65. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

188 : attr = new HTMLAttrDeclImpl(ATTR_NAME_CHAROFF, atype, CMAttributeDeclaration.OPTIONAL);

66. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

194 : attr = new HTMLAttrDeclImpl(ATTR_NAME_CHARSET, atype, CMAttributeDeclaration.OPTIONAL);

67. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

194 : attr = new HTMLAttrDeclImpl(ATTR_NAME_CHARSET, atype, CMAttributeDeclaration.OPTIONAL);

68. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

199 : atype = new HTMLCMDataTypeImpl(CMDataType.URI);

69. WARNING: DiscouragedReference

Discouraged access: The field URI from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

199 : atype = new HTMLCMDataTypeImpl(CMDataType.URI);

70. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

200 : attr = new HTMLAttrDeclImpl(ATTR_NAME_CITE, atype, CMAttributeDeclaration.OPTIONAL);

71. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

200 : attr = new HTMLAttrDeclImpl(ATTR_NAME_CITE, atype, CMAttributeDeclaration.OPTIONAL);

72. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

205 : atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

73. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

205 : atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

74. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

206 : attr = new HTMLAttrDeclImpl(ATTR_NAME_CLASS, atype, CMAttributeDeclaration.OPTIONAL);

75. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

206 : attr = new HTMLAttrDeclImpl(ATTR_NAME_CLASS, atype, CMAttributeDeclaration.OPTIONAL);

76. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

211 : atype = new HTMLCMDataTypeImpl(CMDataType.URI);

77. WARNING: DiscouragedReference

Discouraged access: The field URI from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

211 : atype = new HTMLCMDataTypeImpl(CMDataType.URI);

78. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

212 : attr = new HTMLAttrDeclImpl(ATTR_NAME_CLASSID, atype, CMAttributeDeclaration.OPTIONAL);

79. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

212 : attr = new HTMLAttrDeclImpl(ATTR_NAME_CLASSID, atype, CMAttributeDeclaration.OPTIONAL);

80. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

217 : atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

81. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

217 : atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

82. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

218 : attr = new HTMLAttrDeclImpl(ATTR_NAME_CMD, atype, CMAttributeDeclaration.OPTIONAL);

83. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

218 : attr = new HTMLAttrDeclImpl(ATTR_NAME_CMD, atype, CMAttributeDeclaration.OPTIONAL);

84. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

223 : atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

85. WARNING: DiscouragedReference

Discouraged access: The field ENUM from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

223 : atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

86. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

226 : attr = new HTMLAttrDeclImpl(ATTR_NAME_CHECKED, atype, CMAttributeDeclaration.OPTIONAL);

87. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

226 : attr = new HTMLAttrDeclImpl(ATTR_NAME_CHECKED, atype, CMAttributeDeclaration.OPTIONAL);

88. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

231 : atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

89. WARNING: DiscouragedReference

Discouraged access: The field ENUM from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

231 : atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

90. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

234 : atype.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_NONE);

91. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

234 : atype.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_NONE);

92. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

236 : attr = new HTMLAttrDeclImpl(ATTR_NAME_CLEAR, atype, CMAttributeDeclaration.OPTIONAL);

93. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

236 : attr = new HTMLAttrDeclImpl(ATTR_NAME_CLEAR, atype, CMAttributeDeclaration.OPTIONAL);

94. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

241 : atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

95. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

241 : atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

96. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

242 : attr = new HTMLAttrDeclImpl(ATTR_NAME_CODE, atype, CMAttributeDeclaration.OPTIONAL);

97. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

242 : attr = new HTMLAttrDeclImpl(ATTR_NAME_CODE, atype, CMAttributeDeclaration.OPTIONAL);

98. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

247 : atype = new HTMLCMDataTypeImpl(CMDataType.URI);

99. WARNING: DiscouragedReference

Discouraged access: The field URI from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

247 : atype = new HTMLCMDataTypeImpl(CMDataType.URI);

100. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

248 : attr = new HTMLAttrDeclImpl(ATTR_NAME_CODEBASE, atype, CMAttributeDeclaration.OPTIONAL);

Source File: org/eclipse/wst/html/core/internal/contentmodel/CMContentImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMContentImpl.java :

13 : import org.eclipse.wst.xml.core.internal.contentmodel.CMContent;

2. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMContentImpl.java :

20 : abstract class CMContentImpl extends CMNodeImpl implements CMContent {

Source File: org/eclipse/wst/html/core/internal/contentmodel/CMGroupImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupImpl.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupImpl.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNodeList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupImpl.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNodeList;

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupImpl.java :

21 : class CMGroupImpl extends CMContentImpl implements CMGroup {

5. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupImpl.java :

23 : private int operator = CMGroup.SEQUENCE;

6. WARNING: DiscouragedReference

Discouraged access: The field SEQUENCE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupImpl.java :

23 : private int operator = CMGroup.SEQUENCE;

7. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupImpl.java :

32 : case CMGroup.ALL :

8. WARNING: DiscouragedReference

Discouraged access: The field ALL from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupImpl.java :

32 : case CMGroup.ALL :

9. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupImpl.java :

33 : case CMGroup.CHOICE :

10. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupImpl.java :

33 : case CMGroup.CHOICE :

11. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupImpl.java :

34 : case CMGroup.SEQUENCE :

12. WARNING: DiscouragedReference

Discouraged access: The field SEQUENCE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupImpl.java :

34 : case CMGroup.SEQUENCE :

13. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupImpl.java :

47 : protected CMNode appendChild(CMNode child) {

14. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupImpl.java :

47 : protected CMNode appendChild(CMNode child) {

15. WARNING: DiscouragedReference

Discouraged access: The type CMNodeList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupImpl.java :

58 : public CMNodeList getChildNodes() {

16. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupImpl.java :

70 : return CMNode.GROUP;

17. WARNING: DiscouragedReference

Discouraged access: The field GROUP from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupImpl.java :

70 : return CMNode.GROUP;

Source File: org/eclipse/wst/html/core/internal/contentmodel/CMNamedNodeMapImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamedNodeMapImpl.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamedNodeMapImpl.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamedNodeMapImpl.java :

29 : class CMNamedNodeMapImpl implements CMNamedNodeMap {

4. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamedNodeMapImpl.java :

56 : public CMNode getNamedItem(String name) {

5. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamedNodeMapImpl.java :

60 : return (CMNode) items.get(cookedName);

6. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamedNodeMapImpl.java :

70 : public CMNode item(int index) {

7. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamedNodeMapImpl.java :

73 : CMNode node = (CMNode) iter.next();

8. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamedNodeMapImpl.java :

73 : CMNode node = (CMNode) iter.next();

9. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamedNodeMapImpl.java :

108 : void putNamedItem(String name, CMNode item) {

Source File: org/eclipse/wst/html/core/internal/contentmodel/CMNamespaceImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNamespace is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamespaceImpl.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamespace;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamespaceImpl.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNamespace is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamespaceImpl.java :

21 : class CMNamespaceImpl extends CMNodeImpl implements CMNamespace {

4. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamespaceImpl.java :

41 : return CMNode.NAME_SPACE;

5. WARNING: DiscouragedReference

Discouraged access: The field NAME_SPACE from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamespaceImpl.java :

41 : return CMNode.NAME_SPACE;

Source File: org/eclipse/wst/html/core/internal/contentmodel/CMNodeImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNodeImpl.java :

14 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNodeImpl.java :

20 : abstract class CMNodeImpl implements CMNode {

Source File: org/eclipse/wst/html/core/internal/contentmodel/CMNodeListImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNodeListImpl.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNodeList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNodeListImpl.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNodeList;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNodeList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNodeListImpl.java :

23 : class CMNodeListImpl implements CMNodeList {

4. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNodeListImpl.java :

39 : protected CMNode appendNode(CMNode node) {

5. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNodeListImpl.java :

39 : protected CMNode appendNode(CMNode node) {

6. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNodeListImpl.java :

57 : public CMNode item(int index) {

7. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNodeListImpl.java :

60 : return (CMNode) nodes.elementAt(index);

Source File: org/eclipse/wst/html/core/internal/contentmodel/ComplexTypeDefinition.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ComplexTypeDefinition.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ComplexTypeDefinition.java :

45 : public CMGroup getContent() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/CtdAddress.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdAddress.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdAddress.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdAddress.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdAddress.java :

42 : content = new CMGroupImpl(CMGroup.CHOICE, 0, CMContentImpl.UNBOUNDED);

5. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdAddress.java :

42 : content = new CMGroupImpl(CMGroup.CHOICE, 0, CMContentImpl.UNBOUNDED);

6. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdAddress.java :

44 : CMGroupImpl inlines = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

7. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdAddress.java :

44 : CMGroupImpl inlines = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

8. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdAddress.java :

50 : CMNode p = collection.getNamedItem(HTML40Namespace.ElementName.P);

9. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdAddress.java :

62 : return CMElementDeclaration.MIXED;

10. WARNING: DiscouragedReference

Discouraged access: The field MIXED from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdAddress.java :

62 : return CMElementDeclaration.MIXED;

Source File: org/eclipse/wst/html/core/internal/contentmodel/CtdColumnGroup.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdColumnGroup.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdColumnGroup.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdColumnGroup.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdColumnGroup.java :

43 : content = new CMGroupImpl(CMGroup.SEQUENCE, 0, CMContentImpl.UNBOUNDED);

5. WARNING: DiscouragedReference

Discouraged access: The field SEQUENCE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdColumnGroup.java :

43 : content = new CMGroupImpl(CMGroup.SEQUENCE, 0, CMContentImpl.UNBOUNDED);

6. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdColumnGroup.java :

45 : CMNode dec = collection.getNamedItem(HTML40Namespace.ElementName.COL);

7. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdColumnGroup.java :

56 : return CMElementDeclaration.ELEMENT;

8. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdColumnGroup.java :

56 : return CMElementDeclaration.ELEMENT;

Source File: org/eclipse/wst/html/core/internal/contentmodel/CtdDl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdDl.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdDl.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdDl.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdDl.java :

43 : content = new CMGroupImpl(CMGroup.CHOICE, 1, CMContentImpl.UNBOUNDED);

5. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdDl.java :

43 : content = new CMGroupImpl(CMGroup.CHOICE, 1, CMContentImpl.UNBOUNDED);

6. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdDl.java :

45 : CMNode dec = collection.getNamedItem(HTML40Namespace.ElementName.DT);

7. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdDl.java :

60 : return CMElementDeclaration.ELEMENT;

8. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdDl.java :

60 : return CMElementDeclaration.ELEMENT;

Source File: org/eclipse/wst/html/core/internal/contentmodel/CtdEmbed.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdEmbed.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdEmbed.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdEmbed.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdEmbed.java :

43 : content = new CMGroupImpl(CMGroup.SEQUENCE, 1, 1);

5. WARNING: DiscouragedReference

Discouraged access: The field SEQUENCE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdEmbed.java :

43 : content = new CMGroupImpl(CMGroup.SEQUENCE, 1, 1);

6. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdEmbed.java :

45 : CMNode noembed = collection.getNamedItem(HTML40Namespace.ElementName.NOEMBED);

7. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdEmbed.java :

56 : return CMElementDeclaration.ELEMENT;

8. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdEmbed.java :

56 : return CMElementDeclaration.ELEMENT;

Source File: org/eclipse/wst/html/core/internal/contentmodel/CtdFieldset.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdFieldset.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdFieldset.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdFieldset.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdFieldset.java :

43 : content = new CMGroupImpl(CMGroup.SEQUENCE, 1, 1);

5. WARNING: DiscouragedReference

Discouraged access: The field SEQUENCE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdFieldset.java :

43 : content = new CMGroupImpl(CMGroup.SEQUENCE, 1, 1);

6. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdFieldset.java :

48 : CMNode dec = collection.getNamedItem(HTML40Namespace.ElementName.LEGEND);

7. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdFieldset.java :

52 : CMGroupImpl flows = new CMGroupImpl(CMGroup.CHOICE, 0, CMContentImpl.UNBOUNDED);

8. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdFieldset.java :

52 : CMGroupImpl flows = new CMGroupImpl(CMGroup.CHOICE, 0, CMContentImpl.UNBOUNDED);

9. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdFieldset.java :

65 : return CMElementDeclaration.MIXED;

10. WARNING: DiscouragedReference

Discouraged access: The field MIXED from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdFieldset.java :

65 : return CMElementDeclaration.MIXED;

Source File: org/eclipse/wst/html/core/internal/contentmodel/CtdFlowContainer.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdFlowContainer.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdFlowContainer.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdFlowContainer.java :

38 : content = new CMGroupImpl(CMGroup.CHOICE, 0, CMContentImpl.UNBOUNDED);

4. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdFlowContainer.java :

38 : content = new CMGroupImpl(CMGroup.CHOICE, 0, CMContentImpl.UNBOUNDED);

5. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdFlowContainer.java :

43 : return CMElementDeclaration.MIXED;

6. WARNING: DiscouragedReference

Discouraged access: The field MIXED from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdFlowContainer.java :

43 : return CMElementDeclaration.MIXED;

Source File: org/eclipse/wst/html/core/internal/contentmodel/CtdFrameset.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdFrameset.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdFrameset.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdFrameset.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdFrameset.java :

45 : content = new CMGroupImpl(CMGroup.ALL, 1, 1);

5. WARNING: DiscouragedReference

Discouraged access: The field ALL from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdFrameset.java :

45 : content = new CMGroupImpl(CMGroup.ALL, 1, 1);

6. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdFrameset.java :

48 : CMGroupImpl group = new CMGroupImpl(CMGroup.CHOICE, 1, CMContentImpl.UNBOUNDED);

7. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdFrameset.java :

48 : CMGroupImpl group = new CMGroupImpl(CMGroup.CHOICE, 1, CMContentImpl.UNBOUNDED);

8. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdFrameset.java :

54 : CMNode dec = collection.getNamedItem(HTML40Namespace.ElementName.FRAMESET);

9. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdFrameset.java :

63 : group = new CMGroupImpl(CMGroup.SEQUENCE, 0, 1);

10. WARNING: DiscouragedReference

Discouraged access: The field SEQUENCE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdFrameset.java :

63 : group = new CMGroupImpl(CMGroup.SEQUENCE, 0, 1);

11. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdFrameset.java :

80 : return CMElementDeclaration.ELEMENT;

12. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdFrameset.java :

80 : return CMElementDeclaration.ELEMENT;

Source File: org/eclipse/wst/html/core/internal/contentmodel/CtdHead.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

59 : CMGroupImpl misc = new CMGroupImpl(CMGroup.CHOICE, 0, CMContentImpl.UNBOUNDED);

5. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

59 : CMGroupImpl misc = new CMGroupImpl(CMGroup.CHOICE, 0, CMContentImpl.UNBOUNDED);

6. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

65 : CMNode title = collection.getNamedItem(HTML40Namespace.ElementName.TITLE);

7. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

67 : CMNode base = collection.getNamedItem(HTML40Namespace.ElementName.BASE);

8. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

74 : content = new CMGroupImpl(CMGroup.SEQUENCE, 1, 1);

9. WARNING: DiscouragedReference

Discouraged access: The field SEQUENCE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

74 : content = new CMGroupImpl(CMGroup.SEQUENCE, 1, 1);

10. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

84 : CMGroupImpl gA = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

11. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

84 : CMGroupImpl gA = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

12. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

95 : CMGroupImpl gB = new CMGroupImpl(CMGroup.SEQUENCE, 1, 1);

13. WARNING: DiscouragedReference

Discouraged access: The field SEQUENCE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

95 : CMGroupImpl gB = new CMGroupImpl(CMGroup.SEQUENCE, 1, 1);

14. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

110 : CMGroupImpl gD = new CMGroupImpl(CMGroup.SEQUENCE, 0, 1);

15. WARNING: DiscouragedReference

Discouraged access: The field SEQUENCE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

110 : CMGroupImpl gD = new CMGroupImpl(CMGroup.SEQUENCE, 0, 1);

16. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

127 : CMGroupImpl gC = new CMGroupImpl(CMGroup.SEQUENCE, 1, 1);

17. WARNING: DiscouragedReference

Discouraged access: The field SEQUENCE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

127 : CMGroupImpl gC = new CMGroupImpl(CMGroup.SEQUENCE, 1, 1);

18. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

143 : CMGroupImpl gE = new CMGroupImpl(CMGroup.SEQUENCE, 1, 1);

19. WARNING: DiscouragedReference

Discouraged access: The field SEQUENCE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

143 : CMGroupImpl gE = new CMGroupImpl(CMGroup.SEQUENCE, 1, 1);

20. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

162 : return CMElementDeclaration.ELEMENT;

21. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

162 : return CMElementDeclaration.ELEMENT;

Source File: org/eclipse/wst/html/core/internal/contentmodel/CtdHtml.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHtml.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHtml.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHtml.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHtml.java :

47 : content = new CMGroupImpl(CMGroup.SEQUENCE, 1, 1);

5. WARNING: DiscouragedReference

Discouraged access: The field SEQUENCE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHtml.java :

47 : content = new CMGroupImpl(CMGroup.SEQUENCE, 1, 1);

6. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHtml.java :

52 : CMNode edec = collection.getNamedItem(HTML40Namespace.ElementName.HEAD);

7. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHtml.java :

57 : CMGroupImpl group = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

8. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHtml.java :

57 : CMGroupImpl group = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

9. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHtml.java :

328 : return CMElementDeclaration.ELEMENT;

10. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHtml.java :

328 : return CMElementDeclaration.ELEMENT;

Source File: org/eclipse/wst/html/core/internal/contentmodel/CtdInlineContainer.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdInlineContainer.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdInlineContainer.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdInlineContainer.java :

39 : content = new CMGroupImpl(CMGroup.CHOICE, 0, CMContentImpl.UNBOUNDED);

4. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdInlineContainer.java :

39 : content = new CMGroupImpl(CMGroup.CHOICE, 0, CMContentImpl.UNBOUNDED);

5. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdInlineContainer.java :

44 : return CMElementDeclaration.MIXED;

6. WARNING: DiscouragedReference

Discouraged access: The field MIXED from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdInlineContainer.java :

44 : return CMElementDeclaration.MIXED;

Source File: org/eclipse/wst/html/core/internal/contentmodel/CtdLiContainer.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdLiContainer.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdLiContainer.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdLiContainer.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdLiContainer.java :

44 : content = new CMGroupImpl(CMGroup.SEQUENCE, 1, CMContentImpl.UNBOUNDED);

5. WARNING: DiscouragedReference

Discouraged access: The field SEQUENCE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdLiContainer.java :

44 : content = new CMGroupImpl(CMGroup.SEQUENCE, 1, CMContentImpl.UNBOUNDED);

6. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdLiContainer.java :

45 : CMNode li = collection.getNamedItem(HTML40Namespace.ElementName.LI);

7. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdLiContainer.java :

56 : return CMElementDeclaration.ELEMENT;

8. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdLiContainer.java :

56 : return CMElementDeclaration.ELEMENT;

Source File: org/eclipse/wst/html/core/internal/contentmodel/CtdMap.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdMap.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdMap.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdMap.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdMap.java :

43 : content = new CMGroupImpl(CMGroup.CHOICE, 1, CMContentImpl.UNBOUNDED);

5. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdMap.java :

43 : content = new CMGroupImpl(CMGroup.CHOICE, 1, CMContentImpl.UNBOUNDED);

6. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdMap.java :

45 : CMGroupImpl blocks = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

7. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdMap.java :

45 : CMGroupImpl blocks = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

8. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdMap.java :

51 : CMNode area = collection.getNamedItem(HTML40Namespace.ElementName.AREA);

9. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdMap.java :

63 : return CMElementDeclaration.ELEMENT;

10. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdMap.java :

63 : return CMElementDeclaration.ELEMENT;

Source File: org/eclipse/wst/html/core/internal/contentmodel/CtdNoframesContent.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdNoframesContent.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdNoframesContent.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdNoframesContent.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdNoframesContent.java :

43 : content = new CMGroupImpl(CMGroup.SEQUENCE, 1, 1);

5. WARNING: DiscouragedReference

Discouraged access: The field SEQUENCE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdNoframesContent.java :

43 : content = new CMGroupImpl(CMGroup.SEQUENCE, 1, 1);

6. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdNoframesContent.java :

45 : CMNode dec = collection.getNamedItem(HTML40Namespace.ElementName.BODY);

7. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdNoframesContent.java :

56 : return CMElementDeclaration.ELEMENT;

8. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdNoframesContent.java :

56 : return CMElementDeclaration.ELEMENT;

Source File: org/eclipse/wst/html/core/internal/contentmodel/CtdOptionContainer.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdOptionContainer.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdOptionContainer.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdOptionContainer.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdOptionContainer.java :

44 : content = new CMGroupImpl(CMGroup.SEQUENCE, 1, CMContentImpl.UNBOUNDED);

5. WARNING: DiscouragedReference

Discouraged access: The field SEQUENCE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdOptionContainer.java :

44 : content = new CMGroupImpl(CMGroup.SEQUENCE, 1, CMContentImpl.UNBOUNDED);

6. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdOptionContainer.java :

46 : CMNode dec = collection.getNamedItem(HTML40Namespace.ElementName.OPTION);

7. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdOptionContainer.java :

57 : return CMElementDeclaration.ELEMENT;

8. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdOptionContainer.java :

57 : return CMElementDeclaration.ELEMENT;

Source File: org/eclipse/wst/html/core/internal/contentmodel/CtdParamContainer.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdParamContainer.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdParamContainer.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdParamContainer.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdParamContainer.java :

42 : content = new CMGroupImpl(CMGroup.CHOICE, 0, CMContentImpl.UNBOUNDED);

5. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdParamContainer.java :

42 : content = new CMGroupImpl(CMGroup.CHOICE, 0, CMContentImpl.UNBOUNDED);

6. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdParamContainer.java :

44 : CMNode param = collection.getNamedItem(HTML40Namespace.ElementName.PARAM);

7. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdParamContainer.java :

48 : CMGroupImpl flows = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

8. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdParamContainer.java :

48 : CMGroupImpl flows = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

9. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdParamContainer.java :

62 : return CMElementDeclaration.MIXED;

10. WARNING: DiscouragedReference

Discouraged access: The field MIXED from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdParamContainer.java :

62 : return CMElementDeclaration.MIXED;

Source File: org/eclipse/wst/html/core/internal/contentmodel/CtdSelect.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdSelect.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdSelect.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdSelect.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdSelect.java :

43 : content = new CMGroupImpl(CMGroup.CHOICE, 1, CMContentImpl.UNBOUNDED);

5. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdSelect.java :

43 : content = new CMGroupImpl(CMGroup.CHOICE, 1, CMContentImpl.UNBOUNDED);

6. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdSelect.java :

45 : CMNode dec = collection.getNamedItem(HTML40Namespace.ElementName.OPTGROUP);

7. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdSelect.java :

60 : return CMElementDeclaration.ELEMENT;

8. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdSelect.java :

60 : return CMElementDeclaration.ELEMENT;

Source File: org/eclipse/wst/html/core/internal/contentmodel/CtdTable.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTable.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTable.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTable.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTable.java :

45 : content = new CMGroupImpl(CMGroup.SEQUENCE, 1, 1);

5. WARNING: DiscouragedReference

Discouraged access: The field SEQUENCE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTable.java :

45 : content = new CMGroupImpl(CMGroup.SEQUENCE, 1, 1);

6. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTable.java :

49 : CMGroupImpl wrap = new CMGroupImpl(CMGroup.SEQUENCE, 0, 1);

7. WARNING: DiscouragedReference

Discouraged access: The field SEQUENCE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTable.java :

49 : CMGroupImpl wrap = new CMGroupImpl(CMGroup.SEQUENCE, 0, 1);

8. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTable.java :

54 : CMNode dec = collection.getNamedItem(HTML40Namespace.ElementName.CAPTION);

9. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTable.java :

60 : CMGroupImpl group = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

10. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTable.java :

60 : CMGroupImpl group = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

11. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTable.java :

65 : wrap = new CMGroupImpl(CMGroup.SEQUENCE, 0, CMContentImpl.UNBOUNDED);

12. WARNING: DiscouragedReference

Discouraged access: The field SEQUENCE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTable.java :

65 : wrap = new CMGroupImpl(CMGroup.SEQUENCE, 0, CMContentImpl.UNBOUNDED);

13. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTable.java :

73 : wrap = new CMGroupImpl(CMGroup.SEQUENCE, 0, CMContentImpl.UNBOUNDED);

14. WARNING: DiscouragedReference

Discouraged access: The field SEQUENCE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTable.java :

73 : wrap = new CMGroupImpl(CMGroup.SEQUENCE, 0, CMContentImpl.UNBOUNDED);

15. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTable.java :

82 : wrap = new CMGroupImpl(CMGroup.SEQUENCE, 0, 1);

16. WARNING: DiscouragedReference

Discouraged access: The field SEQUENCE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTable.java :

82 : wrap = new CMGroupImpl(CMGroup.SEQUENCE, 0, 1);

17. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTable.java :

91 : wrap = new CMGroupImpl(CMGroup.SEQUENCE, 0, 1);

18. WARNING: DiscouragedReference

Discouraged access: The field SEQUENCE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTable.java :

91 : wrap = new CMGroupImpl(CMGroup.SEQUENCE, 0, 1);

19. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTable.java :

101 : wrap = new CMGroupImpl(CMGroup.SEQUENCE, 0, CMContentImpl.UNBOUNDED);

20. WARNING: DiscouragedReference

Discouraged access: The field SEQUENCE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTable.java :

101 : wrap = new CMGroupImpl(CMGroup.SEQUENCE, 0, CMContentImpl.UNBOUNDED);

21. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTable.java :

112 : wrap = new CMGroupImpl(CMGroup.SEQUENCE, 1, CMContentImpl.UNBOUNDED);

22. WARNING: DiscouragedReference

Discouraged access: The field SEQUENCE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTable.java :

112 : wrap = new CMGroupImpl(CMGroup.SEQUENCE, 1, CMContentImpl.UNBOUNDED);

23. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTable.java :

127 : return CMElementDeclaration.ELEMENT;

24. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTable.java :

127 : return CMElementDeclaration.ELEMENT;

Source File: org/eclipse/wst/html/core/internal/contentmodel/CtdTableCellContainer.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTableCellContainer.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTableCellContainer.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTableCellContainer.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTableCellContainer.java :

44 : content = new CMGroupImpl(CMGroup.CHOICE, 1, CMContentImpl.UNBOUNDED);

5. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTableCellContainer.java :

44 : content = new CMGroupImpl(CMGroup.CHOICE, 1, CMContentImpl.UNBOUNDED);

6. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTableCellContainer.java :

46 : CMNode dec = collection.getNamedItem(HTML40Namespace.ElementName.TH);

7. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTableCellContainer.java :

61 : return CMElementDeclaration.ELEMENT;

8. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTableCellContainer.java :

61 : return CMElementDeclaration.ELEMENT;

Source File: org/eclipse/wst/html/core/internal/contentmodel/CtdTrContainer.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTrContainer.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTrContainer.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTrContainer.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTrContainer.java :

44 : content = new CMGroupImpl(CMGroup.SEQUENCE, 1, CMContentImpl.UNBOUNDED);

5. WARNING: DiscouragedReference

Discouraged access: The field SEQUENCE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTrContainer.java :

44 : content = new CMGroupImpl(CMGroup.SEQUENCE, 1, CMContentImpl.UNBOUNDED);

6. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTrContainer.java :

45 : CMNode tr = collection.getNamedItem(HTML40Namespace.ElementName.TR);

7. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTrContainer.java :

56 : return CMElementDeclaration.ELEMENT;

8. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdTrContainer.java :

56 : return CMElementDeclaration.ELEMENT;

Source File: org/eclipse/wst/html/core/internal/contentmodel/DeclCollection.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DeclCollection.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DeclCollection.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DeclCollection.java :

24 : abstract class DeclCollection implements CMNamedNodeMap {

4. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DeclCollection.java :

126 : CMNode[] fDecls = null;

5. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DeclCollection.java :

136 : fDecls = new CMNode[names.length];

6. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DeclCollection.java :

149 : protected abstract CMNode create(String name);

7. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DeclCollection.java :

153 : public CMNamedNodeMap getDeclarations(String[] names) {

8. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DeclCollection.java :

157 : CMNode node = getNamedItem(name);

9. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DeclCollection.java :

171 : CMNode dec = getNamedItem(entityName);

10. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DeclCollection.java :

207 : public CMNode getNamedItem(String name) {

11. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DeclCollection.java :

227 : public CMNode item(int index) {

12. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DeclCollection.java :

230 : CMNode decl = fDecls[index];

Source File: org/eclipse/wst/html/core/internal/contentmodel/ElementCollection.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementCollection.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementCollection.java :

310 : protected CMNode create(String elementName) {

Source File: org/eclipse/wst/html/core/internal/contentmodel/EntityCollection.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

EntityCollection.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

EntityCollection.java :

827 : protected CMNode create(String entityName) {

Source File: org/eclipse/wst/html/core/internal/contentmodel/HCMDocImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HCMDocImpl.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNamespace is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HCMDocImpl.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamespace;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HCMDocImpl.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

4. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HCMDocImpl.java :

53 : public CMNamedNodeMap getElements() {

5. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HCMDocImpl.java :

60 : public CMNamedNodeMap getEntities() {

6. WARNING: DiscouragedReference

Discouraged access: The type CMNamespace is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HCMDocImpl.java :

73 : public CMNamespace getNamespace() {

7. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HCMDocImpl.java :

81 : return CMNode.DOCUMENT;

8. WARNING: DiscouragedReference

Discouraged access: The field DOCUMENT from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HCMDocImpl.java :

81 : return CMNode.DOCUMENT;

Source File: org/eclipse/wst/html/core/internal/contentmodel/HTMLAttrDeclImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttrDeclImpl.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttrDeclImpl.java :

21 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

3. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttrDeclImpl.java :

38 : case OPTIONAL :

4. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttrDeclImpl.java :

39 : case REQUIRED :

5. WARNING: DiscouragedReference

Discouraged access: The field FIXED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttrDeclImpl.java :

40 : case FIXED :

6. WARNING: DiscouragedReference

Discouraged access: The field PROHIBITED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttrDeclImpl.java :

41 : case PROHIBITED :

7. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttrDeclImpl.java :

46 : this.usage = OPTIONAL; // fall back

8. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttrDeclImpl.java :

63 : public CMDataType getAttrType() {

9. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttrDeclImpl.java :

71 : if (type.getImpliedValueKind() != CMDataType.IMPLIED_VALUE_DEFAULT)

10. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttrDeclImpl.java :

71 : if (type.getImpliedValueKind() != CMDataType.IMPLIED_VALUE_DEFAULT)

11. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttrDeclImpl.java :

92 : return CMNode.ATTRIBUTE_DECLARATION;

12. WARNING: DiscouragedReference

Discouraged access: The field ATTRIBUTE_DECLARATION from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttrDeclImpl.java :

92 : return CMNode.ATTRIBUTE_DECLARATION;

13. WARNING: DiscouragedReference

Discouraged access: The method getDataTypeName() from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttrDeclImpl.java :

118 : return getAttrType().getDataTypeName() == HTMLCMDataType.SCRIPT ? new Boolean(true) : new Boolean(false);

Source File: org/eclipse/wst/html/core/internal/contentmodel/HTMLAttributeDeclaration.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeDeclaration.java :

13 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeDeclaration.java :

22 : public interface HTMLAttributeDeclaration extends CMAttributeDeclaration {

Source File: org/eclipse/wst/html/core/internal/contentmodel/HTMLCMDataType.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataType.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataType.java :

20 : public interface HTMLCMDataType extends CMDataType {

3. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataType.java :

31 : public static final String CHARACTER = CMDataType.CDATA;

4. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataType.java :

31 : public static final String CHARACTER = CMDataType.CDATA;

5. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataType.java :

33 : public static final String CHARSET = CMDataType.CDATA;

6. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataType.java :

33 : public static final String CHARSET = CMDataType.CDATA;

7. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataType.java :

35 : public static final String CHARSETS = CMDataType.CDATA;

8. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataType.java :

35 : public static final String CHARSETS = CMDataType.CDATA;

9. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataType.java :

37 : public static final String CONTENT_TYPE = CMDataType.CDATA;

10. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataType.java :

37 : public static final String CONTENT_TYPE = CMDataType.CDATA;

11. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataType.java :

39 : public static final String COORDS = CMDataType.CDATA;

12. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataType.java :

39 : public static final String COORDS = CMDataType.CDATA;

13. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataType.java :

41 : public static final String DATETIME = CMDataType.CDATA;

14. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataType.java :

41 : public static final String DATETIME = CMDataType.CDATA;

15. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataType.java :

43 : public static final String FRAME_TARGET = CMDataType.CDATA;

16. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataType.java :

43 : public static final String FRAME_TARGET = CMDataType.CDATA;

17. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataType.java :

47 : public static final String LENGTH = CMDataType.CDATA;

18. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataType.java :

47 : public static final String LENGTH = CMDataType.CDATA;

19. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataType.java :

49 : public static final String LINK_TYPES = CMDataType.CDATA;

20. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataType.java :

49 : public static final String LINK_TYPES = CMDataType.CDATA;

21. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataType.java :

51 : public static final String LI_STYLE = CMDataType.CDATA;

22. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataType.java :

51 : public static final String LI_STYLE = CMDataType.CDATA;

23. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataType.java :

53 : public static final String MEDIA_DESC = CMDataType.CDATA;

24. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataType.java :

53 : public static final String MEDIA_DESC = CMDataType.CDATA;

25. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataType.java :

55 : public static final String MULTI_LENGTH = CMDataType.CDATA;

26. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataType.java :

55 : public static final String MULTI_LENGTH = CMDataType.CDATA;

27. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataType.java :

57 : public static final String OL_STYLE = CMDataType.CDATA;

28. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataType.java :

57 : public static final String OL_STYLE = CMDataType.CDATA;

29. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataType.java :

59 : public static final String PIXELS = CMDataType.CDATA;

30. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataType.java :

59 : public static final String PIXELS = CMDataType.CDATA;

31. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataType.java :

63 : public static final String STYLE_SHEET = CMDataType.CDATA;

32. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataType.java :

63 : public static final String STYLE_SHEET = CMDataType.CDATA;

33. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataType.java :

65 : public static final String TEXT = CMDataType.CDATA;

34. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataType.java :

65 : public static final String TEXT = CMDataType.CDATA;

Source File: org/eclipse/wst/html/core/internal/contentmodel/HTMLCMDataTypeImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataTypeImpl.java :

13 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

2. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_NONE from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataTypeImpl.java :

21 : private int impliedValueKind = IMPLIED_VALUE_NONE;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataTypeImpl.java :

96 : return CMNode.DATA_TYPE;

4. WARNING: DiscouragedReference

Discouraged access: The field DATA_TYPE from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataTypeImpl.java :

96 : return CMNode.DATA_TYPE;

5. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_FIXED from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataTypeImpl.java :

113 : case IMPLIED_VALUE_FIXED :

6. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataTypeImpl.java :

114 : case IMPLIED_VALUE_DEFAULT :

7. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_NONE from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataTypeImpl.java :

118 : case IMPLIED_VALUE_NONE :

8. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_NONE from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataTypeImpl.java :

120 : impliedValueKind = IMPLIED_VALUE_NONE;

Source File: org/eclipse/wst/html/core/internal/contentmodel/HTMLCMDocument.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocument.java :

13 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDocument;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocument.java :

22 : public interface HTMLCMDocument extends CMDocument {

Source File: org/eclipse/wst/html/core/internal/contentmodel/HTMLCMDocumentFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

21 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDocument;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

22 : import org.eclipse.wst.xml.core.internal.provisional.contentmodel.CMDocType;

3. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

30 : private static List supportedCMtypes = Arrays.asList(new Object[]{CMDocType.HTML_DOC_TYPE, CMDocType.CHTML_DOC_TYPE, CMDocType.JSP11_DOC_TYPE, CMDocType.JSP12_DOC_TYPE, CMDocType.JSP20_DOC_TYPE, CMDocType.TAG20_DOC_TYPE});

4. WARNING: DiscouragedReference

Discouraged access: The field HTML_DOC_TYPE from the type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

30 : private static List supportedCMtypes = Arrays.asList(new Object[]{CMDocType.HTML_DOC_TYPE, CMDocType.CHTML_DOC_TYPE, CMDocType.JSP11_DOC_TYPE, CMDocType.JSP12_DOC_TYPE, CMDocType.JSP20_DOC_TYPE, CMDocType.TAG20_DOC_TYPE});

5. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

30 : private static List supportedCMtypes = Arrays.asList(new Object[]{CMDocType.HTML_DOC_TYPE, CMDocType.CHTML_DOC_TYPE, CMDocType.JSP11_DOC_TYPE, CMDocType.JSP12_DOC_TYPE, CMDocType.JSP20_DOC_TYPE, CMDocType.TAG20_DOC_TYPE});

6. WARNING: DiscouragedReference

Discouraged access: The field CHTML_DOC_TYPE from the type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

30 : private static List supportedCMtypes = Arrays.asList(new Object[]{CMDocType.HTML_DOC_TYPE, CMDocType.CHTML_DOC_TYPE, CMDocType.JSP11_DOC_TYPE, CMDocType.JSP12_DOC_TYPE, CMDocType.JSP20_DOC_TYPE, CMDocType.TAG20_DOC_TYPE});

7. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

30 : private static List supportedCMtypes = Arrays.asList(new Object[]{CMDocType.HTML_DOC_TYPE, CMDocType.CHTML_DOC_TYPE, CMDocType.JSP11_DOC_TYPE, CMDocType.JSP12_DOC_TYPE, CMDocType.JSP20_DOC_TYPE, CMDocType.TAG20_DOC_TYPE});

8. WARNING: DiscouragedReference

Discouraged access: The field JSP11_DOC_TYPE from the type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

30 : private static List supportedCMtypes = Arrays.asList(new Object[]{CMDocType.HTML_DOC_TYPE, CMDocType.CHTML_DOC_TYPE, CMDocType.JSP11_DOC_TYPE, CMDocType.JSP12_DOC_TYPE, CMDocType.JSP20_DOC_TYPE, CMDocType.TAG20_DOC_TYPE});

9. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

30 : private static List supportedCMtypes = Arrays.asList(new Object[]{CMDocType.HTML_DOC_TYPE, CMDocType.CHTML_DOC_TYPE, CMDocType.JSP11_DOC_TYPE, CMDocType.JSP12_DOC_TYPE, CMDocType.JSP20_DOC_TYPE, CMDocType.TAG20_DOC_TYPE});

10. WARNING: DiscouragedReference

Discouraged access: The field JSP12_DOC_TYPE from the type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

30 : private static List supportedCMtypes = Arrays.asList(new Object[]{CMDocType.HTML_DOC_TYPE, CMDocType.CHTML_DOC_TYPE, CMDocType.JSP11_DOC_TYPE, CMDocType.JSP12_DOC_TYPE, CMDocType.JSP20_DOC_TYPE, CMDocType.TAG20_DOC_TYPE});

11. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

30 : private static List supportedCMtypes = Arrays.asList(new Object[]{CMDocType.HTML_DOC_TYPE, CMDocType.CHTML_DOC_TYPE, CMDocType.JSP11_DOC_TYPE, CMDocType.JSP12_DOC_TYPE, CMDocType.JSP20_DOC_TYPE, CMDocType.TAG20_DOC_TYPE});

12. WARNING: DiscouragedReference

Discouraged access: The field JSP20_DOC_TYPE from the type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

30 : private static List supportedCMtypes = Arrays.asList(new Object[]{CMDocType.HTML_DOC_TYPE, CMDocType.CHTML_DOC_TYPE, CMDocType.JSP11_DOC_TYPE, CMDocType.JSP12_DOC_TYPE, CMDocType.JSP20_DOC_TYPE, CMDocType.TAG20_DOC_TYPE});

13. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

30 : private static List supportedCMtypes = Arrays.asList(new Object[]{CMDocType.HTML_DOC_TYPE, CMDocType.CHTML_DOC_TYPE, CMDocType.JSP11_DOC_TYPE, CMDocType.JSP12_DOC_TYPE, CMDocType.JSP20_DOC_TYPE, CMDocType.TAG20_DOC_TYPE});

14. WARNING: DiscouragedReference

Discouraged access: The field TAG20_DOC_TYPE from the type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

30 : private static List supportedCMtypes = Arrays.asList(new Object[]{CMDocType.HTML_DOC_TYPE, CMDocType.CHTML_DOC_TYPE, CMDocType.JSP11_DOC_TYPE, CMDocType.JSP12_DOC_TYPE, CMDocType.JSP20_DOC_TYPE, CMDocType.TAG20_DOC_TYPE});

15. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

46 : public static CMDocument getCMDocument(String cmtype) {

16. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

55 : return (CMDocument) obj;

17. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

59 : if (CMDocType.HTML_DOC_TYPE.equals(cmtype)) {

18. WARNING: DiscouragedReference

Discouraged access: The field HTML_DOC_TYPE from the type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

59 : if (CMDocType.HTML_DOC_TYPE.equals(cmtype)) {

19. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

61 : HCMDocImpl html40doc = new HCMDocImpl(CMDocType.HTML_DOC_TYPE, h40ns);

20. WARNING: DiscouragedReference

Discouraged access: The field HTML_DOC_TYPE from the type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

61 : HCMDocImpl html40doc = new HCMDocImpl(CMDocType.HTML_DOC_TYPE, h40ns);

21. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

65 : else if (CMDocType.JSP20_DOC_TYPE.equals(cmtype)) {

22. WARNING: DiscouragedReference

Discouraged access: The field JSP20_DOC_TYPE from the type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

65 : else if (CMDocType.JSP20_DOC_TYPE.equals(cmtype)) {

23. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

67 : JCM20DocImpl jsp20doc = new JCM20DocImpl(CMDocType.JSP20_DOC_TYPE, j20ns);

24. WARNING: DiscouragedReference

Discouraged access: The field JSP20_DOC_TYPE from the type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

67 : JCM20DocImpl jsp20doc = new JCM20DocImpl(CMDocType.JSP20_DOC_TYPE, j20ns);

25. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

71 : else if (CMDocType.TAG20_DOC_TYPE.equals(cmtype)) {

26. WARNING: DiscouragedReference

Discouraged access: The field TAG20_DOC_TYPE from the type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

71 : else if (CMDocType.TAG20_DOC_TYPE.equals(cmtype)) {

27. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

73 : TagCMDocImpl tag20doc = new TagCMDocImpl(CMDocType.TAG20_DOC_TYPE, j20ns);

28. WARNING: DiscouragedReference

Discouraged access: The field TAG20_DOC_TYPE from the type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

73 : TagCMDocImpl tag20doc = new TagCMDocImpl(CMDocType.TAG20_DOC_TYPE, j20ns);

29. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

77 : else if (CMDocType.JSP11_DOC_TYPE.equals(cmtype) || CMDocType.JSP12_DOC_TYPE.equals(cmtype)) {

30. WARNING: DiscouragedReference

Discouraged access: The field JSP11_DOC_TYPE from the type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

77 : else if (CMDocType.JSP11_DOC_TYPE.equals(cmtype) || CMDocType.JSP12_DOC_TYPE.equals(cmtype)) {

31. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

77 : else if (CMDocType.JSP11_DOC_TYPE.equals(cmtype) || CMDocType.JSP12_DOC_TYPE.equals(cmtype)) {

32. WARNING: DiscouragedReference

Discouraged access: The field JSP12_DOC_TYPE from the type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

77 : else if (CMDocType.JSP11_DOC_TYPE.equals(cmtype) || CMDocType.JSP12_DOC_TYPE.equals(cmtype)) {

33. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

80 : jsp11doc = new JCMDocImpl(CMDocType.JSP11_DOC_TYPE, j11ns);

34. WARNING: DiscouragedReference

Discouraged access: The field JSP11_DOC_TYPE from the type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

80 : jsp11doc = new JCMDocImpl(CMDocType.JSP11_DOC_TYPE, j11ns);

35. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

85 : else if (CMDocType.CHTML_DOC_TYPE.equals(cmtype)) {

36. WARNING: DiscouragedReference

Discouraged access: The field CHTML_DOC_TYPE from the type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

85 : else if (CMDocType.CHTML_DOC_TYPE.equals(cmtype)) {

37. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

87 : CHCMDocImpl chtmldoc = new CHCMDocImpl(CMDocType.CHTML_DOC_TYPE, cH40ns);

38. WARNING: DiscouragedReference

Discouraged access: The field CHTML_DOC_TYPE from the type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDocumentFactory.java :

87 : CHCMDocImpl chtmldoc = new CHCMDocImpl(CMDocType.CHTML_DOC_TYPE, cH40ns);

Source File: org/eclipse/wst/html/core/internal/contentmodel/HTMLCMNode.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMNode.java :

24 : interface HTMLCMNode extends org.eclipse.wst.xml.core.internal.contentmodel.CMNode {

Source File: org/eclipse/wst/html/core/internal/contentmodel/HTMLElemDeclImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMContent;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

3. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

4. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

21 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

5. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

22 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

6. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

37 : protected CMNamedNodeMap prohibitedAncestors = null;

7. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

46 : protected final static CMNamedNodeMap EMPTY_MAP = new CMNamedNodeMap() {

8. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

46 : protected final static CMNamedNodeMap EMPTY_MAP = new CMNamedNodeMap() {

9. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

51 : public CMNode getNamedItem(String name) {

10. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

55 : public CMNode item(int index) {

11. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

118 : CMNode cmnode = attributes.getNamedItem(attrName);

12. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

130 : public CMNamedNodeMap getAttributes() {

13. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

154 : public CMContent getContent() {

14. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

170 : return (def != null) ? def.getContentType() : CMElementDeclaration.CDATA;

15. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

170 : return (def != null) ? def.getContentType() : CMElementDeclaration.CDATA;

16. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

185 : public CMDataType getDataType() {

17. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

201 : public CMContent getExclusion() {

18. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

217 : public CMContent getInclusion() {

19. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

252 : public CMNamedNodeMap getLocalElements() {

20. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

260 : return CMNode.ELEMENT_DECLARATION;

21. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT_DECLARATION from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

260 : return CMNode.ELEMENT_DECLARATION;

22. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

271 : public CMNamedNodeMap getProhibitedAncestors() {

23. WARNING: DiscouragedReference

Discouraged access: The method getElementName() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

359 : String nextName = nextElement.getElementName();

Source File: org/eclipse/wst/html/core/internal/contentmodel/HTMLElementDeclaration.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementDeclaration.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementDeclaration.java :

24 : public interface HTMLElementDeclaration extends CMElementDeclaration {

Source File: org/eclipse/wst/html/core/internal/contentmodel/HTMLEntityDeclImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLEntityDeclImpl.java :

14 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLEntityDeclImpl.java :

47 : return CMNode.ENTITY_DECLARATION;

3. WARNING: DiscouragedReference

Discouraged access: The field ENTITY_DECLARATION from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLEntityDeclImpl.java :

47 : return CMNode.ENTITY_DECLARATION;

Source File: org/eclipse/wst/html/core/internal/contentmodel/HTMLEntityDeclaration.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMEntityDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLEntityDeclaration.java :

20 : public interface HTMLEntityDeclaration extends org.eclipse.wst.xml.core.internal.contentmodel.CMEntityDeclaration {

Source File: org/eclipse/wst/html/core/internal/contentmodel/HTMLPropertyDeclaration.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLPropertyDeclaration.java :

13 : import org.eclipse.wst.xml.core.internal.contentmodel.CMContent;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLPropertyDeclaration.java :

14 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

3. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLPropertyDeclaration.java :

36 : CMContent getExclusion();

4. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLPropertyDeclaration.java :

48 : CMContent getInclusion();

5. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLPropertyDeclaration.java :

77 : CMNamedNodeMap getProhibitedAncestors();

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedA.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedA.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMContent;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedA.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedA.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

4. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedA.java :

21 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

5. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedA.java :

74 : public CMContent getExclusion() {

6. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedA.java :

80 : exclusion = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

7. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedA.java :

80 : exclusion = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

8. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedA.java :

81 : CMNode a = elementCollection.getNamedItem(HTML40Namespace.ElementName.A);

9. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedA.java :

90 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedADDRESS.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedADDRESS.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedADDRESS.java :

49 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedBASEFONT.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBASEFONT.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBASEFONT.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

3. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBASEFONT.java :

53 : HTMLCMDataTypeImpl atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

4. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBASEFONT.java :

53 : HTMLCMDataTypeImpl atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

5. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBASEFONT.java :

54 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_SIZE, atype, CMAttributeDeclaration.REQUIRED);

6. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBASEFONT.java :

54 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_SIZE, atype, CMAttributeDeclaration.REQUIRED);

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedBDO.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBDO.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBDO.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

3. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBDO.java :

54 : HTMLCMDataTypeImpl atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

4. WARNING: DiscouragedReference

Discouraged access: The field ENUM from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBDO.java :

54 : HTMLCMDataTypeImpl atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

5. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBDO.java :

58 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_DIR, atype, CMAttributeDeclaration.REQUIRED);

6. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBDO.java :

58 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_DIR, atype, CMAttributeDeclaration.REQUIRED);

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedBGSOUND.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBGSOUND.java :

14 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBGSOUND.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

3. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBGSOUND.java :

41 : HTMLCMDataTypeImpl atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

4. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBGSOUND.java :

41 : HTMLCMDataTypeImpl atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

5. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBGSOUND.java :

42 : atype.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, HTML40Namespace.ATTR_VALUE_INFINITE);

6. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBGSOUND.java :

42 : atype.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, HTML40Namespace.ATTR_VALUE_INFINITE);

7. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBGSOUND.java :

43 : attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_LOOP, atype, CMAttributeDeclaration.OPTIONAL);

8. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBGSOUND.java :

43 : attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_LOOP, atype, CMAttributeDeclaration.OPTIONAL);

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedBLOCKQUOTE.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBLOCKQUOTE.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBLOCKQUOTE.java :

54 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedBODY.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBODY.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMContent;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBODY.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBODY.java :

76 : public CMContent getInclusion() {

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBODY.java :

83 : inclusion = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

5. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBODY.java :

83 : inclusion = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedBUTTON.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBUTTON.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBUTTON.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMContent;

3. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBUTTON.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBUTTON.java :

21 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

5. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBUTTON.java :

22 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

6. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBUTTON.java :

63 : HTMLCMDataTypeImpl atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

7. WARNING: DiscouragedReference

Discouraged access: The field ENUM from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBUTTON.java :

63 : HTMLCMDataTypeImpl atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

8. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBUTTON.java :

67 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_TYPE, atype, CMAttributeDeclaration.OPTIONAL);

9. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBUTTON.java :

67 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_TYPE, atype, CMAttributeDeclaration.OPTIONAL);

10. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBUTTON.java :

76 : public CMContent getExclusion() {

11. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBUTTON.java :

82 : exclusion = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

12. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBUTTON.java :

82 : exclusion = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

13. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBUTTON.java :

92 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedCENTER.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedCENTER.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedCENTER.java :

47 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedCOL.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedCOL.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedCOL.java :

59 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_WIDTH, atype, CMAttributeDeclaration.OPTIONAL);

3. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedCOL.java :

59 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_WIDTH, atype, CMAttributeDeclaration.OPTIONAL);

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedCOLGROUP.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedCOLGROUP.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedCOLGROUP.java :

63 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_WIDTH, atype, CMAttributeDeclaration.OPTIONAL);

3. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedCOLGROUP.java :

63 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_WIDTH, atype, CMAttributeDeclaration.OPTIONAL);

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedDIV.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedDIV.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedDIV.java :

54 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedDL.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedDL.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedDL.java :

55 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedEMBED.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedEMBED.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedEMBED.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

3. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedEMBED.java :

80 : atype = new HTMLCMDataTypeImpl(CMDataType.URI);

4. WARNING: DiscouragedReference

Discouraged access: The field URI from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedEMBED.java :

80 : atype = new HTMLCMDataTypeImpl(CMDataType.URI);

5. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedEMBED.java :

81 : attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_SRC, atype, CMAttributeDeclaration.REQUIRED);

6. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedEMBED.java :

81 : attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_SRC, atype, CMAttributeDeclaration.REQUIRED);

7. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedEMBED.java :

90 : atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

8. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedEMBED.java :

90 : atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

9. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedEMBED.java :

91 : attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_TYPE, atype, CMAttributeDeclaration.OPTIONAL);

10. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedEMBED.java :

91 : attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_TYPE, atype, CMAttributeDeclaration.OPTIONAL);

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedEmpty.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedEmpty.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMContent;

2. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedEmpty.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

3. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedEmpty.java :

38 : public CMContent getContent() {

4. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedEmpty.java :

47 : return CMElementDeclaration.EMPTY;

5. WARNING: DiscouragedReference

Discouraged access: The field EMPTY from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedEmpty.java :

47 : return CMElementDeclaration.EMPTY;

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedFIELDSET.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFIELDSET.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFIELDSET.java :

48 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedFONT.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFONT.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFONT.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

3. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFONT.java :

58 : HTMLCMDataTypeImpl atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

4. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFONT.java :

58 : HTMLCMDataTypeImpl atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

5. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFONT.java :

59 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_SIZE, atype, CMAttributeDeclaration.OPTIONAL);

6. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFONT.java :

59 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_SIZE, atype, CMAttributeDeclaration.OPTIONAL);

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedFORM.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFORM.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMContent;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFORM.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFORM.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

4. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFORM.java :

21 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

5. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFORM.java :

67 : public CMContent getExclusion() {

6. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFORM.java :

73 : exclusion = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

7. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFORM.java :

73 : exclusion = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

8. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFORM.java :

74 : CMNode form = elementCollection.getNamedItem(HTML40Namespace.ElementName.FORM);

9. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFORM.java :

83 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedFRAMESET.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFRAMESET.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFRAMESET.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

3. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFRAMESET.java :

66 : attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_ROWS, atype, CMAttributeDeclaration.OPTIONAL);

4. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFRAMESET.java :

66 : attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_ROWS, atype, CMAttributeDeclaration.OPTIONAL);

5. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFRAMESET.java :

70 : attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_COLS, atype, CMAttributeDeclaration.OPTIONAL);

6. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFRAMESET.java :

70 : attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_COLS, atype, CMAttributeDeclaration.OPTIONAL);

7. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFRAMESET.java :

74 : atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

8. WARNING: DiscouragedReference

Discouraged access: The field ENUM from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFRAMESET.java :

74 : atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

9. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFRAMESET.java :

77 : attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_FRAMEBORDER, atype, CMAttributeDeclaration.OPTIONAL);

10. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFRAMESET.java :

77 : attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_FRAMEBORDER, atype, CMAttributeDeclaration.OPTIONAL);

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedFontStyle.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFontStyle.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFontStyle.java :

52 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedHR.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedHR.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedHR.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedHR.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

4. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedHR.java :

54 : HTMLCMDataTypeImpl atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

5. WARNING: DiscouragedReference

Discouraged access: The field ENUM from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedHR.java :

54 : HTMLCMDataTypeImpl atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

6. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedHR.java :

57 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_ALIGN, atype, CMAttributeDeclaration.OPTIONAL);

7. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedHR.java :

57 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_ALIGN, atype, CMAttributeDeclaration.OPTIONAL);

8. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedHR.java :

68 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedHeading.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedHeading.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedHeading.java :

75 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedIFRAME.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedIFRAME.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedIFRAME.java :

67 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedIMG.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedIMG.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedIMG.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedIMG.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

4. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedIMG.java :

65 : atype = new HTMLCMDataTypeImpl(CMDataType.URI);

5. WARNING: DiscouragedReference

Discouraged access: The field URI from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedIMG.java :

65 : atype = new HTMLCMDataTypeImpl(CMDataType.URI);

6. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedIMG.java :

66 : attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_SRC, atype, CMAttributeDeclaration.REQUIRED);

7. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedIMG.java :

66 : attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_SRC, atype, CMAttributeDeclaration.REQUIRED);

8. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedIMG.java :

79 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedINPUT.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedINPUT.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedINPUT.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedINPUT.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

4. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedINPUT.java :

81 : atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

5. WARNING: DiscouragedReference

Discouraged access: The field ENUM from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedINPUT.java :

81 : atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

6. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedINPUT.java :

84 : atype.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, HTML40Namespace.ATTR_VALUE_TEXT);

7. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedINPUT.java :

84 : atype.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, HTML40Namespace.ATTR_VALUE_TEXT);

8. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedINPUT.java :

85 : attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_TYPE, atype, CMAttributeDeclaration.OPTIONAL);

9. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedINPUT.java :

85 : attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_TYPE, atype, CMAttributeDeclaration.OPTIONAL);

10. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedINPUT.java :

89 : atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

11. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedINPUT.java :

89 : atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

12. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedINPUT.java :

90 : attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_SIZE, atype, CMAttributeDeclaration.OPTIONAL);

13. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedINPUT.java :

90 : attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_SIZE, atype, CMAttributeDeclaration.OPTIONAL);

14. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedINPUT.java :

94 : atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

15. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedINPUT.java :

94 : atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

16. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedINPUT.java :

95 : attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_ALT, atype, CMAttributeDeclaration.OPTIONAL);

17. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedINPUT.java :

95 : attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_ALT, atype, CMAttributeDeclaration.OPTIONAL);

18. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedINPUT.java :

113 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedISINDEX.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedISINDEX.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedISINDEX.java :

56 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedLABEL.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedLABEL.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedLABEL.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMContent;

3. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedLABEL.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedLABEL.java :

21 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

5. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedLABEL.java :

22 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

6. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedLABEL.java :

23 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

7. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedLABEL.java :

55 : HTMLCMDataTypeImpl atype = new HTMLCMDataTypeImpl(CMDataType.IDREF);

8. WARNING: DiscouragedReference

Discouraged access: The field IDREF from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedLABEL.java :

55 : HTMLCMDataTypeImpl atype = new HTMLCMDataTypeImpl(CMDataType.IDREF);

9. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedLABEL.java :

56 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_FOR, atype, CMAttributeDeclaration.OPTIONAL);

10. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedLABEL.java :

56 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_FOR, atype, CMAttributeDeclaration.OPTIONAL);

11. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedLABEL.java :

68 : public CMContent getExclusion() {

12. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedLABEL.java :

74 : exclusion = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

13. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedLABEL.java :

74 : exclusion = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

14. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedLABEL.java :

75 : CMNode label = elementCollection.getNamedItem(HTML40Namespace.ElementName.LABEL);

15. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedLABEL.java :

84 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedLI.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedLI.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedLI.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

3. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedLI.java :

55 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_TYPE, atype, CMAttributeDeclaration.OPTIONAL);

4. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedLI.java :

55 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_TYPE, atype, CMAttributeDeclaration.OPTIONAL);

5. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedLI.java :

59 : atype = new HTMLCMDataTypeImpl(CMDataType.NUMBER);

6. WARNING: DiscouragedReference

Discouraged access: The field NUMBER from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedLI.java :

59 : atype = new HTMLCMDataTypeImpl(CMDataType.NUMBER);

7. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedLI.java :

60 : attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_VALUE, atype, CMAttributeDeclaration.OPTIONAL);

8. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedLI.java :

60 : attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_VALUE, atype, CMAttributeDeclaration.OPTIONAL);

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedLINK.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedLINK.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedLINK.java :

60 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_TYPE, atype, CMAttributeDeclaration.OPTIONAL);

3. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedLINK.java :

60 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_TYPE, atype, CMAttributeDeclaration.OPTIONAL);

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedMAP.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMAP.java :

14 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMAP.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

3. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMAP.java :

49 : HTMLCMDataTypeImpl atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

4. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMAP.java :

49 : HTMLCMDataTypeImpl atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

5. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMAP.java :

50 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_NAME, atype, CMAttributeDeclaration.REQUIRED);

6. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMAP.java :

50 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_NAME, atype, CMAttributeDeclaration.REQUIRED);

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedMARQUEE.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMARQUEE.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMARQUEE.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

3. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMARQUEE.java :

64 : atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

4. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMARQUEE.java :

64 : atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

5. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMARQUEE.java :

65 : attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_HEIGHT, atype, CMAttributeDeclaration.OPTIONAL);

6. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMARQUEE.java :

65 : attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_HEIGHT, atype, CMAttributeDeclaration.OPTIONAL);

7. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMARQUEE.java :

69 : attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_WIDTH, atype, CMAttributeDeclaration.OPTIONAL);

8. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMARQUEE.java :

69 : attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_WIDTH, atype, CMAttributeDeclaration.OPTIONAL);

9. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMARQUEE.java :

73 : atype = new HTMLCMDataTypeImpl(CMDataType.NUMBER);

10. WARNING: DiscouragedReference

Discouraged access: The field NUMBER from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMARQUEE.java :

73 : atype = new HTMLCMDataTypeImpl(CMDataType.NUMBER);

11. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMARQUEE.java :

74 : attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_HSPACE, atype, CMAttributeDeclaration.OPTIONAL);

12. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMARQUEE.java :

74 : attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_HSPACE, atype, CMAttributeDeclaration.OPTIONAL);

13. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMARQUEE.java :

78 : attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_VSPACE, atype, CMAttributeDeclaration.OPTIONAL);

14. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMARQUEE.java :

78 : attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_VSPACE, atype, CMAttributeDeclaration.OPTIONAL);

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedMENU.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMENU.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMContent;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMENU.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMENU.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

4. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMENU.java :

64 : public CMContent getExclusion() {

5. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMENU.java :

71 : exclusion = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

6. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMENU.java :

71 : exclusion = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

7. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMENU.java :

79 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedMETA.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMETA.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMETA.java :

53 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_NAME, atype, CMAttributeDeclaration.OPTIONAL);

3. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMETA.java :

53 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_NAME, atype, CMAttributeDeclaration.OPTIONAL);

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedNOFRAMES.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedNOFRAMES.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMContent;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedNOFRAMES.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedNOFRAMES.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

4. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedNOFRAMES.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

5. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedNOFRAMES.java :

54 : public CMContent getExclusion() {

6. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedNOFRAMES.java :

60 : exclusion = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

7. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedNOFRAMES.java :

60 : exclusion = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

8. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedNOFRAMES.java :

61 : CMNode label = elementCollection.getNamedItem(HTML40Namespace.ElementName.NOFRAMES);

9. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedNOFRAMES.java :

70 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedNOSCRIPT.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedNOSCRIPT.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedNOSCRIPT.java :

47 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedOBJECT.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedOBJECT.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedOBJECT.java :

77 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedOL.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedOL.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedOL.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

3. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedOL.java :

51 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_TYPE, atype, CMAttributeDeclaration.OPTIONAL);

4. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedOL.java :

51 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_TYPE, atype, CMAttributeDeclaration.OPTIONAL);

5. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedOL.java :

61 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedOPTGROUP.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedOPTGROUP.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedOPTGROUP.java :

52 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_LABEL, atype, CMAttributeDeclaration.REQUIRED);

3. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedOPTGROUP.java :

52 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_LABEL, atype, CMAttributeDeclaration.REQUIRED);

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedP.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedP.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedP.java :

79 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedPARAM.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPARAM.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPARAM.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

3. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPARAM.java :

53 : HTMLCMDataTypeImpl atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

4. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPARAM.java :

53 : HTMLCMDataTypeImpl atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

5. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPARAM.java :

54 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_NAME, atype, CMAttributeDeclaration.REQUIRED);

6. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPARAM.java :

54 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_NAME, atype, CMAttributeDeclaration.REQUIRED);

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedPRE.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPRE.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPRE.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMContent;

3. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPRE.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPRE.java :

21 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

5. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPRE.java :

22 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

6. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPRE.java :

55 : HTMLCMDataTypeImpl atype = new HTMLCMDataTypeImpl(CMDataType.NUMBER);

7. WARNING: DiscouragedReference

Discouraged access: The field NUMBER from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPRE.java :

55 : HTMLCMDataTypeImpl atype = new HTMLCMDataTypeImpl(CMDataType.NUMBER);

8. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPRE.java :

56 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_WIDTH, atype, CMAttributeDeclaration.OPTIONAL);

9. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPRE.java :

56 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_WIDTH, atype, CMAttributeDeclaration.OPTIONAL);

10. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPRE.java :

67 : public CMContent getExclusion() {

11. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPRE.java :

73 : exclusion = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

12. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPRE.java :

73 : exclusion = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

13. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPRE.java :

82 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedPcdata.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPcdata.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMContent;

2. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPcdata.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

3. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPcdata.java :

36 : public CMContent getContent() {

4. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPcdata.java :

45 : return CMElementDeclaration.PCDATA;

5. WARNING: DiscouragedReference

Discouraged access: The field PCDATA from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPcdata.java :

45 : return CMElementDeclaration.PCDATA;

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedSCRIPT.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSCRIPT.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSCRIPT.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMContent;

3. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSCRIPT.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

4. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSCRIPT.java :

21 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

5. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSCRIPT.java :

59 : atype.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, "text/javascript"); //$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSCRIPT.java :

59 : atype.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, "text/javascript"); //$NON-NLS-1$

7. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSCRIPT.java :

60 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_TYPE, atype, CMAttributeDeclaration.REQUIRED);

8. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSCRIPT.java :

60 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_TYPE, atype, CMAttributeDeclaration.REQUIRED);

9. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSCRIPT.java :

70 : public CMContent getContent() {

10. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSCRIPT.java :

79 : return CMElementDeclaration.CDATA;

11. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSCRIPT.java :

79 : return CMElementDeclaration.CDATA;

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedSELECT.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSELECT.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSELECT.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSELECT.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

4. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSELECT.java :

60 : HTMLCMDataTypeImpl atype = new HTMLCMDataTypeImpl(CMDataType.NUMBER);

5. WARNING: DiscouragedReference

Discouraged access: The field NUMBER from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSELECT.java :

60 : HTMLCMDataTypeImpl atype = new HTMLCMDataTypeImpl(CMDataType.NUMBER);

6. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSELECT.java :

61 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_SIZE, atype, CMAttributeDeclaration.OPTIONAL);

7. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSELECT.java :

61 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_SIZE, atype, CMAttributeDeclaration.OPTIONAL);

8. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSELECT.java :

70 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedSSIPrintenv.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSSIPrintenv.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSSIPrintenv.java :

46 : public CMNamedNodeMap getAttributes() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedSTYLE.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSTYLE.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSTYLE.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMContent;

3. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSTYLE.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

4. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSTYLE.java :

21 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

5. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSTYLE.java :

58 : atype.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, "text/css"); //$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSTYLE.java :

58 : atype.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, "text/css"); //$NON-NLS-1$

7. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSTYLE.java :

59 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_TYPE, atype, CMAttributeDeclaration.REQUIRED);

8. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSTYLE.java :

59 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_TYPE, atype, CMAttributeDeclaration.REQUIRED);

9. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSTYLE.java :

68 : public CMContent getContent() {

10. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSTYLE.java :

77 : return CMElementDeclaration.CDATA;

11. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSTYLE.java :

77 : return CMElementDeclaration.CDATA;

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedScripts.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedScripts.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedScripts.java :

47 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedTABLE.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedTABLE.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedTABLE.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedTABLE.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

4. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedTABLE.java :

72 : HTMLCMDataTypeImpl atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

5. WARNING: DiscouragedReference

Discouraged access: The field ENUM from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedTABLE.java :

72 : HTMLCMDataTypeImpl atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

6. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedTABLE.java :

75 : HTMLAttrDeclImpl adec = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_ALIGN, atype, CMAttributeDeclaration.OPTIONAL);

7. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedTABLE.java :

75 : HTMLAttrDeclImpl adec = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_ALIGN, atype, CMAttributeDeclaration.OPTIONAL);

8. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedTABLE.java :

81 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedTEXTAREA.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedTEXTAREA.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedTEXTAREA.java :

68 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedTITLE.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedTITLE.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMContent;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedTITLE.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedTITLE.java :

55 : public CMContent getExclusion() {

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedTITLE.java :

62 : exclusion = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

5. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedTITLE.java :

62 : exclusion = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

Source File: org/eclipse/wst/html/core/internal/contentmodel/HedUL.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedUL.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedUL.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedUL.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

4. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedUL.java :

51 : HTMLCMDataTypeImpl atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

5. WARNING: DiscouragedReference

Discouraged access: The field ENUM from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedUL.java :

51 : HTMLCMDataTypeImpl atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

6. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedUL.java :

54 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_TYPE, atype, CMAttributeDeclaration.OPTIONAL);

7. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedUL.java :

54 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(HTML40Namespace.ATTR_NAME_TYPE, atype, CMAttributeDeclaration.OPTIONAL);

8. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedUL.java :

64 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/JCMDocImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JCMDocImpl.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JCMDocImpl.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JCMDocImpl.java :

49 : public CMNamedNodeMap getElements() {

4. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JCMDocImpl.java :

56 : public CMNamedNodeMap getEntities() {

5. WARNING: DiscouragedReference

Discouraged access: The type CMNamespace is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JCMDocImpl.java :

67 : public org.eclipse.wst.xml.core.internal.contentmodel.CMNamespace getNamespace() {

6. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JCMDocImpl.java :

75 : return CMNode.DOCUMENT;

7. WARNING: DiscouragedReference

Discouraged access: The field DOCUMENT from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JCMDocImpl.java :

75 : return CMNode.DOCUMENT;

Source File: org/eclipse/wst/html/core/internal/contentmodel/JSP20ElementCollection.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

3. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

5. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

21 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

6. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

100 : adec.type = new HTMLCMDataTypeImpl(CMDataType.ENUM);

7. WARNING: DiscouragedReference

Discouraged access: The field ENUM from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

100 : adec.type = new HTMLCMDataTypeImpl(CMDataType.ENUM);

8. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

103 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, JSP20Namespace.ATTR_VALUE_NO);

9. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

103 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, JSP20Namespace.ATTR_VALUE_NO);

10. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

104 : adec.usage = CMAttributeDeclaration.OPTIONAL;

11. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

104 : adec.usage = CMAttributeDeclaration.OPTIONAL;

12. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

108 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

13. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

108 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

14. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

109 : adec.usage = CMAttributeDeclaration.OPTIONAL;

15. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

109 : adec.usage = CMAttributeDeclaration.OPTIONAL;

16. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

113 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

17. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

113 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

18. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

114 : adec.usage = CMAttributeDeclaration.OPTIONAL;

19. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

114 : adec.usage = CMAttributeDeclaration.OPTIONAL;

20. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

118 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

21. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

118 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

22. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

119 : adec.usage = CMAttributeDeclaration.OPTIONAL;

23. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

119 : adec.usage = CMAttributeDeclaration.OPTIONAL;

24. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

129 : adec.type = new HTMLCMDataTypeImpl(CMDataType.URI);

25. WARNING: DiscouragedReference

Discouraged access: The field URI from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

129 : adec.type = new HTMLCMDataTypeImpl(CMDataType.URI);

26. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

130 : adec.usage = CMAttributeDeclaration.OPTIONAL;

27. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

130 : adec.usage = CMAttributeDeclaration.OPTIONAL;

28. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

135 : adec.type = new HTMLCMDataTypeImpl(CMDataType.URI);

29. WARNING: DiscouragedReference

Discouraged access: The field URI from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

135 : adec.type = new HTMLCMDataTypeImpl(CMDataType.URI);

30. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

136 : adec.usage = CMAttributeDeclaration.OPTIONAL;

31. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

136 : adec.usage = CMAttributeDeclaration.OPTIONAL;

32. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

141 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

33. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

141 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

34. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

142 : adec.usage = CMAttributeDeclaration.REQUIRED;

35. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

142 : adec.usage = CMAttributeDeclaration.REQUIRED;

36. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

150 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

37. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

150 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

38. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

151 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_JAVA);

39. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

151 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_JAVA);

40. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

156 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

41. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

156 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

42. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

161 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

43. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

161 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

44. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

171 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

45. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

171 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

46. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

172 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_BUFSIZ_DEFAULT);

47. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

172 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_BUFSIZ_DEFAULT);

48. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

187 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

49. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

187 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

50. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

192 : adec.type = new HTMLCMDataTypeImpl(CMDataType.URI);

51. WARNING: DiscouragedReference

Discouraged access: The field URI from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

192 : adec.type = new HTMLCMDataTypeImpl(CMDataType.URI);

52. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

202 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

53. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

202 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

54. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

203 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_CT_DEFAULT);

55. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

203 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_CT_DEFAULT);

56. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

208 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

57. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

208 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

58. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

209 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, JSP20Namespace.ATTR_VALUE_ENCODING_DEFAULT);

59. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

209 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, JSP20Namespace.ATTR_VALUE_ENCODING_DEFAULT);

60. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

214 : adec.type = new HTMLCMDataTypeImpl(CMDataType.ENUM);

61. WARNING: DiscouragedReference

Discouraged access: The field ENUM from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

214 : adec.type = new HTMLCMDataTypeImpl(CMDataType.ENUM);

62. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

217 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_FALSE);

63. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

217 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_FALSE);

64. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

218 : adec.usage = CMAttributeDeclaration.OPTIONAL;

65. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

218 : adec.usage = CMAttributeDeclaration.OPTIONAL;

66. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

224 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

67. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

224 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

68. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

225 : adec.usage = CMAttributeDeclaration.REQUIRED;

69. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

225 : adec.usage = CMAttributeDeclaration.REQUIRED;

70. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

231 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

71. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

231 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

72. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

232 : adec.usage = CMAttributeDeclaration.REQUIRED;

73. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

232 : adec.usage = CMAttributeDeclaration.REQUIRED;

74. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

236 : adec.type = new HTMLCMDataTypeImpl(CMDataType.ENUM);

75. WARNING: DiscouragedReference

Discouraged access: The field ENUM from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

236 : adec.type = new HTMLCMDataTypeImpl(CMDataType.ENUM);

76. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

239 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_TRUE);

77. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

239 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_TRUE);

78. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

240 : adec.usage = CMAttributeDeclaration.OPTIONAL;

79. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

240 : adec.usage = CMAttributeDeclaration.OPTIONAL;

80. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

247 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

81. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

247 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

82. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

248 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_XMLNS_JSP);

83. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

248 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_XMLNS_JSP);

84. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

252 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

85. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

252 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

86. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

253 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, JSP20Namespace.ATTR_VALUE_JSP_VER_20);

87. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

253 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, JSP20Namespace.ATTR_VALUE_JSP_VER_20);

88. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

254 : adec.usage = CMAttributeDeclaration.REQUIRED;

89. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

254 : adec.usage = CMAttributeDeclaration.REQUIRED;

90. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

261 : adec.type = new HTMLCMDataTypeImpl(CMDataType.ENUM);

91. WARNING: DiscouragedReference

Discouraged access: The field ENUM from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

261 : adec.type = new HTMLCMDataTypeImpl(CMDataType.ENUM);

92. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

262 : adec.usage = CMAttributeDeclaration.REQUIRED;

93. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

262 : adec.usage = CMAttributeDeclaration.REQUIRED;

94. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

269 : adec.type = new HTMLCMDataTypeImpl(CMDataType.URI);

95. WARNING: DiscouragedReference

Discouraged access: The field URI from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

269 : adec.type = new HTMLCMDataTypeImpl(CMDataType.URI);

96. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

270 : adec.usage = CMAttributeDeclaration.REQUIRED;

97. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

270 : adec.usage = CMAttributeDeclaration.REQUIRED;

98. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

275 : adec.type = new HTMLCMDataTypeImpl(CMDataType.URI);

99. WARNING: DiscouragedReference

Discouraged access: The field URI from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

275 : adec.type = new HTMLCMDataTypeImpl(CMDataType.URI);

100. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSP20ElementCollection.java :

276 : adec.usage = CMAttributeDeclaration.REQUIRED;

Source File: org/eclipse/wst/html/core/internal/contentmodel/JSPCMDocument.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPCMDocument.java :

20 : public interface JSPCMDocument extends org.eclipse.wst.xml.core.internal.contentmodel.CMDocument {

Source File: org/eclipse/wst/html/core/internal/contentmodel/JSPElementCollection.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

22 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

23 : import org.eclipse.wst.xml.core.internal.contentmodel.CMContent;

3. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

24 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

4. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

25 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

5. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

26 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

6. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

27 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

7. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

28 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

8. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

38 : public int content = CMElementDeclaration.EMPTY;

9. WARNING: DiscouragedReference

Discouraged access: The field EMPTY from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

38 : public int content = CMElementDeclaration.EMPTY;

10. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

71 : return CMNode.ELEMENT_DECLARATION;

11. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT_DECLARATION from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

71 : return CMNode.ELEMENT_DECLARATION;

12. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

114 : public CMNamedNodeMap getAttributes() {

13. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

118 : public CMContent getContent() {

14. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

126 : public CMDataType getDataType() {

15. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

134 : public CMNamedNodeMap getLocalElements() {

16. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

149 : public CMContent getExclusion() {

17. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

153 : public CMContent getInclusion() {

18. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

157 : public CMNamedNodeMap getProhibitedAncestors() {

19. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

241 : int usage = CMAttributeDeclaration.OPTIONAL;

20. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

241 : int usage = CMAttributeDeclaration.OPTIONAL;

21. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

252 : public CMDataType getAttrType() {

22. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

258 : if (type.getImpliedValueKind() != CMDataType.IMPLIED_VALUE_DEFAULT)

23. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

258 : if (type.getImpliedValueKind() != CMDataType.IMPLIED_VALUE_DEFAULT)

24. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

270 : return CMNode.ATTRIBUTE_DECLARATION;

25. WARNING: DiscouragedReference

Discouraged access: The field ATTRIBUTE_DECLARATION from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

270 : return CMNode.ATTRIBUTE_DECLARATION;

26. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

332 : adec.type = new HTMLCMDataTypeImpl(CMDataType.ENUM);

27. WARNING: DiscouragedReference

Discouraged access: The field ENUM from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

332 : adec.type = new HTMLCMDataTypeImpl(CMDataType.ENUM);

28. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

335 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, defValue);

29. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

335 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, defValue);

30. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

343 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

31. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

343 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

32. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

344 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_JAVA);

33. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

344 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_JAVA);

34. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

349 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

35. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

349 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

36. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

354 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

37. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

354 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

38. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

355 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_CT_DEFAULT);

39. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

355 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_CT_DEFAULT);

40. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

360 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

41. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

360 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

42. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

370 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

43. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

370 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

44. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

371 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_BUFSIZ_DEFAULT);

45. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

371 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_BUFSIZ_DEFAULT);

46. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

386 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

47. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

386 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

48. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

391 : adec.type = new HTMLCMDataTypeImpl(CMDataType.URI);

49. WARNING: DiscouragedReference

Discouraged access: The field URI from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

391 : adec.type = new HTMLCMDataTypeImpl(CMDataType.URI);

50. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

401 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

51. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

401 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

52. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

409 : adec.type = new HTMLCMDataTypeImpl(CMDataType.URI);

53. WARNING: DiscouragedReference

Discouraged access: The field URI from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

409 : adec.type = new HTMLCMDataTypeImpl(CMDataType.URI);

54. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

410 : adec.usage = CMAttributeDeclaration.REQUIRED;

55. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

410 : adec.usage = CMAttributeDeclaration.REQUIRED;

56. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

417 : adec.type = new HTMLCMDataTypeImpl(CMDataType.URI);

57. WARNING: DiscouragedReference

Discouraged access: The field URI from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

417 : adec.type = new HTMLCMDataTypeImpl(CMDataType.URI);

58. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

418 : adec.usage = CMAttributeDeclaration.REQUIRED;

59. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

418 : adec.usage = CMAttributeDeclaration.REQUIRED;

60. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

423 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

61. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

423 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

62. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

424 : adec.usage = CMAttributeDeclaration.REQUIRED;

63. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

424 : adec.usage = CMAttributeDeclaration.REQUIRED;

64. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

431 : adec.type = new HTMLCMDataTypeImpl(CMDataType.ID);

65. WARNING: DiscouragedReference

Discouraged access: The field ID from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

431 : adec.type = new HTMLCMDataTypeImpl(CMDataType.ID);

66. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

432 : adec.usage = CMAttributeDeclaration.REQUIRED;

67. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

432 : adec.usage = CMAttributeDeclaration.REQUIRED;

68. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

437 : adec.type = new HTMLCMDataTypeImpl(CMDataType.ENUM);

69. WARNING: DiscouragedReference

Discouraged access: The field ENUM from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

437 : adec.type = new HTMLCMDataTypeImpl(CMDataType.ENUM);

70. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

440 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_PAGE);

71. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

440 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_PAGE);

72. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

445 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

73. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

445 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

74. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

450 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

75. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

450 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

76. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

455 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

77. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

455 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

78. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

462 : adec.type = new HTMLCMDataTypeImpl(CMDataType.IDREF);

79. WARNING: DiscouragedReference

Discouraged access: The field IDREF from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

462 : adec.type = new HTMLCMDataTypeImpl(CMDataType.IDREF);

80. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

463 : adec.usage = CMAttributeDeclaration.REQUIRED;

81. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

463 : adec.usage = CMAttributeDeclaration.REQUIRED;

82. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

468 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

83. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

468 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

84. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

469 : adec.usage = CMAttributeDeclaration.REQUIRED;

85. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

469 : adec.usage = CMAttributeDeclaration.REQUIRED;

86. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

474 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

87. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

474 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

88. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

479 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

89. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

479 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

90. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

487 : adec.type = new HTMLCMDataTypeImpl(CMDataType.IDREF);

91. WARNING: DiscouragedReference

Discouraged access: The field IDREF from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

487 : adec.type = new HTMLCMDataTypeImpl(CMDataType.IDREF);

92. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

488 : adec.usage = CMAttributeDeclaration.REQUIRED;

93. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

488 : adec.usage = CMAttributeDeclaration.REQUIRED;

94. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

493 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

95. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

493 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

96. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

494 : adec.usage = CMAttributeDeclaration.REQUIRED;

97. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

494 : adec.usage = CMAttributeDeclaration.REQUIRED;

98. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

503 : adec.type = new HTMLCMDataTypeImpl(CMDataType.URI);

99. WARNING: DiscouragedReference

Discouraged access: The field URI from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

503 : adec.type = new HTMLCMDataTypeImpl(CMDataType.URI);

100. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

JSPElementCollection.java :

504 : adec.usage = CMAttributeDeclaration.REQUIRED;

Source File: org/eclipse/wst/html/core/internal/contentmodel/PropertyProviderFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type AnnotationMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

PropertyProviderFactory.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.annotation.AnnotationMap;

2. WARNING: DiscouragedReference

Discouraged access: The type AnnotationMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

PropertyProviderFactory.java :

67 : protected AnnotationMap fAnnotationMap = null;

3. WARNING: DiscouragedReference

Discouraged access: The type AnnotationMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

PropertyProviderFactory.java :

77 : protected AnnotationMap getAnnotationMap() {

4. WARNING: DiscouragedReference

Discouraged access: The constructor AnnotationMap() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

PropertyProviderFactory.java :

79 : fAnnotationMap = new AnnotationMap();

5. WARNING: DiscouragedReference

Discouraged access: The type AnnotationMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

PropertyProviderFactory.java :

79 : fAnnotationMap = new AnnotationMap();

6. WARNING: DiscouragedReference

Discouraged access: The method load(String, String) from the type AnnotationMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

PropertyProviderFactory.java :

81 : fAnnotationMap.load(htmlAnnotationLoc, HTMLCorePlugin.getDefault().getBundle().getSymbolicName());

7. WARNING: DiscouragedReference

Discouraged access: The method getProperty(String, String) from the type AnnotationMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

PropertyProviderFactory.java :

92 : return getAnnotationMap().getProperty(((HTMLElementDeclaration)decl).getElementName(), "tagInfo"); //$NON-NLS-1$

8. WARNING: DiscouragedReference

Discouraged access: The method getElementName() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

PropertyProviderFactory.java :

92 : return getAnnotationMap().getProperty(((HTMLElementDeclaration)decl).getElementName(), "tagInfo"); //$NON-NLS-1$

Source File: org/eclipse/wst/html/core/internal/contentmodel/Tag20ElementCollection.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

3. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

5. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

21 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

6. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

86 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

7. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

86 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

8. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

87 : adec.usage = CMAttributeDeclaration.REQUIRED;

9. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

87 : adec.usage = CMAttributeDeclaration.REQUIRED;

10. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

91 : adec.type = new HTMLCMDataTypeImpl(CMDataType.ENUM);

11. WARNING: DiscouragedReference

Discouraged access: The field ENUM from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

91 : adec.type = new HTMLCMDataTypeImpl(CMDataType.ENUM);

12. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

94 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_TRUE);

13. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

94 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_TRUE);

14. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

95 : adec.usage = CMAttributeDeclaration.OPTIONAL;

15. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

95 : adec.usage = CMAttributeDeclaration.OPTIONAL;

16. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

104 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

17. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

104 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

18. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

105 : adec.usage = CMAttributeDeclaration.REQUIRED;

19. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

105 : adec.usage = CMAttributeDeclaration.REQUIRED;

20. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

109 : adec.type = new HTMLCMDataTypeImpl(CMDataType.ENUM);

21. WARNING: DiscouragedReference

Discouraged access: The field ENUM from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

109 : adec.type = new HTMLCMDataTypeImpl(CMDataType.ENUM);

22. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

112 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_FALSE);

23. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

112 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_FALSE);

24. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

113 : adec.usage = CMAttributeDeclaration.OPTIONAL;

25. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

113 : adec.usage = CMAttributeDeclaration.OPTIONAL;

26. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

117 : adec.type = new HTMLCMDataTypeImpl(CMDataType.ENUM);

27. WARNING: DiscouragedReference

Discouraged access: The field ENUM from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

117 : adec.type = new HTMLCMDataTypeImpl(CMDataType.ENUM);

28. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

120 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_FALSE);

29. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

120 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_FALSE);

30. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

121 : adec.usage = CMAttributeDeclaration.OPTIONAL;

31. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

121 : adec.usage = CMAttributeDeclaration.OPTIONAL;

32. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

125 : adec.type = new HTMLCMDataTypeImpl(CMDataType.ENUM);

33. WARNING: DiscouragedReference

Discouraged access: The field ENUM from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

125 : adec.type = new HTMLCMDataTypeImpl(CMDataType.ENUM);

34. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

128 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_TRUE);

35. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

128 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_TRUE);

36. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

129 : adec.usage = CMAttributeDeclaration.OPTIONAL;

37. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

129 : adec.usage = CMAttributeDeclaration.OPTIONAL;

38. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

133 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

39. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

133 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

40. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

134 : adec.usage = CMAttributeDeclaration.OPTIONAL;

41. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

134 : adec.usage = CMAttributeDeclaration.OPTIONAL;

42. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

138 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

43. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

138 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

44. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

139 : adec.usage = CMAttributeDeclaration.OPTIONAL;

45. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

139 : adec.usage = CMAttributeDeclaration.OPTIONAL;

46. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

146 : adec.type = new HTMLCMDataTypeImpl(CMDataType.URI);

47. WARNING: DiscouragedReference

Discouraged access: The field URI from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

146 : adec.type = new HTMLCMDataTypeImpl(CMDataType.URI);

48. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

147 : adec.usage = CMAttributeDeclaration.OPTIONAL;

49. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

147 : adec.usage = CMAttributeDeclaration.OPTIONAL;

50. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

151 : adec.type = new HTMLCMDataTypeImpl(CMDataType.ID);

51. WARNING: DiscouragedReference

Discouraged access: The field ID from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

151 : adec.type = new HTMLCMDataTypeImpl(CMDataType.ID);

52. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

152 : adec.usage = CMAttributeDeclaration.OPTIONAL;

53. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

152 : adec.usage = CMAttributeDeclaration.OPTIONAL;

54. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

156 : adec.type = new HTMLCMDataTypeImpl(CMDataType.ENUM);

55. WARNING: DiscouragedReference

Discouraged access: The field ENUM from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

156 : adec.type = new HTMLCMDataTypeImpl(CMDataType.ENUM);

56. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

159 : adec.usage = CMAttributeDeclaration.OPTIONAL;

57. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

159 : adec.usage = CMAttributeDeclaration.OPTIONAL;

58. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

160 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, JSP20Namespace.ATTR_VALUE_SCRIPTLESS);

59. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

160 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, JSP20Namespace.ATTR_VALUE_SCRIPTLESS);

60. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

164 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

61. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

164 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

62. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

165 : adec.usage = CMAttributeDeclaration.OPTIONAL;

63. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

165 : adec.usage = CMAttributeDeclaration.OPTIONAL;

64. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

169 : adec.type = new HTMLCMDataTypeImpl(CMDataType.URI);

65. WARNING: DiscouragedReference

Discouraged access: The field URI from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

169 : adec.type = new HTMLCMDataTypeImpl(CMDataType.URI);

66. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

170 : adec.usage = CMAttributeDeclaration.OPTIONAL;

67. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

170 : adec.usage = CMAttributeDeclaration.OPTIONAL;

68. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

174 : adec.type = new HTMLCMDataTypeImpl(CMDataType.URI);

69. WARNING: DiscouragedReference

Discouraged access: The field URI from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

174 : adec.type = new HTMLCMDataTypeImpl(CMDataType.URI);

70. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

175 : adec.usage = CMAttributeDeclaration.OPTIONAL;

71. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

175 : adec.usage = CMAttributeDeclaration.OPTIONAL;

72. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

179 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

73. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

179 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

74. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

180 : adec.usage = CMAttributeDeclaration.OPTIONAL;

75. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

180 : adec.usage = CMAttributeDeclaration.OPTIONAL;

76. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

184 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

77. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

184 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

78. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

185 : adec.usage = CMAttributeDeclaration.OPTIONAL;

79. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

185 : adec.usage = CMAttributeDeclaration.OPTIONAL;

80. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

189 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

81. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

189 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

82. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

190 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_JAVA);

83. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

190 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_JAVA);

84. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

191 : adec.usage = CMAttributeDeclaration.OPTIONAL;

85. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

191 : adec.usage = CMAttributeDeclaration.OPTIONAL;

86. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

195 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

87. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

195 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

88. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

196 : adec.usage = CMAttributeDeclaration.OPTIONAL;

89. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

196 : adec.usage = CMAttributeDeclaration.OPTIONAL;

90. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

200 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

91. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

200 : adec.type = new HTMLCMDataTypeImpl(CMDataType.CDATA);

92. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

201 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, JSP20Namespace.ATTR_VALUE_ENCODING_DEFAULT);

93. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

201 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, JSP20Namespace.ATTR_VALUE_ENCODING_DEFAULT);

94. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

202 : adec.usage = CMAttributeDeclaration.OPTIONAL;

95. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

202 : adec.usage = CMAttributeDeclaration.OPTIONAL;

96. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

206 : adec.type = new HTMLCMDataTypeImpl(CMDataType.ENUM);

97. WARNING: DiscouragedReference

Discouraged access: The field ENUM from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

206 : adec.type = new HTMLCMDataTypeImpl(CMDataType.ENUM);

98. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

209 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_FALSE);

99. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

209 : adec.type.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_FALSE);

100. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

Tag20ElementCollection.java :

210 : adec.usage = CMAttributeDeclaration.OPTIONAL;

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/AttributeCollection.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

21 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

4. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

44 : atype = new HTMLCMDataTypeImpl(CMDataType.URI);

5. WARNING: DiscouragedReference

Discouraged access: The field URI from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

44 : atype = new HTMLCMDataTypeImpl(CMDataType.URI);

6. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

45 : attr = new HTMLAttrDeclImpl(ATTR_NAME_ACTION, atype, CMAttributeDeclaration.REQUIRED);

7. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

45 : attr = new HTMLAttrDeclImpl(ATTR_NAME_ACTION, atype, CMAttributeDeclaration.REQUIRED);

8. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

51 : attr = new HTMLAttrDeclImpl(ATTR_NAME_ALT, atype, CMAttributeDeclaration.REQUIRED);

9. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

51 : attr = new HTMLAttrDeclImpl(ATTR_NAME_ALT, atype, CMAttributeDeclaration.REQUIRED);

10. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

57 : attr = new HTMLAttrDeclImpl(ATTR_NAME_BORDER, atype, CMAttributeDeclaration.OPTIONAL);

11. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

57 : attr = new HTMLAttrDeclImpl(ATTR_NAME_BORDER, atype, CMAttributeDeclaration.OPTIONAL);

12. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

62 : atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

13. WARNING: DiscouragedReference

Discouraged access: The field ENUM from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

62 : atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

14. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

65 : attr = new HTMLAttrDeclImpl(ATTR_NAME_CHECKED, atype, CMAttributeDeclaration.OPTIONAL);

15. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

65 : attr = new HTMLAttrDeclImpl(ATTR_NAME_CHECKED, atype, CMAttributeDeclaration.OPTIONAL);

16. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

70 : atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

17. WARNING: DiscouragedReference

Discouraged access: The field ENUM from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

70 : atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

18. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

73 : atype.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_NONE);

19. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

73 : atype.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_NONE);

20. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

75 : attr = new HTMLAttrDeclImpl(ATTR_NAME_CLEAR, atype, CMAttributeDeclaration.OPTIONAL);

21. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

75 : attr = new HTMLAttrDeclImpl(ATTR_NAME_CLEAR, atype, CMAttributeDeclaration.OPTIONAL);

22. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

80 : atype = new HTMLCMDataTypeImpl(CMDataType.NUMBER);

23. WARNING: DiscouragedReference

Discouraged access: The field NUMBER from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

80 : atype = new HTMLCMDataTypeImpl(CMDataType.NUMBER);

24. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

81 : attr = new HTMLAttrDeclImpl(ATTR_NAME_COLS, atype, CMAttributeDeclaration.REQUIRED);

25. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

81 : attr = new HTMLAttrDeclImpl(ATTR_NAME_COLS, atype, CMAttributeDeclaration.REQUIRED);

26. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

87 : atype.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_WWW_FORM_URLENCODED);

27. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

87 : atype.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_WWW_FORM_URLENCODED);

28. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

88 : attr = new HTMLAttrDeclImpl(ATTR_NAME_ENCTYPE, atype, CMAttributeDeclaration.OPTIONAL);

29. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

88 : attr = new HTMLAttrDeclImpl(ATTR_NAME_ENCTYPE, atype, CMAttributeDeclaration.OPTIONAL);

30. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

94 : attr = new HTMLAttrDeclImpl(ATTR_NAME_HEIGHT, atype, CMAttributeDeclaration.OPTIONAL);

31. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

94 : attr = new HTMLAttrDeclImpl(ATTR_NAME_HEIGHT, atype, CMAttributeDeclaration.OPTIONAL);

32. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

99 : atype = new HTMLCMDataTypeImpl(CMDataType.URI);

33. WARNING: DiscouragedReference

Discouraged access: The field URI from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

99 : atype = new HTMLCMDataTypeImpl(CMDataType.URI);

34. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

100 : attr = new HTMLAttrDeclImpl(ATTR_NAME_HREF, atype, CMAttributeDeclaration.OPTIONAL);

35. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

100 : attr = new HTMLAttrDeclImpl(ATTR_NAME_HREF, atype, CMAttributeDeclaration.OPTIONAL);

36. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

106 : attr = new HTMLAttrDeclImpl(ATTR_NAME_HSPACE, atype, CMAttributeDeclaration.OPTIONAL);

37. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

106 : attr = new HTMLAttrDeclImpl(ATTR_NAME_HSPACE, atype, CMAttributeDeclaration.OPTIONAL);

38. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

112 : attr = new HTMLAttrDeclImpl(ATTR_NAME_HTTP_EQUIV, atype, CMAttributeDeclaration.OPTIONAL);

39. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

112 : attr = new HTMLAttrDeclImpl(ATTR_NAME_HTTP_EQUIV, atype, CMAttributeDeclaration.OPTIONAL);

40. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

117 : atype = new HTMLCMDataTypeImpl(CMDataType.NUMBER);

41. WARNING: DiscouragedReference

Discouraged access: The field NUMBER from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

117 : atype = new HTMLCMDataTypeImpl(CMDataType.NUMBER);

42. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

118 : attr = new HTMLAttrDeclImpl(ATTR_NAME_MAXLENGTH, atype, CMAttributeDeclaration.OPTIONAL);

43. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

118 : attr = new HTMLAttrDeclImpl(ATTR_NAME_MAXLENGTH, atype, CMAttributeDeclaration.OPTIONAL);

44. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

123 : atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

45. WARNING: DiscouragedReference

Discouraged access: The field ENUM from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

123 : atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

46. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

126 : atype.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_GET);

47. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

126 : atype.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, ATTR_VALUE_GET);

48. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

127 : attr = new HTMLAttrDeclImpl(ATTR_NAME_METHOD, atype, CMAttributeDeclaration.OPTIONAL);

49. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

127 : attr = new HTMLAttrDeclImpl(ATTR_NAME_METHOD, atype, CMAttributeDeclaration.OPTIONAL);

50. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

132 : atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

51. WARNING: DiscouragedReference

Discouraged access: The field ENUM from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

132 : atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

52. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

135 : attr = new HTMLAttrDeclImpl(ATTR_NAME_MULTIPLE, atype, CMAttributeDeclaration.OPTIONAL);

53. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

135 : attr = new HTMLAttrDeclImpl(ATTR_NAME_MULTIPLE, atype, CMAttributeDeclaration.OPTIONAL);

54. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

140 : atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

55. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

140 : atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

56. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

141 : attr = new HTMLAttrDeclImpl(ATTR_NAME_NAME, atype, CMAttributeDeclaration.OPTIONAL);

57. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

141 : attr = new HTMLAttrDeclImpl(ATTR_NAME_NAME, atype, CMAttributeDeclaration.OPTIONAL);

58. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

146 : atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

59. WARNING: DiscouragedReference

Discouraged access: The field ENUM from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

146 : atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

60. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

149 : attr = new HTMLAttrDeclImpl(ATTR_NAME_NOSHADE, atype, CMAttributeDeclaration.OPTIONAL);

61. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

149 : attr = new HTMLAttrDeclImpl(ATTR_NAME_NOSHADE, atype, CMAttributeDeclaration.OPTIONAL);

62. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

154 : atype = new HTMLCMDataTypeImpl(CMDataType.NUMBER);

63. WARNING: DiscouragedReference

Discouraged access: The field NUMBER from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

154 : atype = new HTMLCMDataTypeImpl(CMDataType.NUMBER);

64. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

155 : attr = new HTMLAttrDeclImpl(ATTR_NAME_ROWS, atype, CMAttributeDeclaration.REQUIRED);

65. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

155 : attr = new HTMLAttrDeclImpl(ATTR_NAME_ROWS, atype, CMAttributeDeclaration.REQUIRED);

66. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

160 : atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

67. WARNING: DiscouragedReference

Discouraged access: The field ENUM from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

160 : atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

68. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

163 : attr = new HTMLAttrDeclImpl(ATTR_NAME_SELECTED, atype, CMAttributeDeclaration.OPTIONAL);

69. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

163 : attr = new HTMLAttrDeclImpl(ATTR_NAME_SELECTED, atype, CMAttributeDeclaration.OPTIONAL);

70. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

169 : attr = new HTMLAttrDeclImpl(ATTR_NAME_SIZE, atype, CMAttributeDeclaration.OPTIONAL);

71. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

169 : attr = new HTMLAttrDeclImpl(ATTR_NAME_SIZE, atype, CMAttributeDeclaration.OPTIONAL);

72. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

177 : atype = new HTMLCMDataTypeImpl(CMDataType.URI);

73. WARNING: DiscouragedReference

Discouraged access: The field URI from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

177 : atype = new HTMLCMDataTypeImpl(CMDataType.URI);

74. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

178 : attr = new HTMLAttrDeclImpl(ATTR_NAME_SRC, atype, CMAttributeDeclaration.OPTIONAL);

75. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

178 : attr = new HTMLAttrDeclImpl(ATTR_NAME_SRC, atype, CMAttributeDeclaration.OPTIONAL);

76. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

184 : attr = new HTMLAttrDeclImpl(ATTR_NAME_TYPE, atype, CMAttributeDeclaration.OPTIONAL);

77. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

184 : attr = new HTMLAttrDeclImpl(ATTR_NAME_TYPE, atype, CMAttributeDeclaration.OPTIONAL);

78. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

189 : atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

79. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

189 : atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

80. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

190 : attr = new HTMLAttrDeclImpl(ATTR_NAME_VALUE, atype, CMAttributeDeclaration.OPTIONAL);

81. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

190 : attr = new HTMLAttrDeclImpl(ATTR_NAME_VALUE, atype, CMAttributeDeclaration.OPTIONAL);

82. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

195 : atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

83. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

195 : atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

84. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

196 : atype.setImpliedValue(CMDataType.IMPLIED_VALUE_FIXED, ATTR_VALUE_VERSION_TRANSITIONAL);

85. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_FIXED from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

196 : atype.setImpliedValue(CMDataType.IMPLIED_VALUE_FIXED, ATTR_VALUE_VERSION_TRANSITIONAL);

86. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

197 : attr = new HTMLAttrDeclImpl(ATTR_NAME_VERSION, atype, CMAttributeDeclaration.FIXED);

87. WARNING: DiscouragedReference

Discouraged access: The field FIXED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

197 : attr = new HTMLAttrDeclImpl(ATTR_NAME_VERSION, atype, CMAttributeDeclaration.FIXED);

88. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

203 : attr = new HTMLAttrDeclImpl(ATTR_NAME_WIDTH, atype, CMAttributeDeclaration.OPTIONAL);

89. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

203 : attr = new HTMLAttrDeclImpl(ATTR_NAME_WIDTH, atype, CMAttributeDeclaration.OPTIONAL);

90. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

209 : attr = new HTMLAttrDeclImpl(ATTR_NAME_VSPACE, atype, CMAttributeDeclaration.OPTIONAL);

91. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

209 : attr = new HTMLAttrDeclImpl(ATTR_NAME_VSPACE, atype, CMAttributeDeclaration.OPTIONAL);

92. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

233 : HTMLCMDataTypeImpl atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

93. WARNING: DiscouragedReference

Discouraged access: The field ENUM from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

233 : HTMLCMDataTypeImpl atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

94. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

238 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(ATTR_NAME_ALIGN, atype, CMAttributeDeclaration.OPTIONAL);

95. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

238 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(ATTR_NAME_ALIGN, atype, CMAttributeDeclaration.OPTIONAL);

96. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

252 : HTMLCMDataTypeImpl atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

97. WARNING: DiscouragedReference

Discouraged access: The field ENUM from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

252 : HTMLCMDataTypeImpl atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

98. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

257 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(ATTR_NAME_ALIGN, atype, CMAttributeDeclaration.OPTIONAL);

99. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

257 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(ATTR_NAME_ALIGN, atype, CMAttributeDeclaration.OPTIONAL);

100. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AttributeCollection.java :

279 : CMNode cmnode = getNamedItem(attrName);

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/CHCMDocImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CHCMDocImpl.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNamespace is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CHCMDocImpl.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamespace;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CHCMDocImpl.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

4. WARNING: DiscouragedReference

Discouraged access: The type CMNamespace is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CHCMDocImpl.java :

28 : private CMNamespace namespace = null;

5. WARNING: DiscouragedReference

Discouraged access: The type CMNamespace is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CHCMDocImpl.java :

35 : public CHCMDocImpl(String docTypeName, CMNamespace targetNamespace) {

6. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CHCMDocImpl.java :

53 : public CMNamedNodeMap getElements() {

7. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CHCMDocImpl.java :

57 : public CMNamedNodeMap getEntities() {

8. WARNING: DiscouragedReference

Discouraged access: The type CMNamespace is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CHCMDocImpl.java :

70 : public org.eclipse.wst.xml.core.internal.contentmodel.CMNamespace getNamespace() {

9. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CHCMDocImpl.java :

78 : return CMNode.DOCUMENT;

10. WARNING: DiscouragedReference

Discouraged access: The field DOCUMENT from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CHCMDocImpl.java :

78 : return CMNode.DOCUMENT;

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/CMContentImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMContentImpl.java :

18 : abstract class CMContentImpl extends CMNodeImpl implements org.eclipse.wst.xml.core.internal.contentmodel.CMContent {

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/CMGroupImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupImpl.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupImpl.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNodeList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupImpl.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNodeList;

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupImpl.java :

21 : class CMGroupImpl extends CMContentImpl implements CMGroup {

5. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupImpl.java :

23 : private int operator = CMGroup.SEQUENCE;

6. WARNING: DiscouragedReference

Discouraged access: The field SEQUENCE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupImpl.java :

23 : private int operator = CMGroup.SEQUENCE;

7. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupImpl.java :

32 : case CMGroup.ALL :

8. WARNING: DiscouragedReference

Discouraged access: The field ALL from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupImpl.java :

32 : case CMGroup.ALL :

9. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupImpl.java :

33 : case CMGroup.CHOICE :

10. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupImpl.java :

33 : case CMGroup.CHOICE :

11. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupImpl.java :

34 : case CMGroup.SEQUENCE :

12. WARNING: DiscouragedReference

Discouraged access: The field SEQUENCE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupImpl.java :

34 : case CMGroup.SEQUENCE :

13. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupImpl.java :

47 : protected CMNode appendChild(CMNode child) {

14. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupImpl.java :

47 : protected CMNode appendChild(CMNode child) {

15. WARNING: DiscouragedReference

Discouraged access: The type CMNodeList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupImpl.java :

58 : public CMNodeList getChildNodes() {

16. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupImpl.java :

70 : return CMNode.GROUP;

17. WARNING: DiscouragedReference

Discouraged access: The field GROUP from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMGroupImpl.java :

70 : return CMNode.GROUP;

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/CMNamedNodeMapImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamedNodeMapImpl.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamedNodeMapImpl.java :

27 : class CMNamedNodeMapImpl implements org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap {

3. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamedNodeMapImpl.java :

54 : public CMNode getNamedItem(String name) {

4. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamedNodeMapImpl.java :

58 : return (CMNode) items.get(cookedName);

5. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamedNodeMapImpl.java :

68 : public CMNode item(int index) {

6. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamedNodeMapImpl.java :

71 : CMNode node = (CMNode) iter.next();

7. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamedNodeMapImpl.java :

71 : CMNode node = (CMNode) iter.next();

8. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamedNodeMapImpl.java :

106 : void putNamedItem(String name, CMNode item) {

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/CMNodeImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNodeImpl.java :

19 : abstract class CMNodeImpl implements org.eclipse.wst.xml.core.internal.contentmodel.CMNode {

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/CMNodeListImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNodeListImpl.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNodeList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNodeListImpl.java :

20 : class CMNodeListImpl implements org.eclipse.wst.xml.core.internal.contentmodel.CMNodeList {

3. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNodeListImpl.java :

36 : protected CMNode appendNode(CMNode node) {

4. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNodeListImpl.java :

36 : protected CMNode appendNode(CMNode node) {

5. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNodeListImpl.java :

54 : public CMNode item(int index) {

6. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNodeListImpl.java :

57 : return (CMNode) nodes.elementAt(index);

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/ComplexTypeDefinition.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ComplexTypeDefinition.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ComplexTypeDefinition.java :

46 : public CMGroup getContent() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/CtdAddress.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdAddress.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdAddress.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdAddress.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdAddress.java :

41 : content = new CMGroupImpl(CMGroup.CHOICE, 0, CMContentImpl.UNBOUNDED);

5. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdAddress.java :

41 : content = new CMGroupImpl(CMGroup.CHOICE, 0, CMContentImpl.UNBOUNDED);

6. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdAddress.java :

43 : CMGroupImpl inlines = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

7. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdAddress.java :

43 : CMGroupImpl inlines = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

8. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdAddress.java :

49 : CMNode p = collection.getNamedItem(CHTMLNamespace.ElementName.P);

9. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdAddress.java :

61 : return CMElementDeclaration.MIXED;

10. WARNING: DiscouragedReference

Discouraged access: The field MIXED from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdAddress.java :

61 : return CMElementDeclaration.MIXED;

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/CtdDl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdDl.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdDl.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdDl.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdDl.java :

42 : content = new CMGroupImpl(CMGroup.CHOICE, 1, CMContentImpl.UNBOUNDED);

5. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdDl.java :

42 : content = new CMGroupImpl(CMGroup.CHOICE, 1, CMContentImpl.UNBOUNDED);

6. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdDl.java :

44 : CMNode dec = collection.getNamedItem(CHTMLNamespace.ElementName.DT);

7. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdDl.java :

59 : return CMElementDeclaration.ELEMENT;

8. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdDl.java :

59 : return CMElementDeclaration.ELEMENT;

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/CtdFlowContainer.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdFlowContainer.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdFlowContainer.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdFlowContainer.java :

38 : content = new CMGroupImpl(CMGroup.CHOICE, 0, CMContentImpl.UNBOUNDED);

4. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdFlowContainer.java :

38 : content = new CMGroupImpl(CMGroup.CHOICE, 0, CMContentImpl.UNBOUNDED);

5. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdFlowContainer.java :

43 : return CMElementDeclaration.MIXED;

6. WARNING: DiscouragedReference

Discouraged access: The field MIXED from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdFlowContainer.java :

43 : return CMElementDeclaration.MIXED;

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/CtdHead.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

58 : CMGroupImpl misc = new CMGroupImpl(CMGroup.CHOICE, 0, CMContentImpl.UNBOUNDED);

5. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

58 : CMGroupImpl misc = new CMGroupImpl(CMGroup.CHOICE, 0, CMContentImpl.UNBOUNDED);

6. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

64 : CMNode title = collection.getNamedItem(CHTMLNamespace.ElementName.TITLE);

7. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

66 : CMNode base = collection.getNamedItem(CHTMLNamespace.ElementName.BASE);

8. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

73 : content = new CMGroupImpl(CMGroup.SEQUENCE, 1, 1);

9. WARNING: DiscouragedReference

Discouraged access: The field SEQUENCE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

73 : content = new CMGroupImpl(CMGroup.SEQUENCE, 1, 1);

10. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

83 : CMGroupImpl gA = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

11. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

83 : CMGroupImpl gA = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

12. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

94 : CMGroupImpl gB = new CMGroupImpl(CMGroup.SEQUENCE, 1, 1);

13. WARNING: DiscouragedReference

Discouraged access: The field SEQUENCE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

94 : CMGroupImpl gB = new CMGroupImpl(CMGroup.SEQUENCE, 1, 1);

14. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

109 : CMGroupImpl gD = new CMGroupImpl(CMGroup.SEQUENCE, 0, 1);

15. WARNING: DiscouragedReference

Discouraged access: The field SEQUENCE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

109 : CMGroupImpl gD = new CMGroupImpl(CMGroup.SEQUENCE, 0, 1);

16. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

126 : CMGroupImpl gC = new CMGroupImpl(CMGroup.SEQUENCE, 1, 1);

17. WARNING: DiscouragedReference

Discouraged access: The field SEQUENCE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

126 : CMGroupImpl gC = new CMGroupImpl(CMGroup.SEQUENCE, 1, 1);

18. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

142 : CMGroupImpl gE = new CMGroupImpl(CMGroup.SEQUENCE, 1, 1);

19. WARNING: DiscouragedReference

Discouraged access: The field SEQUENCE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

142 : CMGroupImpl gE = new CMGroupImpl(CMGroup.SEQUENCE, 1, 1);

20. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

161 : return CMElementDeclaration.ELEMENT;

21. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHead.java :

161 : return CMElementDeclaration.ELEMENT;

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/CtdHtml.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHtml.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHtml.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHtml.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHtml.java :

46 : content = new CMGroupImpl(CMGroup.SEQUENCE, 1, 1);

5. WARNING: DiscouragedReference

Discouraged access: The field SEQUENCE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHtml.java :

46 : content = new CMGroupImpl(CMGroup.SEQUENCE, 1, 1);

6. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHtml.java :

51 : CMNode edec = collection.getNamedItem(CHTMLNamespace.ElementName.HEAD);

7. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHtml.java :

56 : CMGroupImpl group = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

8. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHtml.java :

56 : CMGroupImpl group = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

9. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHtml.java :

68 : return CMElementDeclaration.ELEMENT;

10. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdHtml.java :

68 : return CMElementDeclaration.ELEMENT;

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/CtdInlineContainer.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdInlineContainer.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdInlineContainer.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdInlineContainer.java :

39 : content = new CMGroupImpl(CMGroup.CHOICE, 0, CMContentImpl.UNBOUNDED);

4. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdInlineContainer.java :

39 : content = new CMGroupImpl(CMGroup.CHOICE, 0, CMContentImpl.UNBOUNDED);

5. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdInlineContainer.java :

44 : return CMElementDeclaration.MIXED;

6. WARNING: DiscouragedReference

Discouraged access: The field MIXED from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdInlineContainer.java :

44 : return CMElementDeclaration.MIXED;

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/CtdLiContainer.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdLiContainer.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdLiContainer.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdLiContainer.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdLiContainer.java :

43 : content = new CMGroupImpl(CMGroup.SEQUENCE, 1, CMContentImpl.UNBOUNDED);

5. WARNING: DiscouragedReference

Discouraged access: The field SEQUENCE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdLiContainer.java :

43 : content = new CMGroupImpl(CMGroup.SEQUENCE, 1, CMContentImpl.UNBOUNDED);

6. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdLiContainer.java :

44 : CMNode li = collection.getNamedItem(CHTMLNamespace.ElementName.LI);

7. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdLiContainer.java :

55 : return CMElementDeclaration.ELEMENT;

8. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdLiContainer.java :

55 : return CMElementDeclaration.ELEMENT;

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/CtdOptionContainer.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdOptionContainer.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdOptionContainer.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdOptionContainer.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdOptionContainer.java :

43 : content = new CMGroupImpl(CMGroup.SEQUENCE, 1, CMContentImpl.UNBOUNDED);

5. WARNING: DiscouragedReference

Discouraged access: The field SEQUENCE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdOptionContainer.java :

43 : content = new CMGroupImpl(CMGroup.SEQUENCE, 1, CMContentImpl.UNBOUNDED);

6. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdOptionContainer.java :

45 : CMNode dec = collection.getNamedItem(CHTMLNamespace.ElementName.OPTION);

7. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdOptionContainer.java :

56 : return CMElementDeclaration.ELEMENT;

8. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdOptionContainer.java :

56 : return CMElementDeclaration.ELEMENT;

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/CtdSelect.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdSelect.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdSelect.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdSelect.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdSelect.java :

42 : content = new CMGroupImpl(CMGroup.CHOICE, 1, CMContentImpl.UNBOUNDED);

5. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdSelect.java :

42 : content = new CMGroupImpl(CMGroup.CHOICE, 1, CMContentImpl.UNBOUNDED);

6. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdSelect.java :

44 : CMNode dec = collection.getNamedItem(CHTMLNamespace.ElementName.OPTION);

7. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdSelect.java :

55 : return CMElementDeclaration.ELEMENT;

8. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CtdSelect.java :

55 : return CMElementDeclaration.ELEMENT;

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/DeclCollection.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DeclCollection.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DeclCollection.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DeclCollection.java :

24 : abstract class DeclCollection implements CMNamedNodeMap {

4. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DeclCollection.java :

126 : CMNode[] fDecls = null;

5. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DeclCollection.java :

136 : fDecls = new CMNode[names.length];

6. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DeclCollection.java :

150 : protected abstract CMNode create(String name);

7. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DeclCollection.java :

154 : public CMNamedNodeMap getDeclarations(String[] names) {

8. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DeclCollection.java :

158 : CMNode node = getNamedItem(name);

9. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DeclCollection.java :

169 : CMNode dec = getNamedItem(entityName);

10. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DeclCollection.java :

211 : public CMNode getNamedItem(String name) {

11. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DeclCollection.java :

234 : public CMNode item(int index) {

12. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DeclCollection.java :

237 : CMNode decl = fDecls[index];

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/ElementCollection.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementCollection.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementCollection.java :

173 : protected CMNode create(String elementName) {

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/EntityCollection.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

EntityCollection.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

EntityCollection.java :

827 : protected CMNode create(String entityName) {

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/HTMLAttrDeclImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttrDeclImpl.java :

21 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttrDeclImpl.java :

22 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

3. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttrDeclImpl.java :

39 : case OPTIONAL :

4. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttrDeclImpl.java :

40 : case REQUIRED :

5. WARNING: DiscouragedReference

Discouraged access: The field FIXED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttrDeclImpl.java :

41 : case FIXED :

6. WARNING: DiscouragedReference

Discouraged access: The field PROHIBITED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttrDeclImpl.java :

42 : case PROHIBITED :

7. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttrDeclImpl.java :

47 : this.usage = OPTIONAL; // fall back

8. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttrDeclImpl.java :

64 : public CMDataType getAttrType() {

9. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttrDeclImpl.java :

72 : if (type.getImpliedValueKind() != CMDataType.IMPLIED_VALUE_DEFAULT)

10. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttrDeclImpl.java :

72 : if (type.getImpliedValueKind() != CMDataType.IMPLIED_VALUE_DEFAULT)

11. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttrDeclImpl.java :

93 : return CMNode.ATTRIBUTE_DECLARATION;

12. WARNING: DiscouragedReference

Discouraged access: The field ATTRIBUTE_DECLARATION from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttrDeclImpl.java :

93 : return CMNode.ATTRIBUTE_DECLARATION;

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/HTMLCMDataTypeImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataTypeImpl.java :

14 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

2. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_NONE from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataTypeImpl.java :

22 : private int impliedValueKind = IMPLIED_VALUE_NONE;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataTypeImpl.java :

97 : return CMNode.DATA_TYPE;

4. WARNING: DiscouragedReference

Discouraged access: The field DATA_TYPE from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataTypeImpl.java :

97 : return CMNode.DATA_TYPE;

5. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_FIXED from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataTypeImpl.java :

114 : case IMPLIED_VALUE_FIXED :

6. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataTypeImpl.java :

115 : case IMPLIED_VALUE_DEFAULT :

7. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_NONE from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataTypeImpl.java :

119 : case IMPLIED_VALUE_NONE :

8. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_NONE from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMDataTypeImpl.java :

121 : impliedValueKind = IMPLIED_VALUE_NONE;

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/HTMLCMNode.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLCMNode.java :

24 : interface HTMLCMNode extends org.eclipse.wst.xml.core.internal.contentmodel.CMNode {

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/HTMLElemDeclImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

21 : import org.eclipse.wst.xml.core.internal.contentmodel.CMContent;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

22 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

3. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

23 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

4. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

24 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

5. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

25 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

6. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

40 : protected CMNamedNodeMap prohibitedAncestors = null;

7. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

49 : protected final static CMNamedNodeMap EMPTY_MAP = new CMNamedNodeMap() {

8. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

49 : protected final static CMNamedNodeMap EMPTY_MAP = new CMNamedNodeMap() {

9. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

54 : public CMNode getNamedItem(String name) {

10. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

58 : public CMNode item(int index) {

11. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

121 : CMNode cmnode = attributes.getNamedItem(attrName);

12. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

133 : public CMNamedNodeMap getAttributes() {

13. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

157 : public CMContent getContent() {

14. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

173 : return (def != null) ? def.getContentType() : CMElementDeclaration.CDATA;

15. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

173 : return (def != null) ? def.getContentType() : CMElementDeclaration.CDATA;

16. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

188 : public CMDataType getDataType() {

17. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

204 : public CMContent getExclusion() {

18. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

220 : public CMContent getInclusion() {

19. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

255 : public CMNamedNodeMap getLocalElements() {

20. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

263 : return CMNode.ELEMENT_DECLARATION;

21. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT_DECLARATION from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

263 : return CMNode.ELEMENT_DECLARATION;

22. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

274 : public CMNamedNodeMap getProhibitedAncestors() {

23. WARNING: DiscouragedReference

Discouraged access: The method getElementName() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElemDeclImpl.java :

362 : String nextName = nextElement.getElementName();

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/HTMLEntityDeclImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLEntityDeclImpl.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLEntityDeclImpl.java :

48 : return CMNode.ENTITY_DECLARATION;

3. WARNING: DiscouragedReference

Discouraged access: The field ENTITY_DECLARATION from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLEntityDeclImpl.java :

48 : return CMNode.ENTITY_DECLARATION;

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/HedA.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedA.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMContent;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedA.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedA.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

4. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedA.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

5. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedA.java :

73 : public CMContent getExclusion() {

6. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedA.java :

79 : exclusion = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

7. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedA.java :

79 : exclusion = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

8. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedA.java :

80 : CMNode a = elementCollection.getNamedItem(CHTMLNamespace.ElementName.A);

9. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedA.java :

89 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/HedADDRESS.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedADDRESS.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedADDRESS.java :

48 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/HedBLOCKQUOTE.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBLOCKQUOTE.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedBLOCKQUOTE.java :

48 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/HedCENTER.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedCENTER.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedCENTER.java :

46 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/HedDIV.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedDIV.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedDIV.java :

53 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/HedDL.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedDL.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedDL.java :

50 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/HedEmpty.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedEmpty.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMContent;

2. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedEmpty.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

3. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedEmpty.java :

38 : public CMContent getContent() {

4. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedEmpty.java :

47 : return CMElementDeclaration.EMPTY;

5. WARNING: DiscouragedReference

Discouraged access: The field EMPTY from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedEmpty.java :

47 : return CMElementDeclaration.EMPTY;

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/HedFORM.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFORM.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMContent;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFORM.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFORM.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

4. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFORM.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

5. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFORM.java :

66 : public CMContent getExclusion() {

6. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFORM.java :

72 : exclusion = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

7. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFORM.java :

72 : exclusion = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

8. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFORM.java :

73 : CMNode form = elementCollection.getNamedItem(CHTMLNamespace.ElementName.FORM);

9. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedFORM.java :

82 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/HedHR.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedHR.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedHR.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedHR.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

4. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedHR.java :

53 : HTMLCMDataTypeImpl atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

5. WARNING: DiscouragedReference

Discouraged access: The field ENUM from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedHR.java :

53 : HTMLCMDataTypeImpl atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

6. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedHR.java :

56 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(CHTMLNamespace.ATTR_NAME_ALIGN, atype, CMAttributeDeclaration.OPTIONAL);

7. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedHR.java :

56 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(CHTMLNamespace.ATTR_NAME_ALIGN, atype, CMAttributeDeclaration.OPTIONAL);

8. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedHR.java :

66 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/HedHeading.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedHeading.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedHeading.java :

75 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/HedIMG.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedIMG.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedIMG.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedIMG.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

4. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedIMG.java :

64 : atype = new HTMLCMDataTypeImpl(CMDataType.URI);

5. WARNING: DiscouragedReference

Discouraged access: The field URI from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedIMG.java :

64 : atype = new HTMLCMDataTypeImpl(CMDataType.URI);

6. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedIMG.java :

65 : attr = new HTMLAttrDeclImpl(CHTMLNamespace.ATTR_NAME_SRC, atype, CMAttributeDeclaration.REQUIRED);

7. WARNING: DiscouragedReference

Discouraged access: The field REQUIRED from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedIMG.java :

65 : attr = new HTMLAttrDeclImpl(CHTMLNamespace.ATTR_NAME_SRC, atype, CMAttributeDeclaration.REQUIRED);

8. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedIMG.java :

78 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/HedINPUT.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedINPUT.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedINPUT.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

3. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedINPUT.java :

79 : atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

4. WARNING: DiscouragedReference

Discouraged access: The field ENUM from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedINPUT.java :

79 : atype = new HTMLCMDataTypeImpl(CMDataType.ENUM);

5. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedINPUT.java :

82 : atype.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, CHTMLNamespace.ATTR_VALUE_TEXT);

6. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_DEFAULT from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedINPUT.java :

82 : atype.setImpliedValue(CMDataType.IMPLIED_VALUE_DEFAULT, CHTMLNamespace.ATTR_VALUE_TEXT);

7. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedINPUT.java :

83 : attr = new HTMLAttrDeclImpl(CHTMLNamespace.ATTR_NAME_TYPE, atype, CMAttributeDeclaration.OPTIONAL);

8. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedINPUT.java :

83 : attr = new HTMLAttrDeclImpl(CHTMLNamespace.ATTR_NAME_TYPE, atype, CMAttributeDeclaration.OPTIONAL);

9. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedINPUT.java :

87 : atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

10. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedINPUT.java :

87 : atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

11. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedINPUT.java :

88 : attr = new HTMLAttrDeclImpl(CHTMLNamespace.ATTR_NAME_SIZE, atype, CMAttributeDeclaration.OPTIONAL);

12. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedINPUT.java :

88 : attr = new HTMLAttrDeclImpl(CHTMLNamespace.ATTR_NAME_SIZE, atype, CMAttributeDeclaration.OPTIONAL);

13. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedINPUT.java :

92 : atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

14. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedINPUT.java :

92 : atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

15. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedINPUT.java :

93 : attr = new HTMLAttrDeclImpl(CHTMLNamespace.ATTR_NAME_ALT, atype, CMAttributeDeclaration.OPTIONAL);

16. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedINPUT.java :

93 : attr = new HTMLAttrDeclImpl(CHTMLNamespace.ATTR_NAME_ALT, atype, CMAttributeDeclaration.OPTIONAL);

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/HedMENU.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMENU.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMContent;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMENU.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMENU.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

4. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMENU.java :

62 : public CMContent getExclusion() {

5. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMENU.java :

69 : exclusion = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

6. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMENU.java :

69 : exclusion = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

7. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMENU.java :

77 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/HedMETA.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMETA.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMETA.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

3. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMETA.java :

54 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(CHTMLNamespace.ATTR_NAME_NAME, atype, CMAttributeDeclaration.OPTIONAL);

4. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMETA.java :

54 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(CHTMLNamespace.ATTR_NAME_NAME, atype, CMAttributeDeclaration.OPTIONAL);

5. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMETA.java :

58 : atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

6. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMETA.java :

58 : atype = new HTMLCMDataTypeImpl(CMDataType.CDATA);

7. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMETA.java :

59 : attr = new HTMLAttrDeclImpl(CHTMLNamespace.ATTR_NAME_CONTENT, atype, CMAttributeDeclaration.OPTIONAL);

8. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedMETA.java :

59 : attr = new HTMLAttrDeclImpl(CHTMLNamespace.ATTR_NAME_CONTENT, atype, CMAttributeDeclaration.OPTIONAL);

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/HedOL.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedOL.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedOL.java :

49 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/HedP.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedP.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedP.java :

79 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/HedPRE.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPRE.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPRE.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMContent;

3. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPRE.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPRE.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

5. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPRE.java :

21 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

6. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPRE.java :

54 : HTMLCMDataTypeImpl atype = new HTMLCMDataTypeImpl(CMDataType.NUMBER);

7. WARNING: DiscouragedReference

Discouraged access: The field NUMBER from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPRE.java :

54 : HTMLCMDataTypeImpl atype = new HTMLCMDataTypeImpl(CMDataType.NUMBER);

8. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPRE.java :

55 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(CHTMLNamespace.ATTR_NAME_WIDTH, atype, CMAttributeDeclaration.OPTIONAL);

9. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPRE.java :

55 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(CHTMLNamespace.ATTR_NAME_WIDTH, atype, CMAttributeDeclaration.OPTIONAL);

10. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPRE.java :

66 : public CMContent getExclusion() {

11. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPRE.java :

72 : exclusion = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

12. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPRE.java :

72 : exclusion = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

13. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPRE.java :

81 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/HedPcdata.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPcdata.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMContent;

2. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPcdata.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

3. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPcdata.java :

36 : public CMContent getContent() {

4. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPcdata.java :

45 : return CMElementDeclaration.PCDATA;

5. WARNING: DiscouragedReference

Discouraged access: The field PCDATA from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedPcdata.java :

45 : return CMElementDeclaration.PCDATA;

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/HedSELECT.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSELECT.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSELECT.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

3. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSELECT.java :

58 : HTMLCMDataTypeImpl atype = new HTMLCMDataTypeImpl(CMDataType.NUMBER);

4. WARNING: DiscouragedReference

Discouraged access: The field NUMBER from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSELECT.java :

58 : HTMLCMDataTypeImpl atype = new HTMLCMDataTypeImpl(CMDataType.NUMBER);

5. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSELECT.java :

59 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(CHTMLNamespace.ATTR_NAME_SIZE, atype, CMAttributeDeclaration.OPTIONAL);

6. WARNING: DiscouragedReference

Discouraged access: The field OPTIONAL from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSELECT.java :

59 : HTMLAttrDeclImpl attr = new HTMLAttrDeclImpl(CHTMLNamespace.ATTR_NAME_SIZE, atype, CMAttributeDeclaration.OPTIONAL);

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/HedSSIPrintenv.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSSIPrintenv.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedSSIPrintenv.java :

45 : public CMNamedNodeMap getAttributes() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/HedTITLE.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedTITLE.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMContent;

2. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedTITLE.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

3. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedTITLE.java :

55 : public CMContent getExclusion() {

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedTITLE.java :

62 : exclusion = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

5. WARNING: DiscouragedReference

Discouraged access: The field CHOICE from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedTITLE.java :

62 : exclusion = new CMGroupImpl(CMGroup.CHOICE, 1, 1);

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/HedUL.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedUL.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HedUL.java :

48 : public CMNamedNodeMap getProhibitedAncestors() {

Source File: org/eclipse/wst/html/core/internal/contentmodel/chtml/PropertyProviderFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type AnnotationMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

PropertyProviderFactory.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.annotation.AnnotationMap;

2. WARNING: DiscouragedReference

Discouraged access: The type AnnotationMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

PropertyProviderFactory.java :

69 : protected AnnotationMap fAnnotationMap = null;

3. WARNING: DiscouragedReference

Discouraged access: The type AnnotationMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

PropertyProviderFactory.java :

79 : protected AnnotationMap getAnnotationMap() {

4. WARNING: DiscouragedReference

Discouraged access: The constructor AnnotationMap() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

PropertyProviderFactory.java :

81 : fAnnotationMap = new AnnotationMap();

5. WARNING: DiscouragedReference

Discouraged access: The type AnnotationMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

PropertyProviderFactory.java :

81 : fAnnotationMap = new AnnotationMap();

6. WARNING: DiscouragedReference

Discouraged access: The method load(String, String) from the type AnnotationMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

PropertyProviderFactory.java :

83 : fAnnotationMap.load(htmlAnnotationLoc, HTMLCorePlugin.getDefault().getBundle().getSymbolicName());

7. WARNING: DiscouragedReference

Discouraged access: The method getProperty(String, String) from the type AnnotationMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

PropertyProviderFactory.java :

94 : return getAnnotationMap().getProperty(((HTMLElementDeclaration)decl).getElementName(), "tagInfo"); //$NON-NLS-1$

8. WARNING: DiscouragedReference

Discouraged access: The method getElementName() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

PropertyProviderFactory.java :

94 : return getAnnotationMap().getProperty(((HTMLElementDeclaration)decl).getElementName(), "tagInfo"); //$NON-NLS-1$

Source File: org/eclipse/wst/html/core/internal/contentmodel/ssi/SSICMDocumentFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SSICMDocumentFactory.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDocument;

2. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SSICMDocumentFactory.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SSICMDocumentFactory.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

4. WARNING: DiscouragedReference

Discouraged access: The type CMNamespace is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SSICMDocumentFactory.java :

21 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamespace;

5. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SSICMDocumentFactory.java :

22 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

6. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SSICMDocumentFactory.java :

23 : import org.eclipse.wst.xml.core.internal.provisional.contentmodel.CMDocType;

7. WARNING: DiscouragedReference

Discouraged access: The type CMNamespace is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SSICMDocumentFactory.java :

33 : static class CMNamespaceImpl implements CMNamespace {

8. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SSICMDocumentFactory.java :

51 : return CMNode.NAME_SPACE;

9. WARNING: DiscouragedReference

Discouraged access: The field NAME_SPACE from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SSICMDocumentFactory.java :

51 : return CMNode.NAME_SPACE;

10. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SSICMDocumentFactory.java :

64 : static class CMDocImpl implements CMDocument {

11. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SSICMDocumentFactory.java :

65 : private static CMDocument hcm = HTMLCMDocumentFactory.getCMDocument(CMDocType.HTML_DOC_TYPE);

12. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SSICMDocumentFactory.java :

65 : private static CMDocument hcm = HTMLCMDocumentFactory.getCMDocument(CMDocType.HTML_DOC_TYPE);

13. WARNING: DiscouragedReference

Discouraged access: The field HTML_DOC_TYPE from the type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SSICMDocumentFactory.java :

65 : private static CMDocument hcm = HTMLCMDocumentFactory.getCMDocument(CMDocType.HTML_DOC_TYPE);

14. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SSICMDocumentFactory.java :

67 : static class Elements implements CMNamedNodeMap {

15. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SSICMDocumentFactory.java :

72 : CMNamedNodeMap elems = hcm.getElements();

16. WARNING: DiscouragedReference

Discouraged access: The method getElements() from the type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SSICMDocumentFactory.java :

72 : CMNamedNodeMap elems = hcm.getElements();

17. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SSICMDocumentFactory.java :

75 : CMElementDeclaration dec = (CMElementDeclaration) elems.getNamedItem(name);

18. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SSICMDocumentFactory.java :

75 : CMElementDeclaration dec = (CMElementDeclaration) elems.getNamedItem(name);

19. WARNING: DiscouragedReference

Discouraged access: The method getNamedItem(String) from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SSICMDocumentFactory.java :

75 : CMElementDeclaration dec = (CMElementDeclaration) elems.getNamedItem(name);

20. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SSICMDocumentFactory.java :

85 : public CMNode getNamedItem(String name) {

21. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SSICMDocumentFactory.java :

89 : return (CMNode) map.get(cooked);

22. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SSICMDocumentFactory.java :

92 : public CMNode item(int index) {

23. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SSICMDocumentFactory.java :

97 : return (CMNode) node;

24. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SSICMDocumentFactory.java :

123 : return CMNode.DOCUMENT;

25. WARNING: DiscouragedReference

Discouraged access: The field DOCUMENT from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SSICMDocumentFactory.java :

123 : return CMNode.DOCUMENT;

26. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SSICMDocumentFactory.java :

126 : public CMNamedNodeMap getElements() {

27. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SSICMDocumentFactory.java :

130 : public CMNamedNodeMap getEntities() {

28. WARNING: DiscouragedReference

Discouraged access: The type CMNamespace is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SSICMDocumentFactory.java :

134 : public CMNamespace getNamespace() {

29. WARNING: DiscouragedReference

Discouraged access: The type CMNamespace is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SSICMDocumentFactory.java :

147 : private static CMNamespace ssins = new CMNamespaceImpl();

30. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SSICMDocumentFactory.java :

148 : private static CMDocument mycm = new CMDocImpl();

31. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SSICMDocumentFactory.java :

154 : public static CMDocument getCMDocument() {

Source File: org/eclipse/wst/html/core/internal/contenttype/AbstractResourceEncodingDetector.java
1. WARNING: DiscouragedReference

Discouraged access: The type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractResourceEncodingDetector.java :

26 : import org.eclipse.wst.sse.core.internal.encoding.CodedIO;

2. WARNING: DiscouragedReference

Discouraged access: The type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractResourceEncodingDetector.java :

27 : import org.eclipse.wst.sse.core.internal.encoding.EncodingMemento;

3. WARNING: DiscouragedReference

Discouraged access: The type IResourceCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractResourceEncodingDetector.java :

28 : import org.eclipse.wst.sse.core.internal.encoding.IResourceCharsetDetector;

4. WARNING: DiscouragedReference

Discouraged access: The type IResourceCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractResourceEncodingDetector.java :

31 : public abstract class AbstractResourceEncodingDetector implements IResourceCharsetDetector {

5. WARNING: DiscouragedReference

Discouraged access: The type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractResourceEncodingDetector.java :

33 : protected EncodingMemento fEncodingMemento;

6. WARNING: DiscouragedReference

Discouraged access: The constructor EncodingMemento() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractResourceEncodingDetector.java :

51 : fEncodingMemento = new EncodingMemento();

7. WARNING: DiscouragedReference

Discouraged access: The type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractResourceEncodingDetector.java :

51 : fEncodingMemento = new EncodingMemento();

8. WARNING: DiscouragedReference

Discouraged access: The method setJavaCharsetName(String) from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractResourceEncodingDetector.java :

52 : fEncodingMemento.setJavaCharsetName(getAppropriateJavaCharset(detectedCharsetName));

9. WARNING: DiscouragedReference

Discouraged access: The method setDetectedCharsetName(String) from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractResourceEncodingDetector.java :

53 : fEncodingMemento.setDetectedCharsetName(detectedCharsetName);

10. WARNING: DiscouragedReference

Discouraged access: The method setAppropriateDefault(String) from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractResourceEncodingDetector.java :

57 : fEncodingMemento.setAppropriateDefault(getSpecDefaultEncoding());

11. WARNING: DiscouragedReference

Discouraged access: The type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractResourceEncodingDetector.java :

92 : result = CodedIO.checkMappingOverrides(detectedCharsetName);

12. WARNING: DiscouragedReference

Discouraged access: The method checkMappingOverrides(String) from the type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractResourceEncodingDetector.java :

92 : result = CodedIO.checkMappingOverrides(detectedCharsetName);

13. WARNING: DiscouragedReference

Discouraged access: The method setInvalidEncoding(String) from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractResourceEncodingDetector.java :

106 : fEncodingMemento.setInvalidEncoding(detectedCharsetName);

14. WARNING: DiscouragedReference

Discouraged access: The method setInvalidEncoding(String) from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractResourceEncodingDetector.java :

114 : fEncodingMemento.setInvalidEncoding(detectedCharsetName);

15. WARNING: DiscouragedReference

Discouraged access: The type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractResourceEncodingDetector.java :

121 : result = CodedIO.checkMappingOverrides(result);

16. WARNING: DiscouragedReference

Discouraged access: The method checkMappingOverrides(String) from the type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractResourceEncodingDetector.java :

121 : result = CodedIO.checkMappingOverrides(result);

17. WARNING: DiscouragedReference

Discouraged access: The method getDetectedCharsetName() from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractResourceEncodingDetector.java :

127 : return getEncodingMemento().getDetectedCharsetName();

18. WARNING: DiscouragedReference

Discouraged access: The type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractResourceEncodingDetector.java :

135 : public EncodingMemento getEncodingMemento() throws IOException {

19. WARNING: DiscouragedReference

Discouraged access: The type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractResourceEncodingDetector.java :

167 : public EncodingMemento getSpecDefaultEncodingMemento() {

20. WARNING: DiscouragedReference

Discouraged access: The type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractResourceEncodingDetector.java :

169 : EncodingMemento result = null;

21. WARNING: DiscouragedReference

Discouraged access: The type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractResourceEncodingDetector.java :

172 : createEncodingMemento(enc, EncodingMemento.DEFAULTS_ASSUMED_FOR_EMPTY_INPUT);

22. WARNING: DiscouragedReference

Discouraged access: The field DEFAULTS_ASSUMED_FOR_EMPTY_INPUT from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractResourceEncodingDetector.java :

172 : createEncodingMemento(enc, EncodingMemento.DEFAULTS_ASSUMED_FOR_EMPTY_INPUT);

23. WARNING: DiscouragedReference

Discouraged access: The method setAppropriateDefault(String) from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractResourceEncodingDetector.java :

173 : fEncodingMemento.setAppropriateDefault(enc);

24. WARNING: DiscouragedReference

Discouraged access: The constructor EncodingMemento() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractResourceEncodingDetector.java :

185 : fEncodingMemento = new EncodingMemento();

25. WARNING: DiscouragedReference

Discouraged access: The type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractResourceEncodingDetector.java :

185 : fEncodingMemento = new EncodingMemento();

26. WARNING: DiscouragedReference

Discouraged access: The method setJavaCharsetName(String) from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractResourceEncodingDetector.java :

186 : fEncodingMemento.setJavaCharsetName(encodingName);

27. WARNING: DiscouragedReference

Discouraged access: The method setAppropriateDefault(String) from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractResourceEncodingDetector.java :

187 : fEncodingMemento.setAppropriateDefault(encodingName);

28. WARNING: DiscouragedReference

Discouraged access: The type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractResourceEncodingDetector.java :

216 : fReader.mark(CodedIO.MAX_MARK_SIZE);

29. WARNING: DiscouragedReference

Discouraged access: The field MAX_MARK_SIZE from the type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractResourceEncodingDetector.java :

216 : fReader.mark(CodedIO.MAX_MARK_SIZE);

30. WARNING: DiscouragedReference

Discouraged access: The type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractResourceEncodingDetector.java :

231 : InputStream resettableStream = new BufferedInputStream(inputStream, CodedIO.MAX_BUF_SIZE);

31. WARNING: DiscouragedReference

Discouraged access: The field MAX_BUF_SIZE from the type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractResourceEncodingDetector.java :

231 : InputStream resettableStream = new BufferedInputStream(inputStream, CodedIO.MAX_BUF_SIZE);

32. WARNING: DiscouragedReference

Discouraged access: The type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractResourceEncodingDetector.java :

232 : resettableStream.mark(CodedIO.MAX_MARK_SIZE);

33. WARNING: DiscouragedReference

Discouraged access: The field MAX_MARK_SIZE from the type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractResourceEncodingDetector.java :

232 : resettableStream.mark(CodedIO.MAX_MARK_SIZE);

34. WARNING: DiscouragedReference

Discouraged access: The type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractResourceEncodingDetector.java :

254 : fReader.mark(CodedIO.MAX_MARK_SIZE);

35. WARNING: DiscouragedReference

Discouraged access: The field MAX_MARK_SIZE from the type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractResourceEncodingDetector.java :

254 : fReader.mark(CodedIO.MAX_MARK_SIZE);

Source File: org/eclipse/wst/html/core/internal/contenttype/ByteReader.java
1. WARNING: DiscouragedReference

Discouraged access: The type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ByteReader.java :

19 : import org.eclipse.wst.sse.core.internal.encoding.CodedIO;

2. WARNING: DiscouragedReference

Discouraged access: The type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ByteReader.java :

36 : public static final int DEFAULT_BUFFER_SIZE = CodedIO.MAX_BUF_SIZE;

3. WARNING: DiscouragedReference

Discouraged access: The field MAX_BUF_SIZE from the type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ByteReader.java :

36 : public static final int DEFAULT_BUFFER_SIZE = CodedIO.MAX_BUF_SIZE;

Source File: org/eclipse/wst/html/core/internal/contenttype/ContentDescriberForHTML.java
1. WARNING: DiscouragedReference

Discouraged access: The type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForHTML.java :

21 : import org.eclipse.wst.sse.core.internal.encoding.EncodingMemento;

2. WARNING: DiscouragedReference

Discouraged access: The type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForHTML.java :

22 : import org.eclipse.wst.sse.core.internal.encoding.IContentDescriptionExtended;

3. WARNING: DiscouragedReference

Discouraged access: The type IResourceCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForHTML.java :

23 : import org.eclipse.wst.sse.core.internal.encoding.IResourceCharsetDetector;

4. WARNING: DiscouragedReference

Discouraged access: The type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForHTML.java :

43 : final private static QualifiedName[] SUPPORTED_OPTIONS = {IContentDescription.CHARSET, IContentDescription.BYTE_ORDER_MARK, IContentDescriptionExtended.DETECTED_CHARSET, IContentDescriptionExtended.UNSUPPORTED_CHARSET, IContentDescriptionExtended.APPROPRIATE_DEFAULT};

5. WARNING: DiscouragedReference

Discouraged access: The field DETECTED_CHARSET from the type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForHTML.java :

43 : final private static QualifiedName[] SUPPORTED_OPTIONS = {IContentDescription.CHARSET, IContentDescription.BYTE_ORDER_MARK, IContentDescriptionExtended.DETECTED_CHARSET, IContentDescriptionExtended.UNSUPPORTED_CHARSET, IContentDescriptionExtended.APPROPRIATE_DEFAULT};

6. WARNING: DiscouragedReference

Discouraged access: The type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForHTML.java :

43 : final private static QualifiedName[] SUPPORTED_OPTIONS = {IContentDescription.CHARSET, IContentDescription.BYTE_ORDER_MARK, IContentDescriptionExtended.DETECTED_CHARSET, IContentDescriptionExtended.UNSUPPORTED_CHARSET, IContentDescriptionExtended.APPROPRIATE_DEFAULT};

7. WARNING: DiscouragedReference

Discouraged access: The field UNSUPPORTED_CHARSET from the type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForHTML.java :

43 : final private static QualifiedName[] SUPPORTED_OPTIONS = {IContentDescription.CHARSET, IContentDescription.BYTE_ORDER_MARK, IContentDescriptionExtended.DETECTED_CHARSET, IContentDescriptionExtended.UNSUPPORTED_CHARSET, IContentDescriptionExtended.APPROPRIATE_DEFAULT};

8. WARNING: DiscouragedReference

Discouraged access: The type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForHTML.java :

43 : final private static QualifiedName[] SUPPORTED_OPTIONS = {IContentDescription.CHARSET, IContentDescription.BYTE_ORDER_MARK, IContentDescriptionExtended.DETECTED_CHARSET, IContentDescriptionExtended.UNSUPPORTED_CHARSET, IContentDescriptionExtended.APPROPRIATE_DEFAULT};

9. WARNING: DiscouragedReference

Discouraged access: The field APPROPRIATE_DEFAULT from the type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForHTML.java :

43 : final private static QualifiedName[] SUPPORTED_OPTIONS = {IContentDescription.CHARSET, IContentDescription.BYTE_ORDER_MARK, IContentDescriptionExtended.DETECTED_CHARSET, IContentDescriptionExtended.UNSUPPORTED_CHARSET, IContentDescriptionExtended.APPROPRIATE_DEFAULT};

10. WARNING: DiscouragedReference

Discouraged access: The type IResourceCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForHTML.java :

88 : IResourceCharsetDetector detector = getDetector();

11. WARNING: DiscouragedReference

Discouraged access: The method set(InputStream) from the type IStreamCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForHTML.java :

89 : detector.set(contents);

12. WARNING: DiscouragedReference

Discouraged access: The type IResourceCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForHTML.java :

101 : IResourceCharsetDetector detector = getDetector();

13. WARNING: DiscouragedReference

Discouraged access: The method set(Reader) from the type IStreamCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForHTML.java :

102 : detector.set(contents);

14. WARNING: DiscouragedReference

Discouraged access: The type IResourceCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForHTML.java :

119 : private IResourceCharsetDetector getDetector() {

15. WARNING: DiscouragedReference

Discouraged access: The type IResourceCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForHTML.java :

130 : private void handleCalculations(IContentDescription description, IResourceCharsetDetector detector) throws IOException {

16. WARNING: DiscouragedReference

Discouraged access: The type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForHTML.java :

132 : EncodingMemento encodingMemento = ((HTMLResourceEncodingDetector) detector).getEncodingMemento();

17. WARNING: DiscouragedReference

Discouraged access: The method getUnicodeBOM() from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForHTML.java :

135 : Object detectedByteOrderMark = encodingMemento.getUnicodeBOM();

18. WARNING: DiscouragedReference

Discouraged access: The method isValid() from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForHTML.java :

145 : if (!encodingMemento.isValid()) {

19. WARNING: DiscouragedReference

Discouraged access: The type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForHTML.java :

153 : description.setProperty(IContentDescriptionExtended.UNSUPPORTED_CHARSET, encodingMemento.getInvalidEncoding());

20. WARNING: DiscouragedReference

Discouraged access: The field UNSUPPORTED_CHARSET from the type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForHTML.java :

153 : description.setProperty(IContentDescriptionExtended.UNSUPPORTED_CHARSET, encodingMemento.getInvalidEncoding());

21. WARNING: DiscouragedReference

Discouraged access: The method getInvalidEncoding() from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForHTML.java :

153 : description.setProperty(IContentDescriptionExtended.UNSUPPORTED_CHARSET, encodingMemento.getInvalidEncoding());

22. WARNING: DiscouragedReference

Discouraged access: The type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForHTML.java :

154 : description.setProperty(IContentDescriptionExtended.APPROPRIATE_DEFAULT, encodingMemento.getAppropriateDefault());

23. WARNING: DiscouragedReference

Discouraged access: The field APPROPRIATE_DEFAULT from the type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForHTML.java :

154 : description.setProperty(IContentDescriptionExtended.APPROPRIATE_DEFAULT, encodingMemento.getAppropriateDefault());

24. WARNING: DiscouragedReference

Discouraged access: The method getAppropriateDefault() from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForHTML.java :

154 : description.setProperty(IContentDescriptionExtended.APPROPRIATE_DEFAULT, encodingMemento.getAppropriateDefault());

25. WARNING: DiscouragedReference

Discouraged access: The method getDetectedCharsetName() from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForHTML.java :

157 : Object detectedCharset = encodingMemento.getDetectedCharsetName();

26. WARNING: DiscouragedReference

Discouraged access: The method getJavaCharsetName() from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForHTML.java :

158 : Object javaCharset = encodingMemento.getJavaCharsetName();

27. WARNING: DiscouragedReference

Discouraged access: The method getSpecDefaultEncoding() from the type IStreamCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForHTML.java :

171 : Object defaultCharset = detector.getSpecDefaultEncoding();

28. WARNING: DiscouragedReference

Discouraged access: The type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForHTML.java :

203 : description.setProperty(IContentDescriptionExtended.DETECTED_CHARSET, detectedCharset);

29. WARNING: DiscouragedReference

Discouraged access: The field DETECTED_CHARSET from the type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForHTML.java :

203 : description.setProperty(IContentDescriptionExtended.DETECTED_CHARSET, detectedCharset);

30. WARNING: DiscouragedReference

Discouraged access: The type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForHTML.java :

219 : else if (description.isRequested(IContentDescriptionExtended.APPROPRIATE_DEFAULT))

31. WARNING: DiscouragedReference

Discouraged access: The field APPROPRIATE_DEFAULT from the type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForHTML.java :

219 : else if (description.isRequested(IContentDescriptionExtended.APPROPRIATE_DEFAULT))

32. WARNING: DiscouragedReference

Discouraged access: The type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForHTML.java :

221 : else if (description.isRequested(IContentDescriptionExtended.DETECTED_CHARSET))

33. WARNING: DiscouragedReference

Discouraged access: The field DETECTED_CHARSET from the type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForHTML.java :

221 : else if (description.isRequested(IContentDescriptionExtended.DETECTED_CHARSET))

34. WARNING: DiscouragedReference

Discouraged access: The type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForHTML.java :

223 : else if (description.isRequested(IContentDescriptionExtended.UNSUPPORTED_CHARSET))

35. WARNING: DiscouragedReference

Discouraged access: The field UNSUPPORTED_CHARSET from the type IContentDescriptionExtended is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ContentDescriberForHTML.java :

223 : else if (description.isRequested(IContentDescriptionExtended.UNSUPPORTED_CHARSET))

Source File: org/eclipse/wst/html/core/internal/contenttype/HTMLHeadTokenizer.java
1. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizer.java :

18 : import org.eclipse.wst.xml.core.internal.contenttype.EncodingParserConstants;

2. WARNING: DiscouragedReference

Discouraged access: The type XMLHeadTokenizerConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizer.java :

19 : import org.eclipse.wst.xml.core.internal.contenttype.XMLHeadTokenizerConstants;

3. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizer.java :

1872 : { yypushback(yylength());popState(); valueText = string.toString(); return EncodingParserConstants.InvalidTerminatedStringValue; }

4. WARNING: DiscouragedReference

Discouraged access: The field InvalidTerminatedStringValue from the type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizer.java :

1872 : { yypushback(yylength());popState(); valueText = string.toString(); return EncodingParserConstants.InvalidTerminatedStringValue; }

5. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizer.java :

1887 : { yypushback(yylength());popState(); valueText = string.toString(); return EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue; }

6. WARNING: DiscouragedReference

Discouraged access: The field InvalidTermintatedUnDelimitedStringValue from the type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizer.java :

1887 : { yypushback(yylength());popState(); valueText = string.toString(); return EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue; }

7. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizer.java :

1895 : { yypushback(yylength()); popState(); valueText = string.toString(); return EncodingParserConstants.InvalidTerminatedStringValue; }

8. WARNING: DiscouragedReference

Discouraged access: The field InvalidTerminatedStringValue from the type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizer.java :

1895 : { yypushback(yylength()); popState(); valueText = string.toString(); return EncodingParserConstants.InvalidTerminatedStringValue; }

9. WARNING: DiscouragedReference

Discouraged access: The type XMLHeadTokenizerConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizer.java :

1899 : { if (yychar == 0 ) {yybegin(ST_XMLDecl); return XMLHeadTokenizerConstants.XMLDeclStart;} }

10. WARNING: DiscouragedReference

Discouraged access: The field XMLDeclStart from the type XMLHeadTokenizerConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizer.java :

1899 : { if (yychar == 0 ) {yybegin(ST_XMLDecl); return XMLHeadTokenizerConstants.XMLDeclStart;} }

11. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizer.java :

1920 : { if(yychar > MAX_TO_SCAN) {hasMore=false; return EncodingParserConstants.MAX_CHARS_REACHED;} }

12. WARNING: DiscouragedReference

Discouraged access: The field MAX_CHARS_REACHED from the type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizer.java :

1920 : { if(yychar > MAX_TO_SCAN) {hasMore=false; return EncodingParserConstants.MAX_CHARS_REACHED;} }

13. WARNING: DiscouragedReference

Discouraged access: The type XMLHeadTokenizerConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizer.java :

1928 : { yybegin(YYINITIAL); return XMLHeadTokenizerConstants.XMLDeclEnd; }

14. WARNING: DiscouragedReference

Discouraged access: The field XMLDeclEnd from the type XMLHeadTokenizerConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizer.java :

1928 : { yybegin(YYINITIAL); return XMLHeadTokenizerConstants.XMLDeclEnd; }

15. WARNING: DiscouragedReference

Discouraged access: The type XMLHeadTokenizerConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizer.java :

1936 : { pushCurrentState(); yybegin(QuotedAttributeValue); return XMLHeadTokenizerConstants.XMLDelEncoding; }

16. WARNING: DiscouragedReference

Discouraged access: The field XMLDelEncoding from the type XMLHeadTokenizerConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizer.java :

1936 : { pushCurrentState(); yybegin(QuotedAttributeValue); return XMLHeadTokenizerConstants.XMLDelEncoding; }

17. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizer.java :

1939 : { hasMore = false; return EncodingParserConstants.UTF83ByteBOM; }

18. WARNING: DiscouragedReference

Discouraged access: The field UTF83ByteBOM from the type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizer.java :

1939 : { hasMore = false; return EncodingParserConstants.UTF83ByteBOM; }

19. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizer.java :

1942 : { hasMore = false; return EncodingParserConstants.UTF16BE; }

20. WARNING: DiscouragedReference

Discouraged access: The field UTF16BE from the type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizer.java :

1942 : { hasMore = false; return EncodingParserConstants.UTF16BE; }

21. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizer.java :

1945 : { hasMore = false; return EncodingParserConstants.UTF16LE; }

22. WARNING: DiscouragedReference

Discouraged access: The field UTF16LE from the type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizer.java :

1945 : { hasMore = false; return EncodingParserConstants.UTF16LE; }

23. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizer.java :

1949 : { popState(); valueText = string.toString(); return EncodingParserConstants.StringValue; }

24. WARNING: DiscouragedReference

Discouraged access: The field StringValue from the type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizer.java :

1949 : { popState(); valueText = string.toString(); return EncodingParserConstants.StringValue; }

25. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizer.java :

1966 : { yypushback(yylength());popState(); valueText = string.toString(); return EncodingParserConstants.UnDelimitedStringValue; }

26. WARNING: DiscouragedReference

Discouraged access: The field UnDelimitedStringValue from the type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizer.java :

1966 : { yypushback(yylength());popState(); valueText = string.toString(); return EncodingParserConstants.UnDelimitedStringValue; }

27. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizer.java :

1980 : { hasMore = false; return EncodingParserConstants.EOF; }

28. WARNING: DiscouragedReference

Discouraged access: The field EOF from the type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLHeadTokenizer.java :

1980 : { hasMore = false; return EncodingParserConstants.EOF; }

Source File: org/eclipse/wst/html/core/internal/contenttype/HTMLResourceEncodingDetector.java
1. WARNING: DiscouragedReference

Discouraged access: The type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLResourceEncodingDetector.java :

17 : import org.eclipse.wst.sse.core.internal.encoding.CodedIO;

2. WARNING: DiscouragedReference

Discouraged access: The type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLResourceEncodingDetector.java :

18 : import org.eclipse.wst.sse.core.internal.encoding.EncodingMemento;

3. WARNING: DiscouragedReference

Discouraged access: The type IResourceCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLResourceEncodingDetector.java :

19 : import org.eclipse.wst.sse.core.internal.encoding.IResourceCharsetDetector;

4. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLResourceEncodingDetector.java :

20 : import org.eclipse.wst.xml.core.internal.contenttype.EncodingParserConstants;

5. WARNING: DiscouragedReference

Discouraged access: The type IResourceCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLResourceEncodingDetector.java :

22 : public class HTMLResourceEncodingDetector extends AbstractResourceEncodingDetector implements IResourceCharsetDetector {

6. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLResourceEncodingDetector.java :

36 : if (tokenType == EncodingParserConstants.UTF83ByteBOM) {

7. WARNING: DiscouragedReference

Discouraged access: The field UTF83ByteBOM from the type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLResourceEncodingDetector.java :

36 : if (tokenType == EncodingParserConstants.UTF83ByteBOM) {

8. WARNING: DiscouragedReference

Discouraged access: The type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLResourceEncodingDetector.java :

39 : createEncodingMemento(enc, EncodingMemento.DETECTED_STANDARD_UNICODE_BYTES);

9. WARNING: DiscouragedReference

Discouraged access: The field DETECTED_STANDARD_UNICODE_BYTES from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLResourceEncodingDetector.java :

39 : createEncodingMemento(enc, EncodingMemento.DETECTED_STANDARD_UNICODE_BYTES);

10. WARNING: DiscouragedReference

Discouraged access: The method setUTF83ByteBOMUsed(boolean) from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLResourceEncodingDetector.java :

40 : fEncodingMemento.setUTF83ByteBOMUsed(true);

11. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLResourceEncodingDetector.java :

42 : else if (tokenType == EncodingParserConstants.UTF16BE || tokenType == EncodingParserConstants.UTF16LE) {

12. WARNING: DiscouragedReference

Discouraged access: The field UTF16BE from the type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLResourceEncodingDetector.java :

42 : else if (tokenType == EncodingParserConstants.UTF16BE || tokenType == EncodingParserConstants.UTF16LE) {

13. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLResourceEncodingDetector.java :

42 : else if (tokenType == EncodingParserConstants.UTF16BE || tokenType == EncodingParserConstants.UTF16LE) {

14. WARNING: DiscouragedReference

Discouraged access: The field UTF16LE from the type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLResourceEncodingDetector.java :

42 : else if (tokenType == EncodingParserConstants.UTF16BE || tokenType == EncodingParserConstants.UTF16LE) {

15. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLResourceEncodingDetector.java :

45 : byte[] bom = (tokenType == EncodingParserConstants.UTF16BE) ? IContentDescription.BOM_UTF_16BE : IContentDescription.BOM_UTF_16LE;

16. WARNING: DiscouragedReference

Discouraged access: The field UTF16BE from the type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLResourceEncodingDetector.java :

45 : byte[] bom = (tokenType == EncodingParserConstants.UTF16BE) ? IContentDescription.BOM_UTF_16BE : IContentDescription.BOM_UTF_16LE;

17. WARNING: DiscouragedReference

Discouraged access: The type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLResourceEncodingDetector.java :

46 : createEncodingMemento(enc, EncodingMemento.DETECTED_STANDARD_UNICODE_BYTES);

18. WARNING: DiscouragedReference

Discouraged access: The field DETECTED_STANDARD_UNICODE_BYTES from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLResourceEncodingDetector.java :

46 : createEncodingMemento(enc, EncodingMemento.DETECTED_STANDARD_UNICODE_BYTES);

19. WARNING: DiscouragedReference

Discouraged access: The method setUnicodeStream(boolean) from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLResourceEncodingDetector.java :

47 : fEncodingMemento.setUnicodeStream(true);

20. WARNING: DiscouragedReference

Discouraged access: The method setUnicodeBOM(byte[]) from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLResourceEncodingDetector.java :

48 : fEncodingMemento.setUnicodeBOM(bom);

21. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLResourceEncodingDetector.java :

69 : return valueTokenType.equals(EncodingParserConstants.StringValue) || valueTokenType.equals(EncodingParserConstants.UnDelimitedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTerminatedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue);

22. WARNING: DiscouragedReference

Discouraged access: The field StringValue from the type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLResourceEncodingDetector.java :

69 : return valueTokenType.equals(EncodingParserConstants.StringValue) || valueTokenType.equals(EncodingParserConstants.UnDelimitedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTerminatedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue);

23. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLResourceEncodingDetector.java :

69 : return valueTokenType.equals(EncodingParserConstants.StringValue) || valueTokenType.equals(EncodingParserConstants.UnDelimitedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTerminatedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue);

24. WARNING: DiscouragedReference

Discouraged access: The field UnDelimitedStringValue from the type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLResourceEncodingDetector.java :

69 : return valueTokenType.equals(EncodingParserConstants.StringValue) || valueTokenType.equals(EncodingParserConstants.UnDelimitedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTerminatedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue);

25. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLResourceEncodingDetector.java :

69 : return valueTokenType.equals(EncodingParserConstants.StringValue) || valueTokenType.equals(EncodingParserConstants.UnDelimitedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTerminatedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue);

26. WARNING: DiscouragedReference

Discouraged access: The field InvalidTerminatedStringValue from the type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLResourceEncodingDetector.java :

69 : return valueTokenType.equals(EncodingParserConstants.StringValue) || valueTokenType.equals(EncodingParserConstants.UnDelimitedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTerminatedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue);

27. WARNING: DiscouragedReference

Discouraged access: The type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLResourceEncodingDetector.java :

69 : return valueTokenType.equals(EncodingParserConstants.StringValue) || valueTokenType.equals(EncodingParserConstants.UnDelimitedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTerminatedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue);

28. WARNING: DiscouragedReference

Discouraged access: The field InvalidTermintatedUnDelimitedStringValue from the type EncodingParserConstants is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLResourceEncodingDetector.java :

69 : return valueTokenType.equals(EncodingParserConstants.StringValue) || valueTokenType.equals(EncodingParserConstants.UnDelimitedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTerminatedStringValue) || valueTokenType.equals(EncodingParserConstants.InvalidTermintatedUnDelimitedStringValue);

29. WARNING: DiscouragedReference

Discouraged access: The type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLResourceEncodingDetector.java :

87 : fReader.mark(CodedIO.MAX_MARK_SIZE);

30. WARNING: DiscouragedReference

Discouraged access: The field MAX_MARK_SIZE from the type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLResourceEncodingDetector.java :

87 : fReader.mark(CodedIO.MAX_MARK_SIZE);

31. WARNING: DiscouragedReference

Discouraged access: The type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLResourceEncodingDetector.java :

88 : byte[] bytes = new byte[CodedIO.MAX_MARK_SIZE];

32. WARNING: DiscouragedReference

Discouraged access: The field MAX_MARK_SIZE from the type CodedIO is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLResourceEncodingDetector.java :

88 : byte[] bytes = new byte[CodedIO.MAX_MARK_SIZE];

33. WARNING: DiscouragedReference

Discouraged access: The type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLResourceEncodingDetector.java :

117 : createEncodingMemento(heuristicEncoding, EncodingMemento.GUESSED_ENCODING_FROM_STREAM);

34. WARNING: DiscouragedReference

Discouraged access: The field GUESSED_ENCODING_FROM_STREAM from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLResourceEncodingDetector.java :

117 : createEncodingMemento(heuristicEncoding, EncodingMemento.GUESSED_ENCODING_FROM_STREAM);

35. WARNING: DiscouragedReference

Discouraged access: The type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLResourceEncodingDetector.java :

182 : createEncodingMemento(charset, EncodingMemento.FOUND_ENCODING_IN_CONTENT);

36. WARNING: DiscouragedReference

Discouraged access: The field FOUND_ENCODING_IN_CONTENT from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLResourceEncodingDetector.java :

182 : createEncodingMemento(charset, EncodingMemento.FOUND_ENCODING_IN_CONTENT);

Source File: org/eclipse/wst/html/core/internal/contenttype/NullMemento.java
1. WARNING: DiscouragedReference

Discouraged access: The type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

NullMemento.java :

15 : import org.eclipse.wst.sse.core.internal.encoding.EncodingMemento;

2. WARNING: DiscouragedReference

Discouraged access: The type NonContentBasedEncodingRules is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

NullMemento.java :

16 : import org.eclipse.wst.sse.core.internal.encoding.NonContentBasedEncodingRules;

3. WARNING: DiscouragedReference

Discouraged access: The type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

NullMemento.java :

25 : public class NullMemento extends EncodingMemento {

4. WARNING: DiscouragedReference

Discouraged access: The constructor EncodingMemento() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

NullMemento.java :

30 : super();

5. WARNING: DiscouragedReference

Discouraged access: The type NonContentBasedEncodingRules is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

NullMemento.java :

31 : String defaultCharset = NonContentBasedEncodingRules.useDefaultNameRules(null);

6. WARNING: DiscouragedReference

Discouraged access: The method useDefaultNameRules(String) from the type NonContentBasedEncodingRules is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

NullMemento.java :

31 : String defaultCharset = NonContentBasedEncodingRules.useDefaultNameRules(null);

7. WARNING: DiscouragedReference

Discouraged access: The method setJavaCharsetName(String) from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

NullMemento.java :

32 : setJavaCharsetName(defaultCharset);

8. WARNING: DiscouragedReference

Discouraged access: The method setAppropriateDefault(String) from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

NullMemento.java :

33 : setAppropriateDefault(defaultCharset);

9. WARNING: DiscouragedReference

Discouraged access: The method setDetectedCharsetName(String) from the type EncodingMemento is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

NullMemento.java :

34 : setDetectedCharsetName(null);

Source File: org/eclipse/wst/html/core/internal/document/DOMStyleModelImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type DOMModelImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DOMStyleModelImpl.java :

19 : import org.eclipse.wst.xml.core.internal.document.DOMModelImpl;

2. WARNING: DiscouragedReference

Discouraged access: The type DOMModelImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DOMStyleModelImpl.java :

28 : public class DOMStyleModelImpl extends DOMModelImpl {

3. WARNING: DiscouragedReference

Discouraged access: The constructor DOMModelImpl() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DOMStyleModelImpl.java :

32 : super();

4. WARNING: DiscouragedReference

Discouraged access: The method releaseFromEdit() from the type DOMModelImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DOMStyleModelImpl.java :

37 : super.releaseFromEdit();

5. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type DOMModelImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DOMStyleModelImpl.java :

44 : super.releaseFromRead();

6. WARNING: DiscouragedReference

Discouraged access: The method isShared() from the type AbstractStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

DOMStyleModelImpl.java :

48 : if (!isShared()) {

7. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type DOMModelImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DOMStyleModelImpl.java :

49 : Document doc = getDocument();

Source File: org/eclipse/wst/html/core/internal/document/DocumentStyleImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetListAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

DocumentStyleImpl.java :

19 : import org.eclipse.wst.css.core.internal.provisional.adapters.IStyleSheetListAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

DocumentStyleImpl.java :

20 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

3. WARNING: DiscouragedReference

Discouraged access: The type DocumentImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DocumentStyleImpl.java :

21 : import org.eclipse.wst.xml.core.internal.document.DocumentImpl;

4. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DocumentStyleImpl.java :

22 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

5. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DocumentStyleImpl.java :

23 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

6. WARNING: DiscouragedReference

Discouraged access: The type DocumentImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DocumentStyleImpl.java :

37 : public class DocumentStyleImpl extends DocumentImpl implements IDOMDocument, DocumentCSS {

7. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DocumentStyleImpl.java :

37 : public class DocumentStyleImpl extends DocumentImpl implements IDOMDocument, DocumentCSS {

8. WARNING: DiscouragedReference

Discouraged access: The constructor DocumentImpl() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DocumentStyleImpl.java :

39 : super();

9. WARNING: DiscouragedReference

Discouraged access: The type DocumentImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DocumentStyleImpl.java :

42 : protected DocumentStyleImpl(DocumentImpl that) {

10. WARNING: DiscouragedReference

Discouraged access: The constructor DocumentImpl(DocumentImpl) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DocumentStyleImpl.java :

43 : super(that);

11. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

DocumentStyleImpl.java :

47 : INodeAdapter adapter = getAdapterFor(IStyleSheetListAdapter.class);

12. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type AbstractNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

DocumentStyleImpl.java :

47 : INodeAdapter adapter = getAdapterFor(IStyleSheetListAdapter.class);

13. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetListAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

DocumentStyleImpl.java :

47 : INodeAdapter adapter = getAdapterFor(IStyleSheetListAdapter.class);

14. WARNING: DiscouragedReference

Discouraged access: The method getOverrideStyle(Element, String) from the type IStyleSheetListAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

DocumentStyleImpl.java :

50 : return ((IStyleSheetListAdapter) adapter).getOverrideStyle(element, pseudoName);

15. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetListAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

DocumentStyleImpl.java :

50 : return ((IStyleSheetListAdapter) adapter).getOverrideStyle(element, pseudoName);

16. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

DocumentStyleImpl.java :

54 : INodeAdapter adapter = getAdapterFor(IStyleSheetListAdapter.class);

17. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type AbstractNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

DocumentStyleImpl.java :

54 : INodeAdapter adapter = getAdapterFor(IStyleSheetListAdapter.class);

18. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetListAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

DocumentStyleImpl.java :

54 : INodeAdapter adapter = getAdapterFor(IStyleSheetListAdapter.class);

19. WARNING: DiscouragedReference

Discouraged access: The method getStyleSheets() from the type IStyleSheetListAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

DocumentStyleImpl.java :

57 : return ((IStyleSheetListAdapter) adapter).getStyleSheets();

20. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetListAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

DocumentStyleImpl.java :

57 : return ((IStyleSheetListAdapter) adapter).getStyleSheets();

21. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

DocumentStyleImpl.java :

61 : INodeAdapter adapter = getExistingAdapter(IStyleSheetListAdapter.class);

22. WARNING: DiscouragedReference

Discouraged access: The method getExistingAdapter(Object) from the type AbstractNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

DocumentStyleImpl.java :

61 : INodeAdapter adapter = getExistingAdapter(IStyleSheetListAdapter.class);

23. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetListAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

DocumentStyleImpl.java :

61 : INodeAdapter adapter = getExistingAdapter(IStyleSheetListAdapter.class);

24. WARNING: DiscouragedReference

Discouraged access: The method releaseStyleSheets() from the type IStyleSheetListAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

DocumentStyleImpl.java :

64 : ((IStyleSheetListAdapter) adapter).releaseStyleSheets();

25. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetListAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

DocumentStyleImpl.java :

64 : ((IStyleSheetListAdapter) adapter).releaseStyleSheets();

26. WARNING: DiscouragedReference

Discouraged access: The method checkTagNameValidity(String) from the type DocumentImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DocumentStyleImpl.java :

73 : checkTagNameValidity(tagName);

27. WARNING: DiscouragedReference

Discouraged access: The method importChildNodes(Node, boolean) from the type DocumentImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DocumentStyleImpl.java :

89 : cloned.importChildNodes(this, true);

28. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DocumentStyleImpl.java :

93 : protected void setModel(IDOMModel model) {

29. WARNING: DiscouragedReference

Discouraged access: The method setModel(IDOMModel) from the type DocumentImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DocumentStyleImpl.java :

94 : super.setModel(model);

Source File: org/eclipse/wst/html/core/internal/document/ElementStyleImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStyleDeclarationAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

ElementStyleImpl.java :

19 : import org.eclipse.wst.css.core.internal.provisional.adapters.IStyleDeclarationAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

ElementStyleImpl.java :

20 : import org.eclipse.wst.css.core.internal.provisional.adapters.IStyleSheetAdapter;

3. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementStyleImpl.java :

21 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

4. WARNING: DiscouragedReference

Discouraged access: The type ElementImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementStyleImpl.java :

22 : import org.eclipse.wst.xml.core.internal.document.ElementImpl;

5. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementStyleImpl.java :

23 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

6. WARNING: DiscouragedReference

Discouraged access: The type ElementImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementStyleImpl.java :

31 : public class ElementStyleImpl extends ElementImpl implements IDOMElement, ElementCSSInlineStyle, LinkStyle {

7. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementStyleImpl.java :

31 : public class ElementStyleImpl extends ElementImpl implements IDOMElement, ElementCSSInlineStyle, LinkStyle {

8. WARNING: DiscouragedReference

Discouraged access: The constructor ElementImpl() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementStyleImpl.java :

33 : super();

9. WARNING: DiscouragedReference

Discouraged access: The type ElementImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementStyleImpl.java :

36 : public ElementStyleImpl(ElementImpl that) {

10. WARNING: DiscouragedReference

Discouraged access: The constructor ElementImpl(ElementImpl) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementStyleImpl.java :

37 : super(that);

11. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementStyleImpl.java :

41 : INodeAdapter adapter = getAdapterFor(IStyleSheetAdapter.class);

12. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type AbstractNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementStyleImpl.java :

41 : INodeAdapter adapter = getAdapterFor(IStyleSheetAdapter.class);

13. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

ElementStyleImpl.java :

41 : INodeAdapter adapter = getAdapterFor(IStyleSheetAdapter.class);

14. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

ElementStyleImpl.java :

44 : if (!(adapter instanceof IStyleSheetAdapter))

15. WARNING: DiscouragedReference

Discouraged access: The method getSheet() from the type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

ElementStyleImpl.java :

46 : return ((IStyleSheetAdapter) adapter).getSheet();

16. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

ElementStyleImpl.java :

46 : return ((IStyleSheetAdapter) adapter).getSheet();

17. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementStyleImpl.java :

50 : INodeAdapter adapter = getAdapterFor(IStyleDeclarationAdapter.class);

18. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type AbstractNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementStyleImpl.java :

50 : INodeAdapter adapter = getAdapterFor(IStyleDeclarationAdapter.class);

19. WARNING: DiscouragedReference

Discouraged access: The type IStyleDeclarationAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

ElementStyleImpl.java :

50 : INodeAdapter adapter = getAdapterFor(IStyleDeclarationAdapter.class);

20. WARNING: DiscouragedReference

Discouraged access: The type IStyleDeclarationAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

ElementStyleImpl.java :

53 : if (!(adapter instanceof IStyleDeclarationAdapter))

21. WARNING: DiscouragedReference

Discouraged access: The method getStyle() from the type IStyleDeclarationAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

ElementStyleImpl.java :

55 : return ((IStyleDeclarationAdapter) adapter).getStyle();

22. WARNING: DiscouragedReference

Discouraged access: The type IStyleDeclarationAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

ElementStyleImpl.java :

55 : return ((IStyleDeclarationAdapter) adapter).getStyle();

23. WARNING: DiscouragedReference

Discouraged access: The method setOwnerDocument(Document) from the type NodeImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementStyleImpl.java :

59 : super.setOwnerDocument(ownerDocument);

24. WARNING: DiscouragedReference

Discouraged access: The method setTagName(String) from the type ElementImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementStyleImpl.java :

63 : super.setTagName(tagName);

25. WARNING: DiscouragedReference

Discouraged access: The type ElementImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementStyleImpl.java :

67 : ElementImpl cloned = new ElementStyleImpl(this);

26. WARNING: DiscouragedReference

Discouraged access: The method cloneChildNodes(Node, boolean) from the type NodeContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementStyleImpl.java :

69 : cloneChildNodes(cloned, deep);

Source File: org/eclipse/wst/html/core/internal/document/HTMLConverter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

24 : import org.eclipse.wst.sse.core.internal.cleanup.IStructuredCleanupPreferences;

2. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

25 : import org.eclipse.wst.sse.core.internal.provisional.IModelManager;

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

26 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

4. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

27 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

5. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLConverter.java :

28 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocumentType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLConverter.java :

29 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocumentType;

7. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLConverter.java :

30 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

8. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLConverter.java :

48 : public void cleanupModel(IDOMModel model) {

9. WARNING: DiscouragedReference

Discouraged access: The type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

53 : IStructuredCleanupPreferences pref = processor.getCleanupPreferences();

10. WARNING: DiscouragedReference

Discouraged access: The method getCompressEmptyElementTags() from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

56 : boolean compressEmptyElementTags = pref.getCompressEmptyElementTags();

11. WARNING: DiscouragedReference

Discouraged access: The method getInsertRequiredAttrs() from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

57 : boolean insertRequiredAttrs = pref.getInsertRequiredAttrs();

12. WARNING: DiscouragedReference

Discouraged access: The method getInsertMissingTags() from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

58 : boolean insertMissingTags = pref.getInsertMissingTags();

13. WARNING: DiscouragedReference

Discouraged access: The method getQuoteAttrValues() from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

59 : boolean quoteAttrValues = pref.getQuoteAttrValues();

14. WARNING: DiscouragedReference

Discouraged access: The method getFormatSource() from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

60 : boolean formatSource = pref.getFormatSource();

15. WARNING: DiscouragedReference

Discouraged access: The method getTagNameCase() from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

61 : int tagNameCase = pref.getTagNameCase();

16. WARNING: DiscouragedReference

Discouraged access: The method getAttrNameCase() from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

62 : int attrNameCase = pref.getAttrNameCase();

17. WARNING: DiscouragedReference

Discouraged access: The method setCompressEmptyElementTags(boolean) from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

65 : pref.setCompressEmptyElementTags(true);

18. WARNING: DiscouragedReference

Discouraged access: The method setInsertRequiredAttrs(boolean) from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

66 : pref.setInsertRequiredAttrs(true);

19. WARNING: DiscouragedReference

Discouraged access: The method setInsertMissingTags(boolean) from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

67 : pref.setInsertMissingTags(true);

20. WARNING: DiscouragedReference

Discouraged access: The method setQuoteAttrValues(boolean) from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

68 : pref.setQuoteAttrValues(true);

21. WARNING: DiscouragedReference

Discouraged access: The method setFormatSource(boolean) from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

69 : pref.setFormatSource(false);

22. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLConverter.java :

70 : if (model.getDocument().isXMLType()) { // XHTML

23. WARNING: DiscouragedReference

Discouraged access: The method isXMLType() from the type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLConverter.java :

70 : if (model.getDocument().isXMLType()) { // XHTML

24. WARNING: DiscouragedReference

Discouraged access: The method setTagNameCase(int) from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

71 : pref.setTagNameCase(HTMLCorePreferenceNames.LOWER);

25. WARNING: DiscouragedReference

Discouraged access: The method setAttrNameCase(int) from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

72 : pref.setAttrNameCase(HTMLCorePreferenceNames.LOWER);

26. WARNING: DiscouragedReference

Discouraged access: The method setTagNameCase(int) from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

75 : pref.setTagNameCase(HTMLCorePreferenceNames.ASIS);

27. WARNING: DiscouragedReference

Discouraged access: The method setAttrNameCase(int) from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

76 : pref.setAttrNameCase(HTMLCorePreferenceNames.ASIS);

28. WARNING: DiscouragedReference

Discouraged access: The method cleanupModel(IStructuredModel) from the type AbstractStructuredCleanupProcessor is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

79 : processor.cleanupModel(model);

29. WARNING: DiscouragedReference

Discouraged access: The method setCompressEmptyElementTags(boolean) from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

82 : pref.setCompressEmptyElementTags(compressEmptyElementTags);

30. WARNING: DiscouragedReference

Discouraged access: The method setInsertRequiredAttrs(boolean) from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

83 : pref.setInsertRequiredAttrs(insertRequiredAttrs);

31. WARNING: DiscouragedReference

Discouraged access: The method setInsertMissingTags(boolean) from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

84 : pref.setInsertMissingTags(insertMissingTags);

32. WARNING: DiscouragedReference

Discouraged access: The method setQuoteAttrValues(boolean) from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

85 : pref.setQuoteAttrValues(quoteAttrValues);

33. WARNING: DiscouragedReference

Discouraged access: The method setFormatSource(boolean) from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

86 : pref.setFormatSource(formatSource);

34. WARNING: DiscouragedReference

Discouraged access: The method setTagNameCase(int) from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

87 : pref.setTagNameCase(tagNameCase);

35. WARNING: DiscouragedReference

Discouraged access: The method setAttrNameCase(int) from the type IStructuredCleanupPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

88 : pref.setAttrNameCase(attrNameCase);

36. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLConverter.java :

95 : public void convert(IDOMModel model, String declaration, String publicId) {

37. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLConverter.java :

107 : IDOMModel model = readModel(input);

38. WARNING: DiscouragedReference

Discouraged access: The method releaseFromEdit() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

116 : model.releaseFromEdit();

39. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLConverter.java :

125 : IDOMModel model = readModel(file);

40. WARNING: DiscouragedReference

Discouraged access: The method releaseFromEdit() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

134 : model.releaseFromEdit();

41. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLConverter.java :

140 : private static void insertBreak(IDOMModel model, Node node) {

42. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

147 : IStructuredDocument structuredDocument = model.getStructuredDocument();

43. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

147 : IStructuredDocument structuredDocument = model.getStructuredDocument();

44. WARNING: DiscouragedReference

Discouraged access: The method getLineDelimiter() from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

150 : String delim = structuredDocument.getLineDelimiter();

45. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLConverter.java :

166 : private IDOMModel readModel(InputStream input) throws IOException, UnsupportedEncodingException {

46. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

171 : IModelManager manager = StructuredModelManager.getModelManager();

47. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

172 : IStructuredModel model = manager.getModelForEdit(id, input, null);

48. WARNING: DiscouragedReference

Discouraged access: The method getModelForEdit(String, InputStream, URIResolver) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

172 : IStructuredModel model = manager.getModelForEdit(id, input, null);

49. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLConverter.java :

173 : if (!(model instanceof IDOMModel)) {

50. WARNING: DiscouragedReference

Discouraged access: The method releaseFromEdit() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

175 : model.releaseFromEdit();

51. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLConverter.java :

178 : return (IDOMModel) model;

52. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLConverter.java :

183 : private IDOMModel readModel(IFile file) throws IOException, CoreException {

53. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

186 : IModelManager manager = StructuredModelManager.getModelManager();

54. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

187 : IStructuredModel model = manager.getModelForEdit(file);

55. WARNING: DiscouragedReference

Discouraged access: The method getModelForEdit(IFile) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

187 : IStructuredModel model = manager.getModelForEdit(file);

56. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLConverter.java :

188 : if (!(model instanceof IDOMModel)) {

57. WARNING: DiscouragedReference

Discouraged access: The method releaseFromEdit() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

190 : model.releaseFromEdit();

58. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLConverter.java :

193 : return (IDOMModel) model;

59. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLConverter.java :

198 : public void setDeclaration(IDOMModel model, String declaration, String publicId) {

60. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLConverter.java :

201 : IDOMDocument document = model.getDocument();

61. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLConverter.java :

201 : IDOMDocument document = model.getDocument();

62. WARNING: DiscouragedReference

Discouraged access: The method aboutToChangeModel() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

206 : model.aboutToChangeModel();

63. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocumentType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLConverter.java :

217 : IDOMDocumentType docType = (IDOMDocumentType) document.getDoctype();

64. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocumentType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLConverter.java :

217 : IDOMDocumentType docType = (IDOMDocumentType) document.getDoctype();

65. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocumentType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLConverter.java :

239 : docType = (IDOMDocumentType) document.createDoctype(name);

66. WARNING: DiscouragedReference

Discouraged access: The method createDoctype(String) from the type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLConverter.java :

239 : docType = (IDOMDocumentType) document.createDoctype(name);

67. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocumentType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLConverter.java :

245 : docType = (IDOMDocumentType) document.createDoctype(name);

68. WARNING: DiscouragedReference

Discouraged access: The method createDoctype(String) from the type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLConverter.java :

245 : docType = (IDOMDocumentType) document.createDoctype(name);

69. WARNING: DiscouragedReference

Discouraged access: The method setPublicId(String) from the type IDOMDocumentType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLConverter.java :

249 : docType.setPublicId(publicId);

70. WARNING: DiscouragedReference

Discouraged access: The method setSystemId(String) from the type IDOMDocumentType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLConverter.java :

253 : docType.setSystemId(systemId);

71. WARNING: DiscouragedReference

Discouraged access: The method changedModel() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

265 : model.changedModel();

72. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLConverter.java :

271 : private void writeModel(IDOMModel model, OutputStream output) throws UnsupportedEncodingException, IOException, CoreException {

73. WARNING: DiscouragedReference

Discouraged access: The method save() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

274 : model.save();

74. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLConverter.java :

279 : private void writeModel(IDOMModel model, IFile file) throws IOException, CoreException {

75. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

282 : IStructuredDocument structuredDocument = model.getStructuredDocument();

76. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

282 : IStructuredDocument structuredDocument = model.getStructuredDocument();

77. WARNING: DiscouragedReference

Discouraged access: The method save() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLConverter.java :

290 : model.save();

Source File: org/eclipse/wst/html/core/internal/document/HTMLDocumentTypeAdapter.java
1. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentTypeAdapter.java :

20 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentTypeAdapter.java :

21 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

3. WARNING: DiscouragedReference

Discouraged access: The type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapter.java :

22 : import org.eclipse.wst.xml.core.internal.document.DocumentTypeAdapter;

4. WARNING: DiscouragedReference

Discouraged access: The type DocumentTypeAdapterImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapter.java :

23 : import org.eclipse.wst.xml.core.internal.document.DocumentTypeAdapterImpl;

5. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapter.java :

24 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocumentType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapter.java :

25 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocumentType;

7. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapter.java :

26 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

8. WARNING: DiscouragedReference

Discouraged access: The type DocumentTypeAdapterImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapter.java :

34 : public class HTMLDocumentTypeAdapter extends DocumentTypeAdapterImpl implements HTMLDocumentTypeConstants {

9. WARNING: DiscouragedReference

Discouraged access: The constructor DocumentTypeAdapterImpl() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapter.java :

47 : super();

10. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapter.java :

52 : protected HTMLDocumentTypeAdapter(IDOMDocument document, HTMLDocumentTypeAdapterFactory factory) {

11. WARNING: DiscouragedReference

Discouraged access: The constructor DocumentTypeAdapterImpl(IDOMDocument) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapter.java :

53 : super(document);

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapter.java :

64 : IDOMDocument document = getDocument();

13. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type DocumentTypeAdapterImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapter.java :

64 : IDOMDocument document = getDocument();

14. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapter.java :

67 : IDOMModel model = document.getModel();

15. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapter.java :

67 : IDOMModel model = document.getModel();

16. WARNING: DiscouragedReference

Discouraged access: The method getDocumentType() from the type DocumentTypeAdapterImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapter.java :

133 : DocumentType oldDocumentType = getDocumentType();

17. WARNING: DiscouragedReference

Discouraged access: The method setDocumentType(DocumentType) from the type DocumentTypeAdapterImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapter.java :

152 : setDocumentType(newDocumentType);

18. WARNING: DiscouragedReference

Discouraged access: The method notifyDocumentTypeChanged() from the type DocumentTypeAdapterImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapter.java :

157 : notifyDocumentTypeChanged();

19. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocumentType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapter.java :

162 : private IDOMDocumentType findDocumentType(IDOMDocument document) {

20. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapter.java :

162 : private IDOMDocumentType findDocumentType(IDOMDocument document) {

21. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocumentType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapter.java :

163 : IDOMDocumentType documentType = (IDOMDocumentType) document.getDoctype();

22. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocumentType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapter.java :

163 : IDOMDocumentType documentType = (IDOMDocumentType) document.getDoctype();

23. WARNING: DiscouragedReference

Discouraged access: The method getExistingAdapter(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentTypeAdapter.java :

164 : if (documentType != null && documentType.getExistingAdapter(DocumentTypeAdapter.class) == null) {

24. WARNING: DiscouragedReference

Discouraged access: The type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapter.java :

164 : if (documentType != null && documentType.getExistingAdapter(DocumentTypeAdapter.class) == null) {

25. WARNING: DiscouragedReference

Discouraged access: The method addAdapter(INodeAdapter) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentTypeAdapter.java :

166 : documentType.addAdapter(this);

26. WARNING: DiscouragedReference

Discouraged access: The field LOWER_CASE from the type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapter.java :

189 : return LOWER_CASE; // XHTML

27. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentTypeAdapter.java :

193 : private IFile getFile(IStructuredModel model) {

28. WARNING: DiscouragedReference

Discouraged access: The method getBaseLocation() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentTypeAdapter.java :

195 : String location = model.getBaseLocation();

29. WARNING: DiscouragedReference

Discouraged access: The field LOWER_CASE from the type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapter.java :

209 : return LOWER_CASE; // XHTML

30. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentTypeAdapter.java :

238 : public void notifyChanged(INodeNotifier notifier, int eventType, Object changedFeature, Object oldValue, Object newValue, int pos) {

31. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapter.java :

241 : if (notifier instanceof IDOMDocument) {

32. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentTypeAdapter.java :

242 : if (eventType != INodeNotifier.STRUCTURE_CHANGED)

33. WARNING: DiscouragedReference

Discouraged access: The field STRUCTURE_CHANGED from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentTypeAdapter.java :

242 : if (eventType != INodeNotifier.STRUCTURE_CHANGED)

34. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentTypeAdapter.java :

246 : if (eventType != INodeNotifier.CHANGE)

35. WARNING: DiscouragedReference

Discouraged access: The field CHANGE from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentTypeAdapter.java :

246 : if (eventType != INodeNotifier.CHANGE)

36. WARNING: DiscouragedReference

Discouraged access: The method release() from the type DocumentTypeAdapterImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapter.java :

255 : super.release();

Source File: org/eclipse/wst/html/core/internal/document/HTMLDocumentTypeAdapterFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentTypeAdapterFactory.java :

20 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentTypeAdapterFactory.java :

21 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapterFactory;

3. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentTypeAdapterFactory.java :

22 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

4. WARNING: DiscouragedReference

Discouraged access: The type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapterFactory.java :

23 : import org.eclipse.wst.xml.core.internal.document.DocumentTypeAdapter;

5. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapterFactory.java :

24 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

6. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentTypeAdapterFactory.java :

28 : public class HTMLDocumentTypeAdapterFactory implements INodeAdapterFactory, Preferences.IPropertyChangeListener {

7. WARNING: DiscouragedReference

Discouraged access: The type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapterFactory.java :

30 : private int tagNameCase = DocumentTypeAdapter.LOWER_CASE;

8. WARNING: DiscouragedReference

Discouraged access: The field LOWER_CASE from the type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapterFactory.java :

30 : private int tagNameCase = DocumentTypeAdapter.LOWER_CASE;

9. WARNING: DiscouragedReference

Discouraged access: The type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapterFactory.java :

31 : private int attrNameCase = DocumentTypeAdapter.LOWER_CASE;

10. WARNING: DiscouragedReference

Discouraged access: The field LOWER_CASE from the type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapterFactory.java :

31 : private int attrNameCase = DocumentTypeAdapter.LOWER_CASE;

11. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentTypeAdapterFactory.java :

58 : public INodeAdapter adapt(INodeNotifier notifier) {

12. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentTypeAdapterFactory.java :

58 : public INodeAdapter adapt(INodeNotifier notifier) {

13. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentTypeAdapterFactory.java :

59 : INodeAdapter result = null;

14. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapterFactory.java :

61 : if (notifier instanceof IDOMDocument) {

15. WARNING: DiscouragedReference

Discouraged access: The type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapterFactory.java :

68 : DocumentTypeAdapter oldAdapter = (DocumentTypeAdapter) notifier.getExistingAdapter(DocumentTypeAdapter.class);

16. WARNING: DiscouragedReference

Discouraged access: The type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapterFactory.java :

68 : DocumentTypeAdapter oldAdapter = (DocumentTypeAdapter) notifier.getExistingAdapter(DocumentTypeAdapter.class);

17. WARNING: DiscouragedReference

Discouraged access: The method getExistingAdapter(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentTypeAdapterFactory.java :

68 : DocumentTypeAdapter oldAdapter = (DocumentTypeAdapter) notifier.getExistingAdapter(DocumentTypeAdapter.class);

18. WARNING: DiscouragedReference

Discouraged access: The type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapterFactory.java :

68 : DocumentTypeAdapter oldAdapter = (DocumentTypeAdapter) notifier.getExistingAdapter(DocumentTypeAdapter.class);

19. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapterFactory.java :

80 : result = new HTMLDocumentTypeAdapter((IDOMDocument) notifier, this);

20. WARNING: DiscouragedReference

Discouraged access: The method addAdapter(INodeAdapter) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentTypeAdapterFactory.java :

81 : notifier.addAdapter(result);

21. WARNING: DiscouragedReference

Discouraged access: The type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapterFactory.java :

104 : return (type == DocumentTypeAdapter.class);

22. WARNING: DiscouragedReference

Discouraged access: The type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapterFactory.java :

124 : this.tagNameCase = DocumentTypeAdapter.LOWER_CASE;

23. WARNING: DiscouragedReference

Discouraged access: The field LOWER_CASE from the type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapterFactory.java :

124 : this.tagNameCase = DocumentTypeAdapter.LOWER_CASE;

24. WARNING: DiscouragedReference

Discouraged access: The type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapterFactory.java :

125 : this.attrNameCase = DocumentTypeAdapter.LOWER_CASE;

25. WARNING: DiscouragedReference

Discouraged access: The field LOWER_CASE from the type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapterFactory.java :

125 : this.attrNameCase = DocumentTypeAdapter.LOWER_CASE;

26. WARNING: DiscouragedReference

Discouraged access: The type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapterFactory.java :

132 : this.tagNameCase = DocumentTypeAdapter.LOWER_CASE;

27. WARNING: DiscouragedReference

Discouraged access: The field LOWER_CASE from the type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapterFactory.java :

132 : this.tagNameCase = DocumentTypeAdapter.LOWER_CASE;

28. WARNING: DiscouragedReference

Discouraged access: The type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapterFactory.java :

134 : this.tagNameCase = DocumentTypeAdapter.UPPER_CASE;

29. WARNING: DiscouragedReference

Discouraged access: The field UPPER_CASE from the type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapterFactory.java :

134 : this.tagNameCase = DocumentTypeAdapter.UPPER_CASE;

30. WARNING: DiscouragedReference

Discouraged access: The type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapterFactory.java :

138 : this.attrNameCase = DocumentTypeAdapter.LOWER_CASE;

31. WARNING: DiscouragedReference

Discouraged access: The field LOWER_CASE from the type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapterFactory.java :

138 : this.attrNameCase = DocumentTypeAdapter.LOWER_CASE;

32. WARNING: DiscouragedReference

Discouraged access: The type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapterFactory.java :

140 : this.tagNameCase = DocumentTypeAdapter.UPPER_CASE;

33. WARNING: DiscouragedReference

Discouraged access: The field UPPER_CASE from the type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapterFactory.java :

140 : this.tagNameCase = DocumentTypeAdapter.UPPER_CASE;

34. WARNING: DiscouragedReference

Discouraged access: The type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapterFactory.java :

149 : DocumentTypeAdapter adapter = null;

35. WARNING: DiscouragedReference

Discouraged access: The type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapterFactory.java :

151 : adapter = (DocumentTypeAdapter)fDoc2AdapterMap.get(docs[i]);

36. WARNING: DiscouragedReference

Discouraged access: The method release() from the type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapterFactory.java :

152 : adapter.release();

37. WARNING: DiscouragedReference

Discouraged access: The method removeAdapter(INodeAdapter) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentTypeAdapterFactory.java :

153 : ((IDOMDocument)docs[i]).removeAdapter(adapter);

38. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentTypeAdapterFactory.java :

153 : ((IDOMDocument)docs[i]).removeAdapter(adapter);

39. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentTypeAdapterFactory.java :

167 : public INodeAdapterFactory copy() {

Source File: org/eclipse/wst/html/core/internal/document/HTMLModelParserAdapter.java
1. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelParserAdapter.java :

19 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

2. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMContent;

3. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

21 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

4. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

22 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

5. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

23 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

6. WARNING: DiscouragedReference

Discouraged access: The type CMNodeList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

24 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNodeList;

7. WARNING: DiscouragedReference

Discouraged access: The type CMNodeUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

25 : import org.eclipse.wst.xml.core.internal.document.CMNodeUtil;

8. WARNING: DiscouragedReference

Discouraged access: The type ModelParserAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

26 : import org.eclipse.wst.xml.core.internal.document.ModelParserAdapter;

9. WARNING: DiscouragedReference

Discouraged access: The type ModelParserAdapterExtension is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

27 : import org.eclipse.wst.xml.core.internal.document.ModelParserAdapterExtension;

10. WARNING: DiscouragedReference

Discouraged access: The type TagAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

28 : import org.eclipse.wst.xml.core.internal.document.TagAdapter;

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

29 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

30 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMText;

13. WARNING: DiscouragedReference

Discouraged access: The type ModelParserAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

38 : public class HTMLModelParserAdapter implements ModelParserAdapter, ModelParserAdapterExtension {

14. WARNING: DiscouragedReference

Discouraged access: The type ModelParserAdapterExtension is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

38 : public class HTMLModelParserAdapter implements ModelParserAdapter, ModelParserAdapterExtension {

15. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

46 : private boolean shouldTerminateAt(CMElementDeclaration parent, CMElementDeclaration child) {

16. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

46 : private boolean shouldTerminateAt(CMElementDeclaration parent, CMElementDeclaration child) {

17. WARNING: DiscouragedReference

Discouraged access: The method supports(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

47 : if (!parent.supports(HTMLCMProperties.TERMINATORS))

18. WARNING: DiscouragedReference

Discouraged access: The method getProperty(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

49 : java.util.Iterator i = (java.util.Iterator) parent.getProperty(HTMLCMProperties.TERMINATORS);

19. WARNING: DiscouragedReference

Discouraged access: The method getElementName() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

52 : String nextName = child.getElementName();

20. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

68 : CMElementDeclaration dec = CMNodeUtil.getElementDeclaration(element);

21. WARNING: DiscouragedReference

Discouraged access: The type CMNodeUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

68 : CMElementDeclaration dec = CMNodeUtil.getElementDeclaration(element);

22. WARNING: DiscouragedReference

Discouraged access: The method getElementDeclaration(Element) from the type CMNodeUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

68 : CMElementDeclaration dec = CMNodeUtil.getElementDeclaration(element);

23. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

80 : IDOMElement impl = (IDOMElement) element;

24. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

80 : IDOMElement impl = (IDOMElement) element;

25. WARNING: DiscouragedReference

Discouraged access: The method isGlobalTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

83 : if (!impl.isGlobalTag())

26. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

85 : IDOMElement childElement = (IDOMElement) child;

27. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

85 : IDOMElement childElement = (IDOMElement) child;

28. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

87 : CMElementDeclaration myDec = CMNodeUtil.getElementDeclaration(element);

29. WARNING: DiscouragedReference

Discouraged access: The type CMNodeUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

87 : CMElementDeclaration myDec = CMNodeUtil.getElementDeclaration(element);

30. WARNING: DiscouragedReference

Discouraged access: The method getElementDeclaration(Element) from the type CMNodeUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

87 : CMElementDeclaration myDec = CMNodeUtil.getElementDeclaration(element);

31. WARNING: DiscouragedReference

Discouraged access: The method getContentType() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

91 : if (myDec.getContentType() == CMElementDeclaration.EMPTY)

32. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

91 : if (myDec.getContentType() == CMElementDeclaration.EMPTY)

33. WARNING: DiscouragedReference

Discouraged access: The field EMPTY from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

91 : if (myDec.getContentType() == CMElementDeclaration.EMPTY)

34. WARNING: DiscouragedReference

Discouraged access: The method isGlobalTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

94 : if (!childElement.isGlobalTag())

35. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

96 : CMElementDeclaration childDec = CMNodeUtil.getElementDeclaration(childElement);

36. WARNING: DiscouragedReference

Discouraged access: The type CMNodeUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

96 : CMElementDeclaration childDec = CMNodeUtil.getElementDeclaration(childElement);

37. WARNING: DiscouragedReference

Discouraged access: The method getElementDeclaration(Element) from the type CMNodeUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

96 : CMElementDeclaration childDec = CMNodeUtil.getElementDeclaration(childElement);

38. WARNING: DiscouragedReference

Discouraged access: The method getProperty(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

102 : if (((Boolean) ((HTMLElementDeclaration) myDec).getProperty(HTMLCMProperties.IS_JSP)).booleanValue())

39. WARNING: DiscouragedReference

Discouraged access: The method hasStartTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

115 : if (!impl.hasStartTag() && !impl.hasEndTag()) {

40. WARNING: DiscouragedReference

Discouraged access: The method hasEndTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

115 : if (!impl.hasStartTag() && !impl.hasEndTag()) {

41. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

127 : IDOMElement parentElement = (IDOMElement) parent;

42. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

127 : IDOMElement parentElement = (IDOMElement) parent;

43. WARNING: DiscouragedReference

Discouraged access: The method hasStartTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

128 : if (!parentElement.hasStartTag() && !parentElement.hasEndTag()) {

44. WARNING: DiscouragedReference

Discouraged access: The method hasEndTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

128 : if (!parentElement.hasStartTag() && !parentElement.hasEndTag()) {

45. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

159 : IDOMElement parentElement = (IDOMElement) parent;

46. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

159 : IDOMElement parentElement = (IDOMElement) parent;

47. WARNING: DiscouragedReference

Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

175 : IDOMText text = (IDOMText) child;

48. WARNING: DiscouragedReference

Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

175 : IDOMText text = (IDOMText) child;

49. WARNING: DiscouragedReference

Discouraged access: The method isElementContentWhitespace() from the type IDOMText is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

176 : if (!text.isElementContentWhitespace())

50. WARNING: DiscouragedReference

Discouraged access: The method isImplicitTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

181 : if (impl.isImplicitTag())

51. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

273 : IDOMElement element = (IDOMElement) document.createElement(MetaData.PREFIX + type);

52. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

273 : IDOMElement element = (IDOMElement) document.createElement(MetaData.PREFIX + type);

53. WARNING: DiscouragedReference

Discouraged access: The method addAdapter(INodeAdapter) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelParserAdapter.java :

284 : element.addAdapter(adapter);

54. WARNING: DiscouragedReference

Discouraged access: The method setJSPTag(boolean) from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

286 : element.setJSPTag(isJSPTag);

55. WARNING: DiscouragedReference

Discouraged access: The type ModelParserAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

305 : return (type == ModelParserAdapter.class);

56. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

310 : public boolean isEndTag(IDOMElement element) {

57. WARNING: DiscouragedReference

Discouraged access: The type TagAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

311 : TagAdapter adapter = (TagAdapter) element.getExistingAdapter(TagAdapter.class);

58. WARNING: DiscouragedReference

Discouraged access: The type TagAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

311 : TagAdapter adapter = (TagAdapter) element.getExistingAdapter(TagAdapter.class);

59. WARNING: DiscouragedReference

Discouraged access: The method getExistingAdapter(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelParserAdapter.java :

311 : TagAdapter adapter = (TagAdapter) element.getExistingAdapter(TagAdapter.class);

60. WARNING: DiscouragedReference

Discouraged access: The type TagAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

311 : TagAdapter adapter = (TagAdapter) element.getExistingAdapter(TagAdapter.class);

61. WARNING: DiscouragedReference

Discouraged access: The method isEndTag() from the type TagAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

313 : return adapter.isEndTag();

62. WARNING: DiscouragedReference

Discouraged access: The method isEndTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

314 : return element.isEndTag();

63. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelParserAdapter.java :

319 : public void notifyChanged(INodeNotifier notifier, int eventType, Object changedFeature, Object oldValue, Object newValue, int pos) {

64. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

324 : private static boolean isValidChild(CMElementDeclaration parent, CMElementDeclaration child) {

65. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

324 : private static boolean isValidChild(CMElementDeclaration parent, CMElementDeclaration child) {

66. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

327 : CMContent content = parent.getContent();

67. WARNING: DiscouragedReference

Discouraged access: The method getContent() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

327 : CMContent content = parent.getContent();

68. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

335 : private static boolean isChild(CMContent content, CMElementDeclaration target) {

69. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

335 : private static boolean isChild(CMContent content, CMElementDeclaration target) {

70. WARNING: DiscouragedReference

Discouraged access: The method getNodeType() from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

336 : switch (content.getNodeType()) {

71. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

337 : case CMNode.ELEMENT_DECLARATION :

72. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT_DECLARATION from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

337 : case CMNode.ELEMENT_DECLARATION :

73. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

338 : return isSameDeclaration((CMElementDeclaration) content, target);

74. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

339 : case CMNode.GROUP :

75. WARNING: DiscouragedReference

Discouraged access: The field GROUP from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

339 : case CMNode.GROUP :

76. WARNING: DiscouragedReference

Discouraged access: The type CMNodeList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

340 : CMNodeList children = ((CMGroup) content).getChildNodes();

77. WARNING: DiscouragedReference

Discouraged access: The method getChildNodes() from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

340 : CMNodeList children = ((CMGroup) content).getChildNodes();

78. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

340 : CMNodeList children = ((CMGroup) content).getChildNodes();

79. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type CMNodeList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

341 : for (int i = 0; i < children.getLength(); i++) {

80. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

342 : CMNode child = children.item(i);

81. WARNING: DiscouragedReference

Discouraged access: The method item(int) from the type CMNodeList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

342 : CMNode child = children.item(i);

82. WARNING: DiscouragedReference

Discouraged access: The method getNodeType() from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

343 : switch (child.getNodeType()) {

83. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

344 : case CMNode.ELEMENT_DECLARATION :

84. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT_DECLARATION from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

344 : case CMNode.ELEMENT_DECLARATION :

85. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

345 : if (isSameDeclaration((CMElementDeclaration) child, target))

86. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

348 : case CMNode.GROUP :

87. WARNING: DiscouragedReference

Discouraged access: The field GROUP from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

348 : case CMNode.GROUP :

88. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

349 : if (isChild((CMContent) child, target))

89. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

362 : private static boolean isSameDeclaration(CMElementDeclaration aDec, CMElementDeclaration otherDec) {

90. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

362 : private static boolean isSameDeclaration(CMElementDeclaration aDec, CMElementDeclaration otherDec) {

91. WARNING: DiscouragedReference

Discouraged access: The method getElementName() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

363 : return aDec.getElementName() == otherDec.getElementName();

92. WARNING: DiscouragedReference

Discouraged access: The method getElementName() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapter.java :

363 : return aDec.getElementName() == otherDec.getElementName();

Source File: org/eclipse/wst/html/core/internal/document/HTMLModelParserAdapterFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelParserAdapterFactory.java :

15 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelParserAdapterFactory.java :

16 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapterFactory;

3. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelParserAdapterFactory.java :

17 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

4. WARNING: DiscouragedReference

Discouraged access: The type ModelParserAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapterFactory.java :

18 : import org.eclipse.wst.xml.core.internal.document.ModelParserAdapter;

5. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapterFactory.java :

19 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

6. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelParserAdapterFactory.java :

23 : public class HTMLModelParserAdapterFactory implements INodeAdapterFactory {

7. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelParserAdapterFactory.java :

42 : public INodeAdapter adapt(INodeNotifier notifier) {

8. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelParserAdapterFactory.java :

42 : public INodeAdapter adapt(INodeNotifier notifier) {

9. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelParserAdapterFactory.java :

43 : INodeAdapter adapter = null;

10. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapterFactory.java :

45 : if (notifier instanceof IDOMDocument) {

11. WARNING: DiscouragedReference

Discouraged access: The method getExistingAdapter(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelParserAdapterFactory.java :

46 : adapter = notifier.getExistingAdapter(ModelParserAdapter.class);

12. WARNING: DiscouragedReference

Discouraged access: The type ModelParserAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapterFactory.java :

46 : adapter = notifier.getExistingAdapter(ModelParserAdapter.class);

13. WARNING: DiscouragedReference

Discouraged access: The method addAdapter(INodeAdapter) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelParserAdapterFactory.java :

49 : notifier.addAdapter(adapter);

14. WARNING: DiscouragedReference

Discouraged access: The type ModelParserAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelParserAdapterFactory.java :

68 : return (type == ModelParserAdapter.class);

15. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelParserAdapterFactory.java :

80 : public INodeAdapterFactory copy() {

Source File: org/eclipse/wst/html/core/internal/document/MetaDataAdapter.java
1. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MetaDataAdapter.java :

17 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MetaDataAdapter.java :

18 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MetaDataAdapter.java :

19 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

4. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MetaDataAdapter.java :

20 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

5. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MetaDataAdapter.java :

21 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;

6. WARNING: DiscouragedReference

Discouraged access: The type TagAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

MetaDataAdapter.java :

22 : import org.eclipse.wst.xml.core.internal.document.TagAdapter;

7. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

MetaDataAdapter.java :

23 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

8. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

MetaDataAdapter.java :

24 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

9. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

MetaDataAdapter.java :

25 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;

10. WARNING: DiscouragedReference

Discouraged access: The type TagAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

MetaDataAdapter.java :

29 : public class MetaDataAdapter implements TagAdapter, MetaData {

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

MetaDataAdapter.java :

31 : private IDOMElement element = null;

12. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MetaDataAdapter.java :

56 : private String getData(IStructuredDocumentRegion flatNode) {

13. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MetaDataAdapter.java :

59 : ITextRegionList regions = flatNode.getRegions();

14. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MetaDataAdapter.java :

59 : ITextRegionList regions = flatNode.getRegions();

15. WARNING: DiscouragedReference

Discouraged access: The method iterator() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MetaDataAdapter.java :

64 : Iterator e = regions.iterator();

16. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MetaDataAdapter.java :

66 : ITextRegion region = (ITextRegion) e.next();

17. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MetaDataAdapter.java :

66 : ITextRegion region = (ITextRegion) e.next();

18. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MetaDataAdapter.java :

67 : String regionType = region.getType();

19. WARNING: DiscouragedReference

Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MetaDataAdapter.java :

69 : data = flatNode.getText(region);

20. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

MetaDataAdapter.java :

111 : return regionType == DOMRegionContext.XML_COMMENT_TEXT;

21. WARNING: DiscouragedReference

Discouraged access: The field XML_COMMENT_TEXT from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

MetaDataAdapter.java :

111 : return regionType == DOMRegionContext.XML_COMMENT_TEXT;

22. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MetaDataAdapter.java :

117 : IStructuredDocumentRegion flatNode = this.element.getStartStructuredDocumentRegion();

23. WARNING: DiscouragedReference

Discouraged access: The method getStartStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

MetaDataAdapter.java :

117 : IStructuredDocumentRegion flatNode = this.element.getStartStructuredDocumentRegion();

24. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

MetaDataAdapter.java :

127 : private String getDelimiter(IDOMModel model) {

25. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MetaDataAdapter.java :

130 : IStructuredDocument structuredDocument = model.getStructuredDocument();

26. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MetaDataAdapter.java :

130 : IStructuredDocument structuredDocument = model.getStructuredDocument();

27. WARNING: DiscouragedReference

Discouraged access: The method getLineDelimiter() from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MetaDataAdapter.java :

132 : delim = structuredDocument.getLineDelimiter();

28. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MetaDataAdapter.java :

144 : IStructuredDocumentRegion flatNode = this.element.getEndStructuredDocumentRegion();

29. WARNING: DiscouragedReference

Discouraged access: The method getEndStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

MetaDataAdapter.java :

144 : IStructuredDocumentRegion flatNode = this.element.getEndStructuredDocumentRegion();

30. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

MetaDataAdapter.java :

154 : public String getEndTag(IDOMElement element) {

31. WARNING: DiscouragedReference

Discouraged access: The method isJSPTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

MetaDataAdapter.java :

156 : if (element.isJSPTag())

32. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

MetaDataAdapter.java :

169 : String delim = getDelimiter(element.getModel());

33. WARNING: DiscouragedReference

Discouraged access: The method isJSPTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

MetaDataAdapter.java :

174 : if (element.isJSPTag())

34. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

MetaDataAdapter.java :

184 : public String getStartTag(IDOMElement element) {

35. WARNING: DiscouragedReference

Discouraged access: The method isJSPTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

MetaDataAdapter.java :

186 : if (element.isJSPTag())

36. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

MetaDataAdapter.java :

199 : String delim = getDelimiter(element.getModel());

37. WARNING: DiscouragedReference

Discouraged access: The method isJSPTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

MetaDataAdapter.java :

204 : if (element.isJSPTag())

38. WARNING: DiscouragedReference

Discouraged access: The type TagAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

MetaDataAdapter.java :

221 : return (type == TagAdapter.class || type == MetaDataAdapter.class);

39. WARNING: DiscouragedReference

Discouraged access: The method hasStartTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

MetaDataAdapter.java :

229 : if (this.element.hasStartTag())

40. WARNING: DiscouragedReference

Discouraged access: The method hasEndTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

MetaDataAdapter.java :

231 : if (this.element.hasEndTag())

41. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MetaDataAdapter.java :

246 : public void notifyChanged(INodeNotifier notifier, int eventType, Object changedFeature, Object oldValue, Object newValue, int pos) {

42. WARNING: DiscouragedReference

Discouraged access: The method notifyStartTagChanged() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

MetaDataAdapter.java :

255 : this.element.notifyStartTagChanged();

43. WARNING: DiscouragedReference

Discouraged access: The method notifyEndTagChanged() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

MetaDataAdapter.java :

264 : this.element.notifyEndTagChanged();

44. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

MetaDataAdapter.java :

269 : public void setElement(IDOMElement element) {

45. WARNING: DiscouragedReference

Discouraged access: The method setCommentTag(boolean) from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

MetaDataAdapter.java :

273 : this.element.setCommentTag(true);

46. WARNING: DiscouragedReference

Discouraged access: The method setJSPTag(boolean) from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

MetaDataAdapter.java :

275 : this.element.setJSPTag(true);

47. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

MetaDataAdapter.java :

290 : IDOMModel model = this.element.getModel();

48. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

MetaDataAdapter.java :

290 : IDOMModel model = this.element.getModel();

49. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MetaDataAdapter.java :

293 : IStructuredDocument structuredDocument = model.getStructuredDocument();

50. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MetaDataAdapter.java :

293 : IStructuredDocument structuredDocument = model.getStructuredDocument();

51. WARNING: DiscouragedReference

Discouraged access: The method getStartEndOffset() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

MetaDataAdapter.java :

296 : int offset = this.element.getStartEndOffset();

52. WARNING: DiscouragedReference

Discouraged access: The method getEndStartOffset() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

MetaDataAdapter.java :

297 : int end = this.element.getEndStartOffset();

53. WARNING: DiscouragedReference

Discouraged access: The method replaceText(Object, int, int, String) from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MetaDataAdapter.java :

299 : structuredDocument.replaceText(model, offset, length, source);

Source File: org/eclipse/wst/html/core/internal/document/UnknownTagAdapter.java
1. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnknownTagAdapter.java :

15 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

2. WARNING: DiscouragedReference

Discouraged access: The type TagAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

UnknownTagAdapter.java :

16 : import org.eclipse.wst.xml.core.internal.document.TagAdapter;

3. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

UnknownTagAdapter.java :

17 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

4. WARNING: DiscouragedReference

Discouraged access: The type TagAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

UnknownTagAdapter.java :

21 : public class UnknownTagAdapter implements TagAdapter {

5. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

UnknownTagAdapter.java :

34 : public String getEndTag(IDOMElement element) {

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

UnknownTagAdapter.java :

45 : public String getStartTag(IDOMElement element) {

7. WARNING: DiscouragedReference

Discouraged access: The type TagAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

UnknownTagAdapter.java :

57 : return (type == TagAdapter.class);

8. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

UnknownTagAdapter.java :

68 : public void notifyChanged(INodeNotifier notifier, int eventType, Object changedFeature, Object oldValue, Object newValue, int pos) {

Source File: org/eclipse/wst/html/core/internal/encoding/HTMLDocumentCharsetDetector.java
1. WARNING: DiscouragedReference

Discouraged access: The type DocumentReader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentCharsetDetector.java :

15 : import org.eclipse.wst.sse.core.internal.document.DocumentReader;

2. WARNING: DiscouragedReference

Discouraged access: The type IDocumentCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentCharsetDetector.java :

16 : import org.eclipse.wst.sse.core.internal.document.IDocumentCharsetDetector;

3. WARNING: DiscouragedReference

Discouraged access: The type IDocumentCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentCharsetDetector.java :

30 : public class HTMLDocumentCharsetDetector extends HTMLResourceEncodingDetector implements IDocumentCharsetDetector {

4. WARNING: DiscouragedReference

Discouraged access: The constructor DocumentReader(IDocument, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentCharsetDetector.java :

38 : set(new DocumentReader(document, 0));

5. WARNING: DiscouragedReference

Discouraged access: The type DocumentReader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentCharsetDetector.java :

38 : set(new DocumentReader(document, 0));

Source File: org/eclipse/wst/html/core/internal/encoding/HTMLDocumentLoader.java
1. WARNING: DiscouragedReference

Discouraged access: The type PropagatingAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

26 : import org.eclipse.wst.sse.core.internal.PropagatingAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

27 : import org.eclipse.wst.sse.core.internal.document.AbstractDocumentLoader;

3. WARNING: DiscouragedReference

Discouraged access: The type IDocumentCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

28 : import org.eclipse.wst.sse.core.internal.document.IDocumentCharsetDetector;

4. WARNING: DiscouragedReference

Discouraged access: The type IDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

29 : import org.eclipse.wst.sse.core.internal.document.IDocumentLoader;

5. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

30 : import org.eclipse.wst.sse.core.internal.document.StructuredDocumentFactory;

6. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeEncodingPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

31 : import org.eclipse.wst.sse.core.internal.encoding.ContentTypeEncodingPreferences;

7. WARNING: DiscouragedReference

Discouraged access: The type BlockMarker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

32 : import org.eclipse.wst.sse.core.internal.ltk.parser.BlockMarker;

8. WARNING: DiscouragedReference

Discouraged access: The type RegionParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

33 : import org.eclipse.wst.sse.core.internal.ltk.parser.RegionParser;

9. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

34 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapterFactory;

10. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

35 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

11. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

36 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

12. WARNING: DiscouragedReference

Discouraged access: The type IEncodedDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

37 : import org.eclipse.wst.sse.core.internal.provisional.document.IEncodedDocument;

13. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

38 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

14. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

39 : import org.eclipse.wst.sse.core.internal.text.BasicStructuredDocument;

15. WARNING: DiscouragedReference

Discouraged access: The type XMLSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentLoader.java :

40 : import org.eclipse.wst.xml.core.internal.parser.XMLSourceParser;

16. WARNING: DiscouragedReference

Discouraged access: The type XMLStructuredDocumentReParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentLoader.java :

41 : import org.eclipse.wst.xml.core.internal.parser.XMLStructuredDocumentReParser;

17. WARNING: DiscouragedReference

Discouraged access: The type PropagatingAdapterFactoryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentLoader.java :

42 : import org.eclipse.wst.xml.core.internal.propagate.PropagatingAdapterFactoryImpl;

18. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentLoader.java :

43 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

19. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentLoader.java :

44 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;

20. WARNING: DiscouragedReference

Discouraged access: The type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

46 : public class HTMLDocumentLoader extends AbstractDocumentLoader {

21. WARNING: DiscouragedReference

Discouraged access: The constructor AbstractDocumentLoader() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

49 : super();

22. WARNING: DiscouragedReference

Discouraged access: The type XMLSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentLoader.java :

55 : protected void addHTMLishTag(XMLSourceParser parser, String tagname) {

23. WARNING: DiscouragedReference

Discouraged access: The type BlockMarker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

56 : BlockMarker bm = new BlockMarker(tagname, null, DOMRegionContext.BLOCK_TEXT, false);

24. WARNING: DiscouragedReference

Discouraged access: The constructor BlockMarker(String, ITextRegion, String, boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

56 : BlockMarker bm = new BlockMarker(tagname, null, DOMRegionContext.BLOCK_TEXT, false);

25. WARNING: DiscouragedReference

Discouraged access: The type BlockMarker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

56 : BlockMarker bm = new BlockMarker(tagname, null, DOMRegionContext.BLOCK_TEXT, false);

26. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentLoader.java :

56 : BlockMarker bm = new BlockMarker(tagname, null, DOMRegionContext.BLOCK_TEXT, false);

27. WARNING: DiscouragedReference

Discouraged access: The field BLOCK_TEXT from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentLoader.java :

56 : BlockMarker bm = new BlockMarker(tagname, null, DOMRegionContext.BLOCK_TEXT, false);

28. WARNING: DiscouragedReference

Discouraged access: The method addBlockMarker(BlockMarker) from the type XMLSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentLoader.java :

57 : parser.addBlockMarker(bm);

29. WARNING: DiscouragedReference

Discouraged access: The type IEncodedDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

84 : protected IEncodedDocument newEncodedDocument() {

30. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

85 : IStructuredDocument structuredDocument = StructuredDocumentFactory.getNewStructuredDocumentInstance(getParser());

31. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

85 : IStructuredDocument structuredDocument = StructuredDocumentFactory.getNewStructuredDocumentInstance(getParser());

32. WARNING: DiscouragedReference

Discouraged access: The method getNewStructuredDocumentInstance(RegionParser) from the type StructuredDocumentFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

85 : IStructuredDocument structuredDocument = StructuredDocumentFactory.getNewStructuredDocumentInstance(getParser());

33. WARNING: DiscouragedReference

Discouraged access: The method setReParser(IStructuredTextReParser) from the type BasicStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

86 : ((BasicStructuredDocument) structuredDocument).setReParser(new XMLStructuredDocumentReParser());

34. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

86 : ((BasicStructuredDocument) structuredDocument).setReParser(new XMLStructuredDocumentReParser());

35. WARNING: DiscouragedReference

Discouraged access: The constructor XMLStructuredDocumentReParser() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentLoader.java :

86 : ((BasicStructuredDocument) structuredDocument).setReParser(new XMLStructuredDocumentReParser());

36. WARNING: DiscouragedReference

Discouraged access: The type XMLStructuredDocumentReParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentLoader.java :

86 : ((BasicStructuredDocument) structuredDocument).setReParser(new XMLStructuredDocumentReParser());

37. WARNING: DiscouragedReference

Discouraged access: The type RegionParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

94 : public RegionParser getParser() {

38. WARNING: DiscouragedReference

Discouraged access: The type XMLSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentLoader.java :

95 : XMLSourceParser parser = new XMLSourceParser();

39. WARNING: DiscouragedReference

Discouraged access: The constructor XMLSourceParser() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentLoader.java :

95 : XMLSourceParser parser = new XMLSourceParser();

40. WARNING: DiscouragedReference

Discouraged access: The type XMLSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentLoader.java :

95 : XMLSourceParser parser = new XMLSourceParser();

41. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

109 : INodeAdapterFactory factory = null;

42. WARNING: DiscouragedReference

Discouraged access: The constructor PropagatingAdapterFactoryImpl() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentLoader.java :

122 : factory = new PropagatingAdapterFactoryImpl();

43. WARNING: DiscouragedReference

Discouraged access: The type PropagatingAdapterFactoryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentLoader.java :

122 : factory = new PropagatingAdapterFactoryImpl();

44. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeEncodingPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

130 : String delimiter = ContentTypeEncodingPreferences.getPreferredNewLineDelimiter(ContentTypeIdForHTML.ContentTypeID_HTML);

45. WARNING: DiscouragedReference

Discouraged access: The method getPreferredNewLineDelimiter(String) from the type ContentTypeEncodingPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

130 : String delimiter = ContentTypeEncodingPreferences.getPreferredNewLineDelimiter(ContentTypeIdForHTML.ContentTypeID_HTML);

46. WARNING: DiscouragedReference

Discouraged access: The method getPreferredNewLineDelimiter(IFile) from the type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

132 : delimiter = super.getPreferredNewLineDelimiter(file);

47. WARNING: DiscouragedReference

Discouraged access: The type IDocumentCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

136 : public IDocumentCharsetDetector getDocumentEncodingDetector() {

48. WARNING: DiscouragedReference

Discouraged access: The field fDocumentEncodingDetector from the type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

137 : if (fDocumentEncodingDetector == null) {

49. WARNING: DiscouragedReference

Discouraged access: The field fDocumentEncodingDetector from the type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

138 : fDocumentEncodingDetector = new HTMLDocumentCharsetDetector();

50. WARNING: DiscouragedReference

Discouraged access: The field fDocumentEncodingDetector from the type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

140 : return fDocumentEncodingDetector;

51. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

143 : protected void preLoadAdapt(IStructuredModel structuredModel) {

52. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentLoader.java :

148 : IDOMModel domModel = (IDOMModel) structuredModel;

53. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentLoader.java :

148 : IDOMModel domModel = (IDOMModel) structuredModel;

54. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

155 : ((INodeNotifier) domModel.getDocument()).getAdapterFor(PropagatingAdapter.class);

55. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

155 : ((INodeNotifier) domModel.getDocument()).getAdapterFor(PropagatingAdapter.class);

56. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentLoader.java :

155 : ((INodeNotifier) domModel.getDocument()).getAdapterFor(PropagatingAdapter.class);

57. WARNING: DiscouragedReference

Discouraged access: The type PropagatingAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

155 : ((INodeNotifier) domModel.getDocument()).getAdapterFor(PropagatingAdapter.class);

58. WARNING: DiscouragedReference

Discouraged access: The type IDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentLoader.java :

162 : public IDocumentLoader newInstance() {

Source File: org/eclipse/wst/html/core/internal/encoding/HTMLModelLoader.java
1. WARNING: DiscouragedReference

Discouraged access: The type PropagatingAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelLoader.java :

22 : import org.eclipse.wst.sse.core.internal.PropagatingAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type IDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelLoader.java :

23 : import org.eclipse.wst.sse.core.internal.document.IDocumentLoader;

3. WARNING: DiscouragedReference

Discouraged access: The type BlockMarker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelLoader.java :

24 : import org.eclipse.wst.sse.core.internal.ltk.parser.BlockMarker;

4. WARNING: DiscouragedReference

Discouraged access: The type AbstractModelLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelLoader.java :

25 : import org.eclipse.wst.sse.core.internal.model.AbstractModelLoader;

5. WARNING: DiscouragedReference

Discouraged access: The type IModelLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelLoader.java :

26 : import org.eclipse.wst.sse.core.internal.provisional.IModelLoader;

6. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelLoader.java :

27 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapterFactory;

7. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelLoader.java :

28 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

8. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelLoader.java :

29 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

9. WARNING: DiscouragedReference

Discouraged access: The type Debug is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelLoader.java :

30 : import org.eclipse.wst.sse.core.internal.util.Debug;

10. WARNING: DiscouragedReference

Discouraged access: The type DebugAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelLoader.java :

31 : import org.eclipse.wst.xml.core.internal.DebugAdapterFactory;

11. WARNING: DiscouragedReference

Discouraged access: The type XMLSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelLoader.java :

32 : import org.eclipse.wst.xml.core.internal.parser.XMLSourceParser;

12. WARNING: DiscouragedReference

Discouraged access: The type PropagatingAdapterFactoryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelLoader.java :

33 : import org.eclipse.wst.xml.core.internal.propagate.PropagatingAdapterFactoryImpl;

13. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelLoader.java :

34 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

14. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelLoader.java :

35 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;

15. WARNING: DiscouragedReference

Discouraged access: The type AbstractModelLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelLoader.java :

37 : public class HTMLModelLoader extends AbstractModelLoader {

16. WARNING: DiscouragedReference

Discouraged access: The constructor AbstractModelLoader() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelLoader.java :

41 : super();

17. WARNING: DiscouragedReference

Discouraged access: The type XMLSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelLoader.java :

47 : protected void addHTMLishTag(XMLSourceParser parser, String tagname) {

18. WARNING: DiscouragedReference

Discouraged access: The type BlockMarker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelLoader.java :

48 : BlockMarker bm = new BlockMarker(tagname, null, DOMRegionContext.BLOCK_TEXT, false);

19. WARNING: DiscouragedReference

Discouraged access: The constructor BlockMarker(String, ITextRegion, String, boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelLoader.java :

48 : BlockMarker bm = new BlockMarker(tagname, null, DOMRegionContext.BLOCK_TEXT, false);

20. WARNING: DiscouragedReference

Discouraged access: The type BlockMarker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelLoader.java :

48 : BlockMarker bm = new BlockMarker(tagname, null, DOMRegionContext.BLOCK_TEXT, false);

21. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelLoader.java :

48 : BlockMarker bm = new BlockMarker(tagname, null, DOMRegionContext.BLOCK_TEXT, false);

22. WARNING: DiscouragedReference

Discouraged access: The field BLOCK_TEXT from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelLoader.java :

48 : BlockMarker bm = new BlockMarker(tagname, null, DOMRegionContext.BLOCK_TEXT, false);

23. WARNING: DiscouragedReference

Discouraged access: The method addBlockMarker(BlockMarker) from the type XMLSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelLoader.java :

49 : parser.addBlockMarker(bm);

24. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelLoader.java :

52 : public IStructuredModel newModel() {

25. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelLoader.java :

63 : INodeAdapterFactory factory = null;

26. WARNING: DiscouragedReference

Discouraged access: The constructor PropagatingAdapterFactoryImpl() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelLoader.java :

76 : factory = new PropagatingAdapterFactoryImpl();

27. WARNING: DiscouragedReference

Discouraged access: The type PropagatingAdapterFactoryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelLoader.java :

76 : factory = new PropagatingAdapterFactoryImpl();

28. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelLoader.java :

83 : protected void preLoadAdapt(IStructuredModel structuredModel) {

29. WARNING: DiscouragedReference

Discouraged access: The method preLoadAdapt(IStructuredModel) from the type AbstractModelLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelLoader.java :

84 : super.preLoadAdapt(structuredModel);

30. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelLoader.java :

89 : IDOMModel domModel = (IDOMModel) structuredModel;

31. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelLoader.java :

89 : IDOMModel domModel = (IDOMModel) structuredModel;

32. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelLoader.java :

96 : ((INodeNotifier) domModel.getDocument()).getAdapterFor(PropagatingAdapter.class);

33. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelLoader.java :

96 : ((INodeNotifier) domModel.getDocument()).getAdapterFor(PropagatingAdapter.class);

34. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelLoader.java :

96 : ((INodeNotifier) domModel.getDocument()).getAdapterFor(PropagatingAdapter.class);

35. WARNING: DiscouragedReference

Discouraged access: The type PropagatingAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelLoader.java :

96 : ((INodeNotifier) domModel.getDocument()).getAdapterFor(PropagatingAdapter.class);

36. WARNING: DiscouragedReference

Discouraged access: The type Debug is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelLoader.java :

97 : if (Debug.debugNotificationAndEvents) {

37. WARNING: DiscouragedReference

Discouraged access: The field debugNotificationAndEvents from the type Debug is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelLoader.java :

97 : if (Debug.debugNotificationAndEvents) {

38. WARNING: DiscouragedReference

Discouraged access: The type PropagatingAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelLoader.java :

98 : PropagatingAdapter propagatingAdapter = (PropagatingAdapter) ((INodeNotifier) domModel.getDocument()).getAdapterFor(PropagatingAdapter.class);

39. WARNING: DiscouragedReference

Discouraged access: The type PropagatingAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelLoader.java :

98 : PropagatingAdapter propagatingAdapter = (PropagatingAdapter) ((INodeNotifier) domModel.getDocument()).getAdapterFor(PropagatingAdapter.class);

40. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelLoader.java :

98 : PropagatingAdapter propagatingAdapter = (PropagatingAdapter) ((INodeNotifier) domModel.getDocument()).getAdapterFor(PropagatingAdapter.class);

41. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelLoader.java :

98 : PropagatingAdapter propagatingAdapter = (PropagatingAdapter) ((INodeNotifier) domModel.getDocument()).getAdapterFor(PropagatingAdapter.class);

42. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelLoader.java :

98 : PropagatingAdapter propagatingAdapter = (PropagatingAdapter) ((INodeNotifier) domModel.getDocument()).getAdapterFor(PropagatingAdapter.class);

43. WARNING: DiscouragedReference

Discouraged access: The type PropagatingAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelLoader.java :

98 : PropagatingAdapter propagatingAdapter = (PropagatingAdapter) ((INodeNotifier) domModel.getDocument()).getAdapterFor(PropagatingAdapter.class);

44. WARNING: DiscouragedReference

Discouraged access: The method addAdaptOnCreateFactory(INodeAdapterFactory) from the type PropagatingAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelLoader.java :

99 : propagatingAdapter.addAdaptOnCreateFactory(new DebugAdapterFactory());

45. WARNING: DiscouragedReference

Discouraged access: The constructor DebugAdapterFactory() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelLoader.java :

99 : propagatingAdapter.addAdaptOnCreateFactory(new DebugAdapterFactory());

46. WARNING: DiscouragedReference

Discouraged access: The type DebugAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelLoader.java :

99 : propagatingAdapter.addAdaptOnCreateFactory(new DebugAdapterFactory());

47. WARNING: DiscouragedReference

Discouraged access: The type IModelLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelLoader.java :

102 : public IModelLoader newInstance() {

48. WARNING: DiscouragedReference

Discouraged access: The type IDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelLoader.java :

106 : public IDocumentLoader getDocumentLoader() {

49. WARNING: DiscouragedReference

Discouraged access: The field documentLoaderInstance from the type AbstractModelLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelLoader.java :

107 : if (documentLoaderInstance == null) {

50. WARNING: DiscouragedReference

Discouraged access: The field documentLoaderInstance from the type AbstractModelLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelLoader.java :

108 : documentLoaderInstance = new HTMLDocumentLoader();

51. WARNING: DiscouragedReference

Discouraged access: The field documentLoaderInstance from the type AbstractModelLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLModelLoader.java :

110 : return documentLoaderInstance;

Source File: org/eclipse/wst/html/core/internal/format/EmbeddedCSSFormatter.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSSourceFormatter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

EmbeddedCSSFormatter.java :

15 : import org.eclipse.wst.css.core.internal.formatter.CSSSourceFormatter;

2. WARNING: DiscouragedReference

Discouraged access: The type CSSSourceFormatterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

EmbeddedCSSFormatter.java :

16 : import org.eclipse.wst.css.core.internal.formatter.CSSSourceFormatterFactory;

3. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

EmbeddedCSSFormatter.java :

17 : import org.eclipse.wst.css.core.internal.provisional.adapters.IStyleSheetAdapter;

4. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

EmbeddedCSSFormatter.java :

18 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSModel;

5. WARNING: DiscouragedReference

Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

EmbeddedCSSFormatter.java :

19 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSNode;

6. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedCSSFormatter.java :

21 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

7. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedCSSFormatter.java :

22 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

8. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

EmbeddedCSSFormatter.java :

23 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

9. WARNING: DiscouragedReference

Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

EmbeddedCSSFormatter.java :

24 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMText;

10. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

EmbeddedCSSFormatter.java :

40 : protected void formatNode(IDOMNode node, HTMLFormatContraints contraints) {

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

EmbeddedCSSFormatter.java :

43 : IDOMText text = (IDOMText) node;

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

EmbeddedCSSFormatter.java :

43 : IDOMText text = (IDOMText) node;

13. WARNING: DiscouragedReference

Discouraged access: The method getSource() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

EmbeddedCSSFormatter.java :

47 : source = text.getSource();

14. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedCSSFormatter.java :

50 : int offset = text.getStartOffset();

15. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedCSSFormatter.java :

51 : int length = text.getEndOffset() - offset;

16. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

EmbeddedCSSFormatter.java :

52 : replaceSource(text.getModel(), offset, length, source);

17. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

EmbeddedCSSFormatter.java :

58 : private String getCSSContent(IDOMNode text) {

18. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

EmbeddedCSSFormatter.java :

59 : ICSSModel model = getCSSModel(text);

19. WARNING: DiscouragedReference

Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

EmbeddedCSSFormatter.java :

62 : ICSSNode document = model.getDocument();

20. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

EmbeddedCSSFormatter.java :

62 : ICSSNode document = model.getDocument();

21. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedCSSFormatter.java :

65 : INodeNotifier notifier = (INodeNotifier) document;

22. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedCSSFormatter.java :

65 : INodeNotifier notifier = (INodeNotifier) document;

23. WARNING: DiscouragedReference

Discouraged access: The type CSSSourceFormatter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

EmbeddedCSSFormatter.java :

66 : CSSSourceFormatter formatter = (CSSSourceFormatter) notifier.getAdapterFor(CSSSourceFormatter.class);

24. WARNING: DiscouragedReference

Discouraged access: The type CSSSourceFormatter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

EmbeddedCSSFormatter.java :

66 : CSSSourceFormatter formatter = (CSSSourceFormatter) notifier.getAdapterFor(CSSSourceFormatter.class);

25. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedCSSFormatter.java :

66 : CSSSourceFormatter formatter = (CSSSourceFormatter) notifier.getAdapterFor(CSSSourceFormatter.class);

26. WARNING: DiscouragedReference

Discouraged access: The type CSSSourceFormatter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

EmbeddedCSSFormatter.java :

66 : CSSSourceFormatter formatter = (CSSSourceFormatter) notifier.getAdapterFor(CSSSourceFormatter.class);

27. WARNING: DiscouragedReference

Discouraged access: The type CSSSourceFormatterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

EmbeddedCSSFormatter.java :

69 : formatter = CSSSourceFormatterFactory.getInstance().getSourceFormatter(notifier);

28. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type CSSSourceFormatterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

EmbeddedCSSFormatter.java :

69 : formatter = CSSSourceFormatterFactory.getInstance().getSourceFormatter(notifier);

29. WARNING: DiscouragedReference

Discouraged access: The method getSourceFormatter(INodeNotifier) from the type CSSSourceFormatterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

EmbeddedCSSFormatter.java :

69 : formatter = CSSSourceFormatterFactory.getInstance().getSourceFormatter(notifier);

30. WARNING: DiscouragedReference

Discouraged access: The method format(ICSSNode) from the type CSSSourceFormatter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

EmbeddedCSSFormatter.java :

72 : StringBuffer buffer = formatter.format(document);

31. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

EmbeddedCSSFormatter.java :

80 : private ICSSModel getCSSModel(IDOMNode text) {

32. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

EmbeddedCSSFormatter.java :

80 : private ICSSModel getCSSModel(IDOMNode text) {

33. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedCSSFormatter.java :

83 : INodeNotifier notifier = (INodeNotifier) text.getParentNode();

34. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedCSSFormatter.java :

83 : INodeNotifier notifier = (INodeNotifier) text.getParentNode();

35. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedCSSFormatter.java :

86 : INodeAdapter adapter = notifier.getAdapterFor(IStyleSheetAdapter.class);

36. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedCSSFormatter.java :

86 : INodeAdapter adapter = notifier.getAdapterFor(IStyleSheetAdapter.class);

37. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

EmbeddedCSSFormatter.java :

86 : INodeAdapter adapter = notifier.getAdapterFor(IStyleSheetAdapter.class);

38. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

EmbeddedCSSFormatter.java :

89 : if (!(adapter instanceof IStyleSheetAdapter))

39. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

EmbeddedCSSFormatter.java :

91 : IStyleSheetAdapter styleAdapter = (IStyleSheetAdapter) adapter;

40. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

EmbeddedCSSFormatter.java :

91 : IStyleSheetAdapter styleAdapter = (IStyleSheetAdapter) adapter;

41. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type ICSSModelAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

EmbeddedCSSFormatter.java :

92 : return styleAdapter.getModel();

Source File: org/eclipse/wst/html/core/internal/format/HTMLElementFormatter.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSSourceFormatter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLElementFormatter.java :

15 : import org.eclipse.wst.css.core.internal.formatter.CSSSourceFormatter;

2. WARNING: DiscouragedReference

Discouraged access: The type CSSSourceFormatterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLElementFormatter.java :

16 : import org.eclipse.wst.css.core.internal.formatter.CSSSourceFormatterFactory;

3. WARNING: DiscouragedReference

Discouraged access: The type IStyleDeclarationAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLElementFormatter.java :

17 : import org.eclipse.wst.css.core.internal.provisional.adapters.IStyleDeclarationAdapter;

4. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLElementFormatter.java :

18 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSModel;

5. WARNING: DiscouragedReference

Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLElementFormatter.java :

19 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSNode;

6. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

21 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

7. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

22 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

8. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

23 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

9. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

24 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

10. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

25 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionContainer;

11. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

26 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

27 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

13. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

28 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

14. WARNING: DiscouragedReference

Discouraged access: The type StructuredFormatPreferencesXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

29 : import org.eclipse.wst.xml.core.internal.provisional.format.StructuredFormatPreferencesXML;

15. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

30 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;

16. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

47 : private void compressTailingSpaces(IStructuredDocumentRegion flatNode, ITextRegion region) {

17. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

47 : private void compressTailingSpaces(IStructuredDocumentRegion flatNode, ITextRegion region) {

18. WARNING: DiscouragedReference

Discouraged access: The method getTextEnd() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

48 : int offset = region.getTextEnd();

19. WARNING: DiscouragedReference

Discouraged access: The method getEnd() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

49 : int count = region.getEnd() - offset;

20. WARNING: DiscouragedReference

Discouraged access: The method getFullText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

51 : String source = flatNode.getFullText(region);

21. WARNING: DiscouragedReference

Discouraged access: The method getStart() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

52 : int start = region.getStart();

22. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

63 : private void formatEndTag(IDOMElement element, HTMLFormatContraints contraints) {

23. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

66 : if (lastChild != null && lastChild instanceof IDOMElement && lastChild.getNodeName().equals("jsp:scriptlet")) { //$NON-NLS-1$

24. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

67 : insertBreakAfter((IDOMElement) lastChild, contraints);

25. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

72 : IStructuredDocumentRegion endStructuredDocumentRegion = element.getEndStructuredDocumentRegion();

26. WARNING: DiscouragedReference

Discouraged access: The method getEndStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

72 : IStructuredDocumentRegion endStructuredDocumentRegion = element.getEndStructuredDocumentRegion();

27. WARNING: DiscouragedReference

Discouraged access: The method isJSPTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

76 : if (element.isJSPTag() || element.isCommentTag()) {

28. WARNING: DiscouragedReference

Discouraged access: The method isCommentTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

76 : if (element.isJSPTag() || element.isCommentTag()) {

29. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

77 : String endTag = endStructuredDocumentRegion.getText();

30. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

84 : ITextRegion prevRegion = null;

31. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

85 : ITextRegionList regions = endStructuredDocumentRegion.getRegions();

32. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

85 : ITextRegionList regions = endStructuredDocumentRegion.getRegions();

33. WARNING: DiscouragedReference

Discouraged access: The method iterator() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

86 : Iterator e = regions.iterator();

34. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

88 : ITextRegion region = (ITextRegion) e.next();

35. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

88 : ITextRegion region = (ITextRegion) e.next();

36. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

91 : String regionType = region.getType();

37. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

92 : if (regionType == DOMRegionContext.XML_TAG_NAME || isNestedTag(regionType)) {

38. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

92 : if (regionType == DOMRegionContext.XML_TAG_NAME || isNestedTag(regionType)) {

39. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

93 : if (prevRegion != null && prevRegion.getType() == DOMRegionContext.XML_END_TAG_OPEN) {

40. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

93 : if (prevRegion != null && prevRegion.getType() == DOMRegionContext.XML_END_TAG_OPEN) {

41. WARNING: DiscouragedReference

Discouraged access: The field XML_END_TAG_OPEN from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

93 : if (prevRegion != null && prevRegion.getType() == DOMRegionContext.XML_END_TAG_OPEN) {

42. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

97 : else if (regionType == DOMRegionContext.XML_TAG_CLOSE) {

43. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_CLOSE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

97 : else if (regionType == DOMRegionContext.XML_TAG_CLOSE) {

44. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

98 : if (prevRegion != null && (prevRegion.getType() == DOMRegionContext.XML_TAG_NAME || isNestedRootTag(prevRegion.getType()))) {

45. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

98 : if (prevRegion != null && (prevRegion.getType() == DOMRegionContext.XML_TAG_NAME || isNestedRootTag(prevRegion.getType()))) {

46. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

98 : if (prevRegion != null && (prevRegion.getType() == DOMRegionContext.XML_TAG_NAME || isNestedRootTag(prevRegion.getType()))) {

47. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

98 : if (prevRegion != null && (prevRegion.getType() == DOMRegionContext.XML_TAG_NAME || isNestedRootTag(prevRegion.getType()))) {

48. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

104 : if (prevRegion != null && (prevRegion.getType() == DOMRegionContext.XML_TAG_NAME || isNestedRootTag(prevRegion.getType()))) {

49. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

104 : if (prevRegion != null && (prevRegion.getType() == DOMRegionContext.XML_TAG_NAME || isNestedRootTag(prevRegion.getType()))) {

50. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

104 : if (prevRegion != null && (prevRegion.getType() == DOMRegionContext.XML_TAG_NAME || isNestedRootTag(prevRegion.getType()))) {

51. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

104 : if (prevRegion != null && (prevRegion.getType() == DOMRegionContext.XML_TAG_NAME || isNestedRootTag(prevRegion.getType()))) {

52. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

118 : protected void formatNode(IDOMNode node, HTMLFormatContraints contraints) {

53. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

121 : IDOMElement element = (IDOMElement) node;

54. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

121 : IDOMElement element = (IDOMElement) node;

55. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

132 : private void formatStartTag(IDOMElement element, HTMLFormatContraints contraints) {

56. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

139 : IStructuredDocumentRegion startStructuredDocumentRegion = element.getStartStructuredDocumentRegion();

57. WARNING: DiscouragedReference

Discouraged access: The method getStartStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

139 : IStructuredDocumentRegion startStructuredDocumentRegion = element.getStartStructuredDocumentRegion();

58. WARNING: DiscouragedReference

Discouraged access: The method isCommentTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

145 : if (element.isCommentTag()) {

59. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

146 : String startTag = startStructuredDocumentRegion.getText();

60. WARNING: DiscouragedReference

Discouraged access: The method isGlobalTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

154 : if (element.isGlobalTag()) {

61. WARNING: DiscouragedReference

Discouraged access: The method getSplitMultiAttrs() from the type StructuredFormatPreferencesXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

160 : insertBreak = ((StructuredFormatPreferencesXML) getFormatPreferences()).getSplitMultiAttrs();

62. WARNING: DiscouragedReference

Discouraged access: The type StructuredFormatPreferencesXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

160 : insertBreak = ((StructuredFormatPreferencesXML) getFormatPreferences()).getSplitMultiAttrs();

63. WARNING: DiscouragedReference

Discouraged access: The method isAlignEndBracket() from the type StructuredFormatPreferencesXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

161 : boolean alignEndBracket = ((StructuredFormatPreferencesXML) getFormatPreferences()).isAlignEndBracket();

64. WARNING: DiscouragedReference

Discouraged access: The type StructuredFormatPreferencesXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

161 : boolean alignEndBracket = ((StructuredFormatPreferencesXML) getFormatPreferences()).isAlignEndBracket();

65. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

175 : ITextRegion lastBreakRegion = null;

66. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

177 : ITextRegion prevRegion = null;

67. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

178 : ITextRegionList regions = startStructuredDocumentRegion.getRegions();

68. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

178 : ITextRegionList regions = startStructuredDocumentRegion.getRegions();

69. WARNING: DiscouragedReference

Discouraged access: The method iterator() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

179 : Iterator e = regions.iterator();

70. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

181 : ITextRegion region = (ITextRegion) e.next();

71. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

181 : ITextRegion region = (ITextRegion) e.next();

72. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

185 : ITextRegion breakRegion = null;

73. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

187 : String regionType = region.getType();

74. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

188 : if (regionType == DOMRegionContext.XML_TAG_NAME || isNestedTag(regionType)) {

75. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

188 : if (regionType == DOMRegionContext.XML_TAG_NAME || isNestedTag(regionType)) {

76. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

189 : if (prevRegion != null && prevRegion.getType() == DOMRegionContext.XML_TAG_OPEN) {

77. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

189 : if (prevRegion != null && prevRegion.getType() == DOMRegionContext.XML_TAG_OPEN) {

78. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_OPEN from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

189 : if (prevRegion != null && prevRegion.getType() == DOMRegionContext.XML_TAG_OPEN) {

79. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

194 : else if (regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

80. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

194 : else if (regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

81. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

195 : if (prevRegion != null && (prevRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME || prevRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS)) {

82. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

195 : if (prevRegion != null && (prevRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME || prevRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS)) {

83. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

195 : if (prevRegion != null && (prevRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME || prevRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS)) {

84. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

195 : if (prevRegion != null && (prevRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME || prevRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS)) {

85. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

195 : if (prevRegion != null && (prevRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME || prevRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS)) {

86. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_EQUALS from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

195 : if (prevRegion != null && (prevRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME || prevRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS)) {

87. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

200 : else if (regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS) {

88. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_EQUALS from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

200 : else if (regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS) {

89. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

201 : if (prevRegion != null && prevRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

90. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

201 : if (prevRegion != null && prevRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

91. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

201 : if (prevRegion != null && prevRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) {

92. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

205 : else if (regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

93. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_VALUE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

205 : else if (regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

94. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementFormatter.java :

206 : if (prevRegion != null && prevRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS) {

95. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

206 : if (prevRegion != null && prevRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS) {

96. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_EQUALS from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

206 : if (prevRegion != null && prevRegion.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS) {

97. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

211 : else if (regionType == DOMRegionContext.XML_TAG_CLOSE || regionType == DOMRegionContext.XML_EMPTY_TAG_CLOSE) {

98. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_CLOSE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

211 : else if (regionType == DOMRegionContext.XML_TAG_CLOSE || regionType == DOMRegionContext.XML_EMPTY_TAG_CLOSE) {

99. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

211 : else if (regionType == DOMRegionContext.XML_TAG_CLOSE || regionType == DOMRegionContext.XML_EMPTY_TAG_CLOSE) {

100. WARNING: DiscouragedReference

Discouraged access: The field XML_EMPTY_TAG_CLOSE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementFormatter.java :

211 : else if (regionType == DOMRegionContext.XML_TAG_CLOSE || regionType == DOMRegionContext.XML_EMPTY_TAG_CLOSE) {

Source File: org/eclipse/wst/html/core/internal/format/HTMLFormatContraintsImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type StructuredFormatContraints is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatContraintsImpl.java :

14 : import org.eclipse.wst.sse.core.internal.format.StructuredFormatContraints;

2. WARNING: DiscouragedReference

Discouraged access: The type StructuredFormatContraints is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatContraintsImpl.java :

20 : public class HTMLFormatContraintsImpl extends StructuredFormatContraints implements HTMLFormatContraints {

Source File: org/eclipse/wst/html/core/internal/format/HTMLFormatProcessorImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredFormatPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatProcessorImpl.java :

16 : import org.eclipse.wst.sse.core.internal.format.IStructuredFormatPreferences;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredFormatter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatProcessorImpl.java :

17 : import org.eclipse.wst.sse.core.internal.format.IStructuredFormatter;

3. WARNING: DiscouragedReference

Discouraged access: The type FormatProcessorXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatProcessorImpl.java :

18 : import org.eclipse.wst.xml.core.internal.provisional.format.FormatProcessorXML;

4. WARNING: DiscouragedReference

Discouraged access: The type StructuredFormatPreferencesXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatProcessorImpl.java :

19 : import org.eclipse.wst.xml.core.internal.provisional.format.StructuredFormatPreferencesXML;

5. WARNING: DiscouragedReference

Discouraged access: The type FormatProcessorXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatProcessorImpl.java :

22 : public class HTMLFormatProcessorImpl extends FormatProcessorXML {

6. WARNING: DiscouragedReference

Discouraged access: The type IStructuredFormatter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatProcessorImpl.java :

27 : protected IStructuredFormatter getFormatter(Node node) {

7. WARNING: DiscouragedReference

Discouraged access: The type IStructuredFormatter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatProcessorImpl.java :

28 : IStructuredFormatter formatter = HTMLFormatterFactory.getInstance().createFormatter(node, getFormatPreferences());

8. WARNING: DiscouragedReference

Discouraged access: The type IStructuredFormatPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatProcessorImpl.java :

33 : public IStructuredFormatPreferences getFormatPreferences() {

9. WARNING: DiscouragedReference

Discouraged access: The field fFormatPreferences from the type FormatProcessorXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatProcessorImpl.java :

34 : if (fFormatPreferences == null) {

10. WARNING: DiscouragedReference

Discouraged access: The field fFormatPreferences from the type FormatProcessorXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatProcessorImpl.java :

35 : fFormatPreferences = new StructuredFormatPreferencesXML();

11. WARNING: DiscouragedReference

Discouraged access: The constructor StructuredFormatPreferencesXML() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatProcessorImpl.java :

35 : fFormatPreferences = new StructuredFormatPreferencesXML();

12. WARNING: DiscouragedReference

Discouraged access: The type StructuredFormatPreferencesXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatProcessorImpl.java :

35 : fFormatPreferences = new StructuredFormatPreferencesXML();

13. WARNING: DiscouragedReference

Discouraged access: The field fFormatPreferences from the type FormatProcessorXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatProcessorImpl.java :

39 : fFormatPreferences.setLineWidth(preferences.getInt(HTMLCorePreferenceNames.LINE_WIDTH));

14. WARNING: DiscouragedReference

Discouraged access: The method setLineWidth(int) from the type IStructuredFormatPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatProcessorImpl.java :

39 : fFormatPreferences.setLineWidth(preferences.getInt(HTMLCorePreferenceNames.LINE_WIDTH));

15. WARNING: DiscouragedReference

Discouraged access: The method setSplitMultiAttrs(boolean) from the type StructuredFormatPreferencesXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatProcessorImpl.java :

40 : ((StructuredFormatPreferencesXML) fFormatPreferences).setSplitMultiAttrs(preferences.getBoolean(HTMLCorePreferenceNames.SPLIT_MULTI_ATTRS));

16. WARNING: DiscouragedReference

Discouraged access: The type StructuredFormatPreferencesXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatProcessorImpl.java :

40 : ((StructuredFormatPreferencesXML) fFormatPreferences).setSplitMultiAttrs(preferences.getBoolean(HTMLCorePreferenceNames.SPLIT_MULTI_ATTRS));

17. WARNING: DiscouragedReference

Discouraged access: The field fFormatPreferences from the type FormatProcessorXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatProcessorImpl.java :

40 : ((StructuredFormatPreferencesXML) fFormatPreferences).setSplitMultiAttrs(preferences.getBoolean(HTMLCorePreferenceNames.SPLIT_MULTI_ATTRS));

18. WARNING: DiscouragedReference

Discouraged access: The method setAlignEndBracket(boolean) from the type StructuredFormatPreferencesXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatProcessorImpl.java :

41 : ((StructuredFormatPreferencesXML) fFormatPreferences).setAlignEndBracket(preferences.getBoolean(HTMLCorePreferenceNames.ALIGN_END_BRACKET));

19. WARNING: DiscouragedReference

Discouraged access: The type StructuredFormatPreferencesXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatProcessorImpl.java :

41 : ((StructuredFormatPreferencesXML) fFormatPreferences).setAlignEndBracket(preferences.getBoolean(HTMLCorePreferenceNames.ALIGN_END_BRACKET));

20. WARNING: DiscouragedReference

Discouraged access: The field fFormatPreferences from the type FormatProcessorXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatProcessorImpl.java :

41 : ((StructuredFormatPreferencesXML) fFormatPreferences).setAlignEndBracket(preferences.getBoolean(HTMLCorePreferenceNames.ALIGN_END_BRACKET));

21. WARNING: DiscouragedReference

Discouraged access: The field fFormatPreferences from the type FormatProcessorXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatProcessorImpl.java :

42 : fFormatPreferences.setClearAllBlankLines(preferences.getBoolean(HTMLCorePreferenceNames.CLEAR_ALL_BLANK_LINES));

22. WARNING: DiscouragedReference

Discouraged access: The method setClearAllBlankLines(boolean) from the type IStructuredFormatPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatProcessorImpl.java :

42 : fFormatPreferences.setClearAllBlankLines(preferences.getBoolean(HTMLCorePreferenceNames.CLEAR_ALL_BLANK_LINES));

23. WARNING: DiscouragedReference

Discouraged access: The field fFormatPreferences from the type FormatProcessorXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatProcessorImpl.java :

55 : fFormatPreferences.setIndent(indent.toString());

24. WARNING: DiscouragedReference

Discouraged access: The method setIndent(String) from the type IStructuredFormatPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatProcessorImpl.java :

55 : fFormatPreferences.setIndent(indent.toString());

25. WARNING: DiscouragedReference

Discouraged access: The field fFormatPreferences from the type FormatProcessorXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatProcessorImpl.java :

59 : return fFormatPreferences;

Source File: org/eclipse/wst/html/core/internal/format/HTMLFormatter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredFormatContraints is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatter.java :

20 : import org.eclipse.wst.sse.core.internal.format.IStructuredFormatContraints;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredFormatPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatter.java :

21 : import org.eclipse.wst.sse.core.internal.format.IStructuredFormatPreferences;

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredFormatter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatter.java :

22 : import org.eclipse.wst.sse.core.internal.format.IStructuredFormatter;

4. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatter.java :

23 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

5. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatter.java :

24 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

6. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

25 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

7. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

26 : import org.eclipse.wst.xml.core.internal.contentmodel.modelquery.ModelQuery;

8. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

27 : import org.eclipse.wst.xml.core.internal.modelquery.ModelQueryUtil;

9. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

28 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

10. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

29 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

30 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

12. WARNING: DiscouragedReference

Discouraged access: The type StructuredFormatPreferencesXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

31 : import org.eclipse.wst.xml.core.internal.provisional.format.StructuredFormatPreferencesXML;

13. WARNING: DiscouragedReference

Discouraged access: The type IStructuredFormatter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatter.java :

37 : public class HTMLFormatter implements IStructuredFormatter {

14. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

64 : CMElementDeclaration decl = getElementDeclaration((Element) node);

15. WARNING: DiscouragedReference

Discouraged access: The method getContentType() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

66 : if (decl.getContentType() == CMElementDeclaration.CDATA)

16. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

66 : if (decl.getContentType() == CMElementDeclaration.CDATA)

17. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

66 : if (decl.getContentType() == CMElementDeclaration.CDATA)

18. WARNING: DiscouragedReference

Discouraged access: The method supports(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

68 : if (decl.supports(HTMLCMProperties.SHOULD_KEEP_SPACE)) {

19. WARNING: DiscouragedReference

Discouraged access: The method getProperty(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

69 : boolean shouldKeepSpace = ((Boolean) decl.getProperty(HTMLCMProperties.SHOULD_KEEP_SPACE)).booleanValue();

20. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

81 : protected boolean canInsertBreakAfter(CMElementDeclaration decl) {

21. WARNING: DiscouragedReference

Discouraged access: The method supports(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

84 : if (!decl.supports(HTMLCMProperties.LINE_BREAK_HINT))

22. WARNING: DiscouragedReference

Discouraged access: The method getProperty(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

86 : String hint = (String) decl.getProperty(HTMLCMProperties.LINE_BREAK_HINT);

23. WARNING: DiscouragedReference

Discouraged access: The method isClosed() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

147 : if (!((IDOMElement) node).isClosed())

24. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

147 : if (!((IDOMElement) node).isClosed())

25. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

153 : IDOMElement element = (IDOMElement) parent;

26. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

153 : IDOMElement element = (IDOMElement) parent;

27. WARNING: DiscouragedReference

Discouraged access: The method getEndStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

155 : if (next == null && element.getEndStructuredDocumentRegion() == null)

28. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

163 : CMElementDeclaration decl = getElementDeclaration(element);

29. WARNING: DiscouragedReference

Discouraged access: The method getContentType() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

165 : if (decl.getContentType() == CMElementDeclaration.ELEMENT)

30. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

165 : if (decl.getContentType() == CMElementDeclaration.ELEMENT)

31. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

165 : if (decl.getContentType() == CMElementDeclaration.ELEMENT)

32. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

175 : IDOMElement element = (IDOMElement) node;

33. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

175 : IDOMElement element = (IDOMElement) node;

34. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

176 : CMElementDeclaration decl = getElementDeclaration(element);

35. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

183 : CMElementDeclaration decl = getElementDeclaration((Element) next);

36. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

192 : protected boolean canInsertBreakBefore(CMElementDeclaration decl) {

37. WARNING: DiscouragedReference

Discouraged access: The method supports(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

195 : if (!decl.supports(HTMLCMProperties.LINE_BREAK_HINT))

38. WARNING: DiscouragedReference

Discouraged access: The method getProperty(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

197 : String hint = (String) decl.getProperty(HTMLCMProperties.LINE_BREAK_HINT);

39. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

262 : IDOMElement element = (IDOMElement) parent;

40. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

262 : IDOMElement element = (IDOMElement) parent;

41. WARNING: DiscouragedReference

Discouraged access: The method getStartStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

264 : if (prev == null && element.getStartStructuredDocumentRegion() == null)

42. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

272 : CMElementDeclaration decl = getElementDeclaration(element);

43. WARNING: DiscouragedReference

Discouraged access: The method getContentType() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

274 : if (decl.getContentType() == CMElementDeclaration.ELEMENT)

44. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

274 : if (decl.getContentType() == CMElementDeclaration.ELEMENT)

45. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

274 : if (decl.getContentType() == CMElementDeclaration.ELEMENT)

46. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

284 : CMElementDeclaration decl = getElementDeclaration((Element) node);

47. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

289 : CMElementDeclaration decl = getElementDeclaration((Element) prev);

48. WARNING: DiscouragedReference

Discouraged access: The type IStructuredFormatContraints is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatter.java :

306 : public void format(Node node, IStructuredFormatContraints contraints) {

49. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

307 : if (node instanceof IDOMNode && contraints instanceof HTMLFormatContraints)

50. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

308 : format((IDOMNode) node, (HTMLFormatContraints) contraints);

51. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

311 : public void format(IDOMNode node, HTMLFormatContraints contraints) {

52. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

330 : protected void formatChildNodes(IDOMNode node, HTMLFormatContraints contraints) {

53. WARNING: DiscouragedReference

Discouraged access: The method getFormatWithSiblingIndent() from the type IStructuredFormatContraints is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatter.java :

342 : indent = contraints.getFormatWithSiblingIndent();

54. WARNING: DiscouragedReference

Discouraged access: The method setFormatWithSiblingIndent(boolean) from the type IStructuredFormatContraints is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatter.java :

343 : contraints.setFormatWithSiblingIndent(false);

55. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

347 : IDOMNode child = (IDOMNode) node.getFirstChild();

56. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

347 : IDOMNode child = (IDOMNode) node.getFirstChild();

57. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

351 : IDOMNode next = (IDOMNode) child.getNextSibling();

58. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

351 : IDOMNode next = (IDOMNode) child.getNextSibling();

59. WARNING: DiscouragedReference

Discouraged access: The type IStructuredFormatter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatter.java :

357 : IStructuredFormatter formatter = HTMLFormatterFactory.getInstance().createFormatter(child, getFormatPreferences());

60. WARNING: DiscouragedReference

Discouraged access: The method format(Node) from the type IStructuredFormatter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatter.java :

364 : formatter.format(child);

61. WARNING: DiscouragedReference

Discouraged access: The method setFormatWithSiblingIndent(boolean) from the type IStructuredFormatContraints is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatter.java :

380 : contraints.setFormatWithSiblingIndent(indent);

62. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

385 : protected void formatNode(IDOMNode node, HTMLFormatContraints contraints) {

63. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatter.java :

393 : IStructuredDocumentRegion flatNode = node.getStartStructuredDocumentRegion();

64. WARNING: DiscouragedReference

Discouraged access: The method getStartStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

393 : IStructuredDocumentRegion flatNode = node.getStartStructuredDocumentRegion();

65. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatter.java :

395 : String source = flatNode.getText();

66. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

410 : String delim = ((IDOMNode) node).getModel().getStructuredDocument().getLineDelimiter();

67. WARNING: DiscouragedReference

Discouraged access: The method getLineDelimiter() from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatter.java :

410 : String delim = ((IDOMNode) node).getModel().getStructuredDocument().getLineDelimiter();

68. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatter.java :

410 : String delim = ((IDOMNode) node).getModel().getStructuredDocument().getLineDelimiter();

69. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

410 : String delim = ((IDOMNode) node).getModel().getStructuredDocument().getLineDelimiter();

70. WARNING: DiscouragedReference

Discouraged access: The method getStartStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

420 : if (((IDOMNode) parent).getStartStructuredDocumentRegion() == null)

71. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

420 : if (((IDOMNode) parent).getStartStructuredDocumentRegion() == null)

72. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

423 : IDOMElement element = (IDOMElement) parent;

73. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

423 : IDOMElement element = (IDOMElement) parent;

74. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

433 : CMElementDeclaration decl = getElementDeclaration(element);

75. WARNING: DiscouragedReference

Discouraged access: The method supports(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

434 : if (decl != null && decl.supports(HTMLCMProperties.SHOULD_INDENT_CHILD_SOURCE)) {

76. WARNING: DiscouragedReference

Discouraged access: The method getProperty(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

435 : boolean shouldIndent = ((Boolean) decl.getProperty(HTMLCMProperties.SHOULD_INDENT_CHILD_SOURCE)).booleanValue();

77. WARNING: DiscouragedReference

Discouraged access: The method getIndent() from the type IStructuredFormatPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatter.java :

449 : return getFormatPreferences().getIndent();

78. WARNING: DiscouragedReference

Discouraged access: The method getLineWidth() from the type IStructuredFormatPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatter.java :

455 : return getFormatPreferences().getLineWidth();

79. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

460 : protected CMElementDeclaration getElementDeclaration(Element element) {

80. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

466 : ModelQuery modelQuery = ModelQueryUtil.getModelQuery(document);

81. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

466 : ModelQuery modelQuery = ModelQueryUtil.getModelQuery(document);

82. WARNING: DiscouragedReference

Discouraged access: The method getModelQuery(Document) from the type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

466 : ModelQuery modelQuery = ModelQueryUtil.getModelQuery(document);

83. WARNING: DiscouragedReference

Discouraged access: The method getCMElementDeclaration(Element) from the type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

469 : return modelQuery.getCMElementDeclaration(element);

84. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

474 : protected void insertBreakAfter(IDOMNode node, HTMLFormatContraints contraints) {

85. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

480 : int documentLength = node.getStructuredDocument().getLength();

86. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatter.java :

481 : if (documentLength < 1 || (node.getEndOffset() >= (documentLength - 1)))

87. WARNING: DiscouragedReference

Discouraged access: The method getFormatWithSiblingIndent() from the type IStructuredFormatContraints is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatter.java :

494 : if (contraints != null && contraints.getFormatWithSiblingIndent()) {

88. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

495 : IDOMNode text = (IDOMNode) next;

89. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

495 : IDOMNode text = (IDOMNode) next;

90. WARNING: DiscouragedReference

Discouraged access: The type IStructuredFormatter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatter.java :

496 : IStructuredFormatter formatter = HTMLFormatterFactory.getInstance().createFormatter(text, getFormatPreferences());

91. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

510 : replaceSource(node.getModel(), node.getEndOffset(), 0, spaces);

92. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatter.java :

510 : replaceSource(node.getModel(), node.getEndOffset(), 0, spaces);

93. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

516 : protected void insertBreakBefore(IDOMNode node, HTMLFormatContraints contraints) {

94. WARNING: DiscouragedReference

Discouraged access: The method getFormatWithSiblingIndent() from the type IStructuredFormatContraints is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatter.java :

528 : if (contraints != null && contraints.getFormatWithSiblingIndent()) {

95. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

529 : IDOMNode text = (IDOMNode) prev;

96. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

529 : IDOMNode text = (IDOMNode) prev;

97. WARNING: DiscouragedReference

Discouraged access: The type IStructuredFormatter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatter.java :

530 : IStructuredFormatter formatter = HTMLFormatterFactory.getInstance().createFormatter(text, getFormatPreferences());

98. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatter.java :

544 : replaceSource(node.getModel(), node.getStartOffset(), 0, spaces);

99. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatter.java :

544 : replaceSource(node.getModel(), node.getStartOffset(), 0, spaces);

100. WARNING: DiscouragedReference

Discouraged access: The method getClearAllBlankLines() from the type IStructuredFormatContraints is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatter.java :

563 : return (!contraints.getClearAllBlankLines());

Source File: org/eclipse/wst/html/core/internal/format/HTMLFormatterFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredFormatPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatterFactory.java :

16 : import org.eclipse.wst.sse.core.internal.format.IStructuredFormatPreferences;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredFormatter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatterFactory.java :

17 : import org.eclipse.wst.sse.core.internal.format.IStructuredFormatter;

3. WARNING: DiscouragedReference

Discouraged access: The type StructuredFormatPreferencesXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatterFactory.java :

18 : import org.eclipse.wst.xml.core.internal.provisional.format.StructuredFormatPreferencesXML;

4. WARNING: DiscouragedReference

Discouraged access: The type StructuredFormatPreferencesXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatterFactory.java :

25 : protected StructuredFormatPreferencesXML fFormatPreferences = null;

5. WARNING: DiscouragedReference

Discouraged access: The type IStructuredFormatter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatterFactory.java :

34 : protected IStructuredFormatter createFormatter(Node node, IStructuredFormatPreferences formatPreferences) {

6. WARNING: DiscouragedReference

Discouraged access: The type IStructuredFormatPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatterFactory.java :

34 : protected IStructuredFormatter createFormatter(Node node, IStructuredFormatPreferences formatPreferences) {

7. WARNING: DiscouragedReference

Discouraged access: The type IStructuredFormatter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatterFactory.java :

35 : IStructuredFormatter formatter = null;

8. WARNING: DiscouragedReference

Discouraged access: The method setFormatPreferences(IStructuredFormatPreferences) from the type IStructuredFormatter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatterFactory.java :

55 : formatter.setFormatPreferences(formatPreferences);

9. WARNING: DiscouragedReference

Discouraged access: The type StructuredFormatPreferencesXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatterFactory.java :

81 : protected StructuredFormatPreferencesXML getFormatPreferences() {

10. WARNING: DiscouragedReference

Discouraged access: The constructor StructuredFormatPreferencesXML() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatterFactory.java :

83 : fFormatPreferences = new StructuredFormatPreferencesXML();

11. WARNING: DiscouragedReference

Discouraged access: The type StructuredFormatPreferencesXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatterFactory.java :

83 : fFormatPreferences = new StructuredFormatPreferencesXML();

12. WARNING: DiscouragedReference

Discouraged access: The method setLineWidth(int) from the type StructuredFormatPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatterFactory.java :

87 : fFormatPreferences.setLineWidth(preferences.getInt(HTMLCorePreferenceNames.LINE_WIDTH));

13. WARNING: DiscouragedReference

Discouraged access: The method setSplitMultiAttrs(boolean) from the type StructuredFormatPreferencesXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatterFactory.java :

88 : fFormatPreferences.setSplitMultiAttrs(preferences.getBoolean(HTMLCorePreferenceNames.SPLIT_MULTI_ATTRS));

14. WARNING: DiscouragedReference

Discouraged access: The method setAlignEndBracket(boolean) from the type StructuredFormatPreferencesXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLFormatterFactory.java :

89 : fFormatPreferences.setAlignEndBracket(preferences.getBoolean(HTMLCorePreferenceNames.ALIGN_END_BRACKET));

15. WARNING: DiscouragedReference

Discouraged access: The method setClearAllBlankLines(boolean) from the type StructuredFormatPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatterFactory.java :

90 : fFormatPreferences.setClearAllBlankLines(preferences.getBoolean(HTMLCorePreferenceNames.CLEAR_ALL_BLANK_LINES));

16. WARNING: DiscouragedReference

Discouraged access: The method setIndent(String) from the type StructuredFormatPreferences is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatterFactory.java :

103 : fFormatPreferences.setIndent(indent.toString());

Source File: org/eclipse/wst/html/core/internal/format/HTMLTextFormatter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLTextFormatter.java :

17 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

2. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

3. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

19 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

4. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

20 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

5. WARNING: DiscouragedReference

Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

21 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMText;

6. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

22 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;

7. WARNING: DiscouragedReference

Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

40 : private boolean canFormatText(IDOMText text) {

8. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLTextFormatter.java :

44 : IStructuredDocumentRegion flatNode = text.getFirstStructuredDocumentRegion();

9. WARNING: DiscouragedReference

Discouraged access: The method getFirstStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

44 : IStructuredDocumentRegion flatNode = text.getFirstStructuredDocumentRegion();

10. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLTextFormatter.java :

46 : String type = flatNode.getType();

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

53 : IDOMElement element = (IDOMElement) parent;

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

53 : IDOMElement element = (IDOMElement) parent;

13. WARNING: DiscouragedReference

Discouraged access: The method isGlobalTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

54 : if (!element.isGlobalTag() && !text.isElementContentWhitespace())

14. WARNING: DiscouragedReference

Discouraged access: The method isElementContentWhitespace() from the type IDOMText is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

54 : if (!element.isGlobalTag() && !text.isElementContentWhitespace())

15. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

67 : return type == DOMRegionContext.BLOCK_TEXT;

16. WARNING: DiscouragedReference

Discouraged access: The field BLOCK_TEXT from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

67 : return type == DOMRegionContext.BLOCK_TEXT;

17. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

82 : private boolean canRemoveHeadingSpaces(IDOMNode node) {

18. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

91 : CMElementDeclaration decl = getElementDeclaration((Element) parent);

19. WARNING: DiscouragedReference

Discouraged access: The method supports(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

92 : if (decl == null || (!decl.supports(HTMLCMProperties.LINE_BREAK_HINT)))

20. WARNING: DiscouragedReference

Discouraged access: The method getProperty(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

94 : String hint = (String) decl.getProperty(HTMLCMProperties.LINE_BREAK_HINT);

21. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

100 : private boolean canRemoveTailingSpaces(IDOMNode node) {

22. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

109 : CMElementDeclaration decl = getElementDeclaration((Element) parent);

23. WARNING: DiscouragedReference

Discouraged access: The method supports(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

110 : if (decl == null || (!decl.supports(HTMLCMProperties.LINE_BREAK_HINT)))

24. WARNING: DiscouragedReference

Discouraged access: The method getProperty(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

112 : String hint = (String) decl.getProperty(HTMLCMProperties.LINE_BREAK_HINT);

25. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

118 : protected void formatNode(IDOMNode node, HTMLFormatContraints contraints) {

26. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

124 : protected void formatText(IDOMNode node, HTMLFormatContraints contraints, int mode) {

27. WARNING: DiscouragedReference

Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

131 : IDOMText text = (IDOMText) node;

28. WARNING: DiscouragedReference

Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

131 : IDOMText text = (IDOMText) node;

29. WARNING: DiscouragedReference

Discouraged access: The method getSource() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

132 : String source = text.getSource();

30. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLTextFormatter.java :

139 : int offset = text.getStartOffset();

31. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLTextFormatter.java :

140 : int length = text.getEndOffset() - offset;

32. WARNING: DiscouragedReference

Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

146 : IDOMText nextText = (IDOMText) next;

33. WARNING: DiscouragedReference

Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

146 : IDOMText nextText = (IDOMText) next;

34. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLTextFormatter.java :

147 : length += (nextText.getEndOffset() - nextText.getStartOffset());

35. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLTextFormatter.java :

147 : length += (nextText.getEndOffset() - nextText.getStartOffset());

36. WARNING: DiscouragedReference

Discouraged access: The method getSource() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

148 : String nextSource = nextText.getSource();

37. WARNING: DiscouragedReference

Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

161 : IDOMText prevText = (IDOMText) prev;

38. WARNING: DiscouragedReference

Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

161 : IDOMText prevText = (IDOMText) prev;

39. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLTextFormatter.java :

162 : offset = prevText.getStartOffset();

40. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLTextFormatter.java :

163 : length += (prevText.getEndOffset() - offset);

41. WARNING: DiscouragedReference

Discouraged access: The method getSource() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

164 : String prevSource = prevText.getSource();

42. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

184 : IDOMNode element = (IDOMNode) parent;

43. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

184 : IDOMNode element = (IDOMNode) parent;

44. WARNING: DiscouragedReference

Discouraged access: The method getStartStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

185 : if (node.getPreviousSibling() == null && element.getStartStructuredDocumentRegion() == null) {

45. WARNING: DiscouragedReference

Discouraged access: The method getEndStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

188 : else if (node.getNextSibling() == null && element.getEndStructuredDocumentRegion() == null) {

46. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLTextFormatter.java :

296 : replaceSource(text.getModel(), offset, length, source);

Source File: org/eclipse/wst/html/core/internal/htmlcss/AbstractCSSModelAdapter.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSModelImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractCSSModelAdapter.java :

16 : import org.eclipse.wst.css.core.internal.document.CSSModelImpl;

2. WARNING: DiscouragedReference

Discouraged access: The type ICSSModelAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractCSSModelAdapter.java :

17 : import org.eclipse.wst.css.core.internal.provisional.adapters.ICSSModelAdapter;

3. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForCSS is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractCSSModelAdapter.java :

18 : import org.eclipse.wst.css.core.internal.provisional.contenttype.ContentTypeIdForCSS;

4. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractCSSModelAdapter.java :

19 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSModel;

5. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractCSSModelAdapter.java :

20 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

6. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractCSSModelAdapter.java :

21 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

7. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractCSSModelAdapter.java :

22 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

8. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractCSSModelAdapter.java :

23 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

9. WARNING: DiscouragedReference

Discouraged access: The type ICSSModelAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractCSSModelAdapter.java :

28 : public abstract class AbstractCSSModelAdapter implements ICSSModelAdapter {

10. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForCSS is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractCSSModelAdapter.java :

29 : private final static String CSS_ID = ContentTypeIdForCSS.ContentTypeID_CSS;

11. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_CSS from the type ContentTypeIdForCSS is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractCSSModelAdapter.java :

29 : private final static String CSS_ID = ContentTypeIdForCSS.ContentTypeID_CSS;

12. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractCSSModelAdapter.java :

32 : private ICSSModel model = null;

13. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractCSSModelAdapter.java :

42 : protected ICSSModel createModel() {

14. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractCSSModelAdapter.java :

46 : IStructuredModel baseModel = ((IDOMNode) getElement()).getModel();

15. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractCSSModelAdapter.java :

46 : IStructuredModel baseModel = ((IDOMNode) getElement()).getModel();

16. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractCSSModelAdapter.java :

46 : IStructuredModel baseModel = ((IDOMNode) getElement()).getModel();

17. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractCSSModelAdapter.java :

47 : ICSSModel newModel = (ICSSModel) baseModel.getModelManager().createUnManagedStructuredModelFor(CSS_ID);

18. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractCSSModelAdapter.java :

47 : ICSSModel newModel = (ICSSModel) baseModel.getModelManager().createUnManagedStructuredModelFor(CSS_ID);

19. WARNING: DiscouragedReference

Discouraged access: The method getModelManager() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractCSSModelAdapter.java :

47 : ICSSModel newModel = (ICSSModel) baseModel.getModelManager().createUnManagedStructuredModelFor(CSS_ID);

20. WARNING: DiscouragedReference

Discouraged access: The method createUnManagedStructuredModelFor(String) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractCSSModelAdapter.java :

47 : ICSSModel newModel = (ICSSModel) baseModel.getModelManager().createUnManagedStructuredModelFor(CSS_ID);

21. WARNING: DiscouragedReference

Discouraged access: The method setOwnerDOMNode(Node) from the type CSSModelImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractCSSModelAdapter.java :

48 : ((CSSModelImpl) newModel).setOwnerDOMNode(getElement());

22. WARNING: DiscouragedReference

Discouraged access: The type CSSModelImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractCSSModelAdapter.java :

48 : ((CSSModelImpl) newModel).setOwnerDOMNode(getElement());

23. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractCSSModelAdapter.java :

60 : protected ICSSModel getExistingModel() {

24. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractCSSModelAdapter.java :

67 : INodeNotifier notifier = (INodeNotifier) target;

25. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractCSSModelAdapter.java :

67 : INodeNotifier notifier = (INodeNotifier) target;

26. WARNING: DiscouragedReference

Discouraged access: The method getAdapters() from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractCSSModelAdapter.java :

70 : Collection adapters = notifier.getAdapters();

27. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractCSSModelAdapter.java :

77 : INodeAdapter adapter = (INodeAdapter) it.next();

28. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractCSSModelAdapter.java :

77 : INodeAdapter adapter = (INodeAdapter) it.next();

29. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractCSSModelAdapter.java :

102 : protected void setModel(ICSSModel model) {

Source File: org/eclipse/wst/html/core/internal/htmlcss/AbstractStyleSheetAdapter.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

22 : import org.eclipse.wst.css.core.internal.event.ICSSStyleListener;

2. WARNING: DiscouragedReference

Discouraged access: The type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

23 : import org.eclipse.wst.css.core.internal.provisional.adapters.IModelProvideAdapter;

3. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

24 : import org.eclipse.wst.css.core.internal.provisional.adapters.IStyleSheetAdapter;

4. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

25 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSModel;

5. WARNING: DiscouragedReference

Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

26 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSNode;

6. WARNING: DiscouragedReference

Discouraged access: The type ICSSSelector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

27 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSSelector;

7. WARNING: DiscouragedReference

Discouraged access: The type ImportedCollector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

28 : import org.eclipse.wst.css.core.internal.util.ImportedCollector;

8. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractStyleSheetAdapter.java :

29 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

9. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractStyleSheetAdapter.java :

30 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

10. WARNING: DiscouragedReference

Discouraged access: The type XMLModelNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractStyleSheetAdapter.java :

31 : import org.eclipse.wst.xml.core.internal.document.XMLModelNotifier;

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractStyleSheetAdapter.java :

32 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractStyleSheetAdapter.java :

33 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

13. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

46 : public abstract class AbstractStyleSheetAdapter extends AbstractCSSModelAdapter implements ICSSStyleListener, IStyleSheetAdapter {

14. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

46 : public abstract class AbstractStyleSheetAdapter extends AbstractCSSModelAdapter implements ICSSStyleListener, IStyleSheetAdapter {

15. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

50 : private final Class StyleSheetAdapterClass = IStyleSheetAdapter.class;

16. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

61 : protected ICSSModel createModel() {

17. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

67 : protected ICSSModel createModel(boolean notify) {

18. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

68 : ICSSModel newModel = super.createModel();

19. WARNING: DiscouragedReference

Discouraged access: The type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

71 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

20. WARNING: DiscouragedReference

Discouraged access: The type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

71 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

21. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractStyleSheetAdapter.java :

71 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

22. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractStyleSheetAdapter.java :

71 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

23. WARNING: DiscouragedReference

Discouraged access: The type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

71 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

24. WARNING: DiscouragedReference

Discouraged access: The method modelProvided(IStructuredModel) from the type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

74 : adapter.modelProvided(newModel);

25. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

82 : ICSSModel model = getModel();

26. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type ICSSModelAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

82 : ICSSModel model = getModel();

27. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

85 : return (StyleSheet) model.getDocument();

28. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

99 : ICSSModel currentModel = getModel();

29. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type ICSSModelAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

99 : ICSSModel currentModel = getModel();

30. WARNING: DiscouragedReference

Discouraged access: The type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

102 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

31. WARNING: DiscouragedReference

Discouraged access: The type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

102 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

32. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractStyleSheetAdapter.java :

102 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

33. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractStyleSheetAdapter.java :

102 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

34. WARNING: DiscouragedReference

Discouraged access: The type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

102 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

35. WARNING: DiscouragedReference

Discouraged access: The method modelReleased(IStructuredModel) from the type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

108 : adapter.modelReleased(currentModel);

36. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractStyleSheetAdapter.java :

111 : currentModel.releaseFromRead();

37. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

117 : ICSSModel currentModel = getModel();

38. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type ICSSModelAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

117 : ICSSModel currentModel = getModel();

39. WARNING: DiscouragedReference

Discouraged access: The type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

122 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

40. WARNING: DiscouragedReference

Discouraged access: The type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

122 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

41. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractStyleSheetAdapter.java :

122 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

42. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractStyleSheetAdapter.java :

122 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

43. WARNING: DiscouragedReference

Discouraged access: The type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

122 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

44. WARNING: DiscouragedReference

Discouraged access: The method modelRemoved(IStructuredModel) from the type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

124 : adapter.modelRemoved(currentModel);

45. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractStyleSheetAdapter.java :

127 : currentModel.releaseFromRead();

46. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

136 : public void styleChanged(ICSSModel srcModel, ICSSSelector[] removed, ICSSSelector[] added, String media) {

47. WARNING: DiscouragedReference

Discouraged access: The type ICSSSelector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

136 : public void styleChanged(ICSSModel srcModel, ICSSSelector[] removed, ICSSSelector[] added, String media) {

48. WARNING: DiscouragedReference

Discouraged access: The type ICSSSelector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

136 : public void styleChanged(ICSSModel srcModel, ICSSSelector[] removed, ICSSSelector[] added, String media) {

49. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractStyleSheetAdapter.java :

145 : if (doc instanceof INodeNotifier) {

50. WARNING: DiscouragedReference

Discouraged access: The method getAdapters() from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractStyleSheetAdapter.java :

146 : Collection adapters = ((INodeNotifier) doc).getAdapters();

51. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractStyleSheetAdapter.java :

146 : Collection adapters = ((INodeNotifier) doc).getAdapters();

52. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractStyleSheetAdapter.java :

153 : INodeAdapter adapter = (INodeAdapter) it.next();

53. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractStyleSheetAdapter.java :

153 : INodeAdapter adapter = (INodeAdapter) it.next();

54. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

154 : if (adapter instanceof ICSSStyleListener) {

55. WARNING: DiscouragedReference

Discouraged access: The method styleChanged(ICSSModel, ICSSSelector[], ICSSSelector[], String) from the type ICSSStyleListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

155 : ((ICSSStyleListener) adapter).styleChanged(srcModel, removed, added, media);

56. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

155 : ((ICSSStyleListener) adapter).styleChanged(srcModel, removed, added, media);

57. WARNING: DiscouragedReference

Discouraged access: The method match(Element, String) from the type ICSSSelector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

177 : match = removed[i].match(elm, null);

58. WARNING: DiscouragedReference

Discouraged access: The method match(Element, String) from the type ICSSSelector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

180 : match = added[i].match(elm, null);

59. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

199 : public void styleUpdate(ICSSModel srcModel) {

60. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractStyleSheetAdapter.java :

200 : IDOMNode node = (IDOMNode) getElement();

61. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractStyleSheetAdapter.java :

200 : IDOMNode node = (IDOMNode) getElement();

62. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractStyleSheetAdapter.java :

203 : IDOMModel model = node.getModel();

63. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractStyleSheetAdapter.java :

203 : IDOMModel model = node.getModel();

64. WARNING: DiscouragedReference

Discouraged access: The type XMLModelNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractStyleSheetAdapter.java :

206 : XMLModelNotifier notifier = model.getModelNotifier();

65. WARNING: DiscouragedReference

Discouraged access: The method getModelNotifier() from the type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractStyleSheetAdapter.java :

206 : XMLModelNotifier notifier = model.getModelNotifier();

66. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractStyleSheetAdapter.java :

211 : DocumentStyle document = (DocumentStyle) model.getDocument();

67. WARNING: DiscouragedReference

Discouraged access: The type ImportedCollector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

215 : ImportedCollector trav = new ImportedCollector();

68. WARNING: DiscouragedReference

Discouraged access: The constructor ImportedCollector() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

215 : ImportedCollector trav = new ImportedCollector();

69. WARNING: DiscouragedReference

Discouraged access: The type ImportedCollector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

215 : ImportedCollector trav = new ImportedCollector();

70. WARNING: DiscouragedReference

Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

218 : if (sheet instanceof ICSSNode)

71. WARNING: DiscouragedReference

Discouraged access: The method apply(ICSSNode) from the type AbstractCssTraverser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

219 : trav.apply((ICSSNode) sheet);

72. WARNING: DiscouragedReference

Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

219 : trav.apply((ICSSNode) sheet);

73. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractStyleSheetAdapter.java :

232 : if (document instanceof INodeNotifier) {

74. WARNING: DiscouragedReference

Discouraged access: The method getAdapters() from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractStyleSheetAdapter.java :

233 : Collection adapters = ((INodeNotifier) document).getAdapters();

75. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractStyleSheetAdapter.java :

233 : Collection adapters = ((INodeNotifier) document).getAdapters();

76. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractStyleSheetAdapter.java :

240 : INodeAdapter adapter = (INodeAdapter) it.next();

77. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractStyleSheetAdapter.java :

240 : INodeAdapter adapter = (INodeAdapter) it.next();

78. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

241 : if (adapter instanceof ICSSStyleListener) {

79. WARNING: DiscouragedReference

Discouraged access: The method styleUpdate(ICSSModel) from the type ICSSStyleListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

242 : ((ICSSStyleListener) adapter).styleUpdate(srcModel);

80. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

AbstractStyleSheetAdapter.java :

242 : ((ICSSStyleListener) adapter).styleUpdate(srcModel);

81. WARNING: DiscouragedReference

Discouraged access: The method propertyChanged(Node) from the type XMLModelNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

AbstractStyleSheetAdapter.java :

247 : notifier.propertyChanged(node);

Source File: org/eclipse/wst/html/core/internal/htmlcss/CSSQueryContext.java
1. WARNING: DiscouragedReference

Discouraged access: The type PropCMProperty is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

17 : import org.eclipse.wst.css.core.internal.contentmodel.PropCMProperty;

2. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclItem is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

18 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSStyleDeclItem;

3. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

19 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSStyleDeclaration;

4. WARNING: DiscouragedReference

Discouraged access: The type ICSSValue is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

20 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSValue;

5. WARNING: DiscouragedReference

Discouraged access: The type CSSLinkConverter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

21 : import org.eclipse.wst.css.core.internal.util.CSSLinkConverter;

6. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

22 : import org.eclipse.wst.css.core.internal.util.declaration.CSSPropertyContext;

7. WARNING: DiscouragedReference

Discouraged access: The type CSSPropertyContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

26 : class CSSQueryContext extends CSSPropertyContext {

8. WARNING: DiscouragedReference

Discouraged access: The constructor CSSPropertyContext() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

31 : super();

9. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

36 : public CSSQueryContext(ICSSStyleDeclaration decl) {

10. WARNING: DiscouragedReference

Discouraged access: The constructor CSSPropertyContext(ICSSStyleDeclaration) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

37 : super(decl);

11. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

43 : public void applyFull(ICSSStyleDeclaration decl) {

12. WARNING: DiscouragedReference

Discouraged access: The field fProperties from the type CSSPropertyContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

46 : Enumeration keys = fProperties.keys();

13. WARNING: DiscouragedReference

Discouraged access: The field fProperties from the type CSSPropertyContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

49 : Object val = fProperties.get(key);

14. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclItem is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

52 : ICSSStyleDeclItem declItem = ((CSSQueryDeclarationData) val).getDeclItem();

15. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclItem is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

54 : ICSSStyleDeclItem itemToRemove = decl.getDeclItemNode(key.toString());

16. WARNING: DiscouragedReference

Discouraged access: The method getDeclItemNode(String) from the type ICSSStyleDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

54 : ICSSStyleDeclItem itemToRemove = decl.getDeclItemNode(key.toString());

17. WARNING: DiscouragedReference

Discouraged access: The method removeDeclItemNode(ICSSStyleDeclItem) from the type ICSSStyleDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

56 : decl.removeDeclItemNode(itemToRemove);

18. WARNING: DiscouragedReference

Discouraged access: The method setDeclItemNode(ICSSStyleDeclItem) from the type ICSSStyleDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

60 : decl.setDeclItemNode(declItem);

19. WARNING: DiscouragedReference

Discouraged access: The type ICSSValue is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

64 : String value = (val instanceof ICSSValue) ? ((ICSSValue) val).getCSSValueText() : val.toString();

20. WARNING: DiscouragedReference

Discouraged access: The method getCSSValueText() from the type ICSSValue is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

64 : String value = (val instanceof ICSSValue) ? ((ICSSValue) val).getCSSValueText() : val.toString();

21. WARNING: DiscouragedReference

Discouraged access: The type ICSSValue is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

64 : String value = (val instanceof ICSSValue) ? ((ICSSValue) val).getCSSValueText() : val.toString();

22. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclItem is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

67 : ICSSStyleDeclItem itemToRemove = decl.getDeclItemNode(key.toString());

23. WARNING: DiscouragedReference

Discouraged access: The method getDeclItemNode(String) from the type ICSSStyleDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

67 : ICSSStyleDeclItem itemToRemove = decl.getDeclItemNode(key.toString());

24. WARNING: DiscouragedReference

Discouraged access: The method removeDeclItemNode(ICSSStyleDeclItem) from the type ICSSStyleDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

69 : decl.removeDeclItemNode(itemToRemove);

25. WARNING: DiscouragedReference

Discouraged access: The field fProperties from the type CSSPropertyContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

82 : Object current = fProperties.get(propName);

26. WARNING: DiscouragedReference

Discouraged access: The field important from the type ValueData is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

85 : if ((!important && currentValue.important) || (currentValue.getSpecificity() > specificity)) {

27. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

94 : public void overrideWithExpand(ICSSStyleDeclaration decl, int specificity) {

28. WARNING: DiscouragedReference

Discouraged access: The type CSSLinkConverter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

98 : CSSLinkConverter conv = new CSSLinkConverter(decl.getOwnerDocument().getModel());

29. WARNING: DiscouragedReference

Discouraged access: The constructor CSSLinkConverter(IStructuredModel) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

98 : CSSLinkConverter conv = new CSSLinkConverter(decl.getOwnerDocument().getModel());

30. WARNING: DiscouragedReference

Discouraged access: The type CSSLinkConverter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

98 : CSSLinkConverter conv = new CSSLinkConverter(decl.getOwnerDocument().getModel());

31. WARNING: DiscouragedReference

Discouraged access: The method getOwnerDocument() from the type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

98 : CSSLinkConverter conv = new CSSLinkConverter(decl.getOwnerDocument().getModel());

32. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type ICSSDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

98 : CSSLinkConverter conv = new CSSLinkConverter(decl.getOwnerDocument().getModel());

33. WARNING: DiscouragedReference

Discouraged access: The type PropCMProperty is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

106 : PropCMProperty prop = PropCMProperty.getInstanceOf(propN);

34. WARNING: DiscouragedReference

Discouraged access: The type PropCMProperty is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

106 : PropCMProperty prop = PropCMProperty.getInstanceOf(propN);

35. WARNING: DiscouragedReference

Discouraged access: The method getInstanceOf(String) from the type PropCMProperty is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

106 : PropCMProperty prop = PropCMProperty.getInstanceOf(propN);

36. WARNING: DiscouragedReference

Discouraged access: The method isShorthand() from the type PropCMProperty is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

109 : if (prop != null && prop.isShorthand()) {

37. WARNING: DiscouragedReference

Discouraged access: The method expandToLeaf(PropCMProperty, String, CSSPropertyContext) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

112 : expandToLeaf(prop, decl.getPropertyValue(propName), context);

38. WARNING: DiscouragedReference

Discouraged access: The method properties() from the type CSSPropertyContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

114 : Enumeration properties = context.properties();

39. WARNING: DiscouragedReference

Discouraged access: The field fProperties from the type CSSPropertyContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

118 : fProperties.put(propN, new CSSQueryValueData(conv.toAbsolute(context.get(propN)), important, specificity));

40. WARNING: DiscouragedReference

Discouraged access: The method toAbsolute(String) from the type CSSLinkConverter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

118 : fProperties.put(propN, new CSSQueryValueData(conv.toAbsolute(context.get(propN)), important, specificity));

41. WARNING: DiscouragedReference

Discouraged access: The method get(String) from the type CSSPropertyContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

118 : fProperties.put(propN, new CSSQueryValueData(conv.toAbsolute(context.get(propN)), important, specificity));

42. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclItem is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

124 : ICSSStyleDeclItem declItem = (ICSSStyleDeclItem) decl.getDeclItemNode(propName).cloneNode(true);

43. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclItem is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

124 : ICSSStyleDeclItem declItem = (ICSSStyleDeclItem) decl.getDeclItemNode(propName).cloneNode(true);

44. WARNING: DiscouragedReference

Discouraged access: The method getDeclItemNode(String) from the type ICSSStyleDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

124 : ICSSStyleDeclItem declItem = (ICSSStyleDeclItem) decl.getDeclItemNode(propName).cloneNode(true);

45. WARNING: DiscouragedReference

Discouraged access: The method cloneNode(boolean) from the type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

124 : ICSSStyleDeclItem declItem = (ICSSStyleDeclItem) decl.getDeclItemNode(propName).cloneNode(true);

46. WARNING: DiscouragedReference

Discouraged access: The method toAbsolute(CSSValue) from the type CSSLinkConverter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

127 : conv.toAbsolute(declItem.item(j));

47. WARNING: DiscouragedReference

Discouraged access: The method setPriority(String) from the type ICSSStyleDeclItem is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

129 : declItem.setPriority(null);

48. WARNING: DiscouragedReference

Discouraged access: The field fProperties from the type CSSPropertyContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryContext.java :

130 : fProperties.put(propN, new CSSQueryDeclarationData(declItem, important, specificity));

Source File: org/eclipse/wst/html/core/internal/htmlcss/CSSQueryDeclarationData.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclItem is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryDeclarationData.java :

13 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSStyleDeclItem;

2. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclItem is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryDeclarationData.java :

22 : ICSSStyleDeclItem declItem;

3. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclItem is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryDeclarationData.java :

24 : public CSSQueryDeclarationData(ICSSStyleDeclItem declItem, boolean imp, int specificity) {

4. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclItem is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryDeclarationData.java :

31 : ICSSStyleDeclItem getDeclItem() {

5. WARNING: DiscouragedReference

Discouraged access: The field value from the type ValueData is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryDeclarationData.java :

38 : if (value == null && declItem != null) {

6. WARNING: DiscouragedReference

Discouraged access: The field value from the type ValueData is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryDeclarationData.java :

39 : value = declItem.getCSSValueText();

7. WARNING: DiscouragedReference

Discouraged access: The method getCSSValueText() from the type ICSSValue is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryDeclarationData.java :

39 : value = declItem.getCSSValueText();

8. WARNING: DiscouragedReference

Discouraged access: The field value from the type ValueData is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryDeclarationData.java :

41 : return value;

Source File: org/eclipse/wst/html/core/internal/htmlcss/CSSQueryTraverser.java
1. WARNING: DiscouragedReference

Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryTraverser.java :

15 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSNode;

2. WARNING: DiscouragedReference

Discouraged access: The type ICSSSelector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryTraverser.java :

16 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSSelector;

3. WARNING: DiscouragedReference

Discouraged access: The type ICSSSelectorList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryTraverser.java :

17 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSSelectorList;

4. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryTraverser.java :

18 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSStyleDeclaration;

5. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryTraverser.java :

19 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSStyleRule;

6. WARNING: DiscouragedReference

Discouraged access: The type AbstractCssTraverser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryTraverser.java :

20 : import org.eclipse.wst.css.core.internal.util.AbstractCssTraverser;

7. WARNING: DiscouragedReference

Discouraged access: The type CSSStyleDeclarationFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryTraverser.java :

21 : import org.eclipse.wst.css.core.internal.util.CSSStyleDeclarationFactory;

8. WARNING: DiscouragedReference

Discouraged access: The type AbstractCssTraverser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryTraverser.java :

27 : public class CSSQueryTraverser extends AbstractCssTraverser {

9. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryTraverser.java :

32 : ICSSStyleDeclaration decl = null;

10. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryTraverser.java :

36 : public ICSSStyleDeclaration getDeclaration() {

11. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryTraverser.java :

38 : ICSSStyleDeclaration inlineStyle = (ICSSStyleDeclaration) ((ElementCSSInlineStyle) element).getStyle();

12. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryTraverser.java :

38 : ICSSStyleDeclaration inlineStyle = (ICSSStyleDeclaration) ((ElementCSSInlineStyle) element).getStyle();

13. WARNING: DiscouragedReference

Discouraged access: The type CSSStyleDeclarationFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryTraverser.java :

55 : decl = CSSStyleDeclarationFactory.getInstance().createStyleDeclaration();

14. WARNING: DiscouragedReference

Discouraged access: The method getInstance() from the type CSSStyleDeclarationFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryTraverser.java :

55 : decl = CSSStyleDeclarationFactory.getInstance().createStyleDeclaration();

15. WARNING: DiscouragedReference

Discouraged access: The method createStyleDeclaration() from the type CSSStyleDeclarationFactoryContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryTraverser.java :

55 : decl = CSSStyleDeclarationFactory.getInstance().createStyleDeclaration();

16. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryTraverser.java :

62 : private void overwriteDeclaration(ICSSStyleDeclaration d, int specificity) {

17. WARNING: DiscouragedReference

Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryTraverser.java :

72 : protected short postNode(ICSSNode node) {

18. WARNING: DiscouragedReference

Discouraged access: The field TRAV_CONT from the type AbstractCssTraverser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryTraverser.java :

73 : return TRAV_CONT;

19. WARNING: DiscouragedReference

Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryTraverser.java :

78 : protected short preNode(ICSSNode node) {

20. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryTraverser.java :

79 : if (node instanceof ICSSStyleRule) {

21. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryTraverser.java :

81 : ICSSStyleRule style = (ICSSStyleRule) node;

22. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryTraverser.java :

81 : ICSSStyleRule style = (ICSSStyleRule) node;

23. WARNING: DiscouragedReference

Discouraged access: The type ICSSSelectorList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryTraverser.java :

82 : ICSSSelectorList list = style.getSelectors();

24. WARNING: DiscouragedReference

Discouraged access: The method getSelectors() from the type ICSSStyleRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryTraverser.java :

82 : ICSSSelectorList list = style.getSelectors();

25. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type ICSSSelectorList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryTraverser.java :

83 : int nSelectors = list.getLength();

26. WARNING: DiscouragedReference

Discouraged access: The type ICSSSelector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryTraverser.java :

87 : ICSSSelector selector = list.getSelector(iSelector);

27. WARNING: DiscouragedReference

Discouraged access: The method getSelector(int) from the type ICSSSelectorList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryTraverser.java :

87 : ICSSSelector selector = list.getSelector(iSelector);

28. WARNING: DiscouragedReference

Discouraged access: The method getSpecificity() from the type ICSSSelector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryTraverser.java :

88 : int specificity = selector.getSpecificity();

29. WARNING: DiscouragedReference

Discouraged access: The method match(Element, String) from the type ICSSSelector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryTraverser.java :

89 : if (maxSpecificity < specificity && selector.match(element, pseudoName)) {

30. WARNING: DiscouragedReference

Discouraged access: The type ICSSStyleDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryTraverser.java :

95 : overwriteDeclaration((ICSSStyleDeclaration) style.getStyle(), maxSpecificity);

31. WARNING: DiscouragedReference

Discouraged access: The field TRAV_PRUNE from the type AbstractCssTraverser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryTraverser.java :

97 : return TRAV_PRUNE;

32. WARNING: DiscouragedReference

Discouraged access: The field TRAV_CONT from the type AbstractCssTraverser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryTraverser.java :

99 : return TRAV_CONT;

Source File: org/eclipse/wst/html/core/internal/htmlcss/CSSQueryValueData.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValueData is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryValueData.java :

13 : import org.eclipse.wst.css.core.internal.util.declaration.ValueData;

2. WARNING: DiscouragedReference

Discouraged access: The type ValueData is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryValueData.java :

19 : class CSSQueryValueData extends ValueData {

3. WARNING: DiscouragedReference

Discouraged access: The constructor ValueData() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryValueData.java :

26 : super();

4. WARNING: DiscouragedReference

Discouraged access: The constructor ValueData(String, boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryValueData.java :

32 : super(val, imp);

5. WARNING: DiscouragedReference

Discouraged access: The constructor ValueData(String, boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

CSSQueryValueData.java :

38 : super(val, imp);

Source File: org/eclipse/wst/html/core/internal/htmlcss/HTMLDocumentAdapter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

22 : import org.eclipse.wst.css.core.internal.provisional.adapters.IStyleSheetAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetListAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

23 : import org.eclipse.wst.css.core.internal.provisional.adapters.IStyleSheetListAdapter;

3. WARNING: DiscouragedReference

Discouraged access: The type ICSSImportRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

24 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSImportRule;

4. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

25 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSModel;

5. WARNING: DiscouragedReference

Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

26 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSNode;

6. WARNING: DiscouragedReference

Discouraged access: The type CSSClassTraverser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

27 : import org.eclipse.wst.css.core.internal.util.CSSClassTraverser;

7. WARNING: DiscouragedReference

Discouraged access: The type ImportRuleCollector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

28 : import org.eclipse.wst.css.core.internal.util.ImportRuleCollector;

8. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentAdapter.java :

31 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

9. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentAdapter.java :

32 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

10. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentAdapter.java :

33 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

11. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetListAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

45 : public class HTMLDocumentAdapter implements IStyleSheetListAdapter, StyleSheetList {

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentAdapter.java :

60 : IDOMElement element = (IDOMElement) node;

13. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentAdapter.java :

60 : IDOMElement element = (IDOMElement) node;

14. WARNING: DiscouragedReference

Discouraged access: The method isGlobalTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentAdapter.java :

65 : if (tagName.equalsIgnoreCase(HTML40Namespace.ElementName.HTML) || tagName.equalsIgnoreCase(HTML40Namespace.ElementName.HEAD) || tagName.equalsIgnoreCase(HTML40Namespace.ElementName.NOSCRIPT) || tagName.equalsIgnoreCase(HTML40Namespace.ElementName.BASE) || tagName.equalsIgnoreCase(JSP11Namespace.ElementName.ROOT) || (!element.isGlobalTag() && element.isContainer())) {

15. WARNING: DiscouragedReference

Discouraged access: The method isContainer() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentAdapter.java :

65 : if (tagName.equalsIgnoreCase(HTML40Namespace.ElementName.HTML) || tagName.equalsIgnoreCase(HTML40Namespace.ElementName.HEAD) || tagName.equalsIgnoreCase(HTML40Namespace.ElementName.NOSCRIPT) || tagName.equalsIgnoreCase(HTML40Namespace.ElementName.BASE) || tagName.equalsIgnoreCase(JSP11Namespace.ElementName.ROOT) || (!element.isGlobalTag() && element.isContainer())) {

16. WARNING: DiscouragedReference

Discouraged access: The method isCommentTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentAdapter.java :

68 : else if (element.isCommentTag()) {

17. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentAdapter.java :

90 : INodeNotifier notifier = element;

18. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentAdapter.java :

91 : INodeAdapter adapter = notifier.getAdapterFor(IStyleSheetAdapter.class);

19. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentAdapter.java :

91 : INodeAdapter adapter = notifier.getAdapterFor(IStyleSheetAdapter.class);

20. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

91 : INodeAdapter adapter = notifier.getAdapterFor(IStyleSheetAdapter.class);

21. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

92 : if (adapter != null && adapter instanceof IStyleSheetAdapter) {

22. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentAdapter.java :

98 : INodeNotifier notifier = element;

23. WARNING: DiscouragedReference

Discouraged access: The method getExistingAdapter(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentAdapter.java :

99 : if (notifier.getExistingAdapter(IStyleSheetListAdapter.class) == null) {

24. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetListAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

99 : if (notifier.getExistingAdapter(IStyleSheetListAdapter.class) == null) {

25. WARNING: DiscouragedReference

Discouraged access: The method addAdapter(INodeAdapter) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentAdapter.java :

100 : notifier.addAdapter(this);

26. WARNING: DiscouragedReference

Discouraged access: The type CSSClassTraverser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

132 : CSSClassTraverser traverser = new CSSClassTraverser();

27. WARNING: DiscouragedReference

Discouraged access: The constructor CSSClassTraverser() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

132 : CSSClassTraverser traverser = new CSSClassTraverser();

28. WARNING: DiscouragedReference

Discouraged access: The type CSSClassTraverser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

132 : CSSClassTraverser traverser = new CSSClassTraverser();

29. WARNING: DiscouragedReference

Discouraged access: The method setTraverseImported(boolean) from the type AbstractCssTraverser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

133 : traverser.setTraverseImported(true);

30. WARNING: DiscouragedReference

Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

137 : if (sheet instanceof ICSSNode) {

31. WARNING: DiscouragedReference

Discouraged access: The method apply(ICSSNode) from the type AbstractCssTraverser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

138 : traverser.apply((ICSSNode) sheet);

32. WARNING: DiscouragedReference

Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

138 : traverser.apply((ICSSNode) sheet);

33. WARNING: DiscouragedReference

Discouraged access: The method getClassNames() from the type CSSClassTraverser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

141 : classes.addAll(traverser.getClassNames());

34. WARNING: DiscouragedReference

Discouraged access: The method setTraverseImported(boolean) from the type AbstractCssTraverser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

185 : query.setTraverseImported(true);

35. WARNING: DiscouragedReference

Discouraged access: The method setTraverseImportFirst(boolean) from the type AbstractCssTraverser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

186 : query.setTraverseImportFirst(true);

36. WARNING: DiscouragedReference

Discouraged access: The method apply(ICSSNode) from the type AbstractCssTraverser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

194 : query.apply((ICSSNode) ss);

37. WARNING: DiscouragedReference

Discouraged access: The type ICSSNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

194 : query.apply((ICSSNode) ss);

38. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetListAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

228 : return (type == IStyleSheetListAdapter.class);

39. WARNING: DiscouragedReference

Discouraged access: The method getSheet() from the type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

241 : StyleSheet sheet = ((IStyleSheetAdapter) validAdapters.get(index)).getSheet();

40. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

241 : StyleSheet sheet = ((IStyleSheetAdapter) validAdapters.get(index)).getSheet();

41. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

243 : ICSSModel model = ((AbstractStyleSheetAdapter) validAdapters.get(index)).createModel();

42. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

244 : sheet = ((model != null) ? (StyleSheet) model.getDocument() : null);

43. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentAdapter.java :

251 : public void notifyChanged(INodeNotifier notifier, int eventType, Object changedFeature, Object oldValue, Object newValue, int pos) {

44. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentAdapter.java :

254 : case INodeNotifier.ADD :

45. WARNING: DiscouragedReference

Discouraged access: The field ADD from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentAdapter.java :

254 : case INodeNotifier.ADD :

46. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentAdapter.java :

257 : case INodeNotifier.REMOVE :

47. WARNING: DiscouragedReference

Discouraged access: The field REMOVE from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentAdapter.java :

257 : case INodeNotifier.REMOVE :

48. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentAdapter.java :

260 : case INodeNotifier.CHANGE :

49. WARNING: DiscouragedReference

Discouraged access: The field CHANGE from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentAdapter.java :

260 : case INodeNotifier.CHANGE :

50. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentAdapter.java :

268 : IDOMElement element = (IDOMElement) node;

51. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentAdapter.java :

268 : IDOMElement element = (IDOMElement) node;

52. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentAdapter.java :

273 : if (eventType == INodeNotifier.CHANGE) {

53. WARNING: DiscouragedReference

Discouraged access: The field CHANGE from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentAdapter.java :

273 : if (eventType == INodeNotifier.CHANGE) {

54. WARNING: DiscouragedReference

Discouraged access: The method isCommentTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentAdapter.java :

279 : if (tagName.equalsIgnoreCase(HTML40Namespace.ElementName.HTML) || tagName.equalsIgnoreCase(HTML40Namespace.ElementName.HEAD) || tagName.equalsIgnoreCase(HTML40Namespace.ElementName.STYLE) || tagName.equalsIgnoreCase(HTML40Namespace.ElementName.LINK) || tagName.equalsIgnoreCase(HTML40Namespace.ElementName.NOSCRIPT) || tagName.equalsIgnoreCase(JSP11Namespace.ElementName.ROOT) || element.isCommentTag() || (!element.isGlobalTag() && element.isContainer())) {

55. WARNING: DiscouragedReference

Discouraged access: The method isGlobalTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentAdapter.java :

279 : if (tagName.equalsIgnoreCase(HTML40Namespace.ElementName.HTML) || tagName.equalsIgnoreCase(HTML40Namespace.ElementName.HEAD) || tagName.equalsIgnoreCase(HTML40Namespace.ElementName.STYLE) || tagName.equalsIgnoreCase(HTML40Namespace.ElementName.LINK) || tagName.equalsIgnoreCase(HTML40Namespace.ElementName.NOSCRIPT) || tagName.equalsIgnoreCase(JSP11Namespace.ElementName.ROOT) || element.isCommentTag() || (!element.isGlobalTag() && element.isContainer())) {

56. WARNING: DiscouragedReference

Discouraged access: The method isContainer() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentAdapter.java :

279 : if (tagName.equalsIgnoreCase(HTML40Namespace.ElementName.HTML) || tagName.equalsIgnoreCase(HTML40Namespace.ElementName.HEAD) || tagName.equalsIgnoreCase(HTML40Namespace.ElementName.STYLE) || tagName.equalsIgnoreCase(HTML40Namespace.ElementName.LINK) || tagName.equalsIgnoreCase(HTML40Namespace.ElementName.NOSCRIPT) || tagName.equalsIgnoreCase(JSP11Namespace.ElementName.ROOT) || element.isCommentTag() || (!element.isGlobalTag() && element.isContainer())) {

57. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

306 : ICSSModel model = ((StyleElementAdapter) adapter).getModel();

58. WARNING: DiscouragedReference

Discouraged access: The type ImportRuleCollector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

307 : ImportRuleCollector trav = new ImportRuleCollector();

59. WARNING: DiscouragedReference

Discouraged access: The constructor ImportRuleCollector() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

307 : ImportRuleCollector trav = new ImportRuleCollector();

60. WARNING: DiscouragedReference

Discouraged access: The type ImportRuleCollector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

307 : ImportRuleCollector trav = new ImportRuleCollector();

61. WARNING: DiscouragedReference

Discouraged access: The method apply(ICSSModel) from the type AbstractCssTraverser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

308 : trav.apply(model);

62. WARNING: DiscouragedReference

Discouraged access: The method getRules() from the type ImportRuleCollector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

309 : Iterator iRule = trav.getRules().iterator();

63. WARNING: DiscouragedReference

Discouraged access: The type ICSSImportRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

311 : ICSSImportRule rule = (ICSSImportRule) iRule.next();

64. WARNING: DiscouragedReference

Discouraged access: The type ICSSImportRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

311 : ICSSImportRule rule = (ICSSImportRule) iRule.next();

65. WARNING: DiscouragedReference

Discouraged access: The method refreshStyleSheet() from the type ICSSImportRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

312 : rule.refreshStyleSheet();

66. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentAdapter.java :

321 : INodeNotifier notifier = (INodeNotifier) target;

67. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentAdapter.java :

321 : INodeNotifier notifier = (INodeNotifier) target;

68. WARNING: DiscouragedReference

Discouraged access: The method getAdapters() from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentAdapter.java :

324 : Collection adapters = notifier.getAdapters();

69. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentAdapter.java :

331 : INodeAdapter adapter = (INodeAdapter) it.next();

70. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentAdapter.java :

331 : INodeAdapter adapter = (INodeAdapter) it.next();

71. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

346 : IStyleSheetAdapter adapter = (IStyleSheetAdapter) it.next();

72. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

346 : IStyleSheetAdapter adapter = (IStyleSheetAdapter) it.next();

73. WARNING: DiscouragedReference

Discouraged access: The method released() from the type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

353 : adapter.released();

74. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

367 : IStyleSheetAdapter adapter = (IStyleSheetAdapter) it.next();

75. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

367 : IStyleSheetAdapter adapter = (IStyleSheetAdapter) it.next();

76. WARNING: DiscouragedReference

Discouraged access: The method released() from the type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

369 : adapter.released();

77. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

381 : IStyleSheetAdapter adapter = (IStyleSheetAdapter) it.next();

78. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

381 : IStyleSheetAdapter adapter = (IStyleSheetAdapter) it.next();

79. WARNING: DiscouragedReference

Discouraged access: The method removed() from the type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLDocumentAdapter.java :

388 : adapter.removed();

Source File: org/eclipse/wst/html/core/internal/htmlcss/HTMLStyleSelectorAdapter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStyleSelectorAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLStyleSelectorAdapter.java :

17 : import org.eclipse.wst.css.core.internal.provisional.adapters.IStyleSelectorAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type ICSSSimpleSelector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLStyleSelectorAdapter.java :

18 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSSimpleSelector;

3. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLStyleSelectorAdapter.java :

19 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

4. WARNING: DiscouragedReference

Discouraged access: The type IStyleSelectorAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLStyleSelectorAdapter.java :

25 : public class HTMLStyleSelectorAdapter implements IStyleSelectorAdapter {

5. WARNING: DiscouragedReference

Discouraged access: The type IStyleSelectorAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLStyleSelectorAdapter.java :

28 : private Object toMatch = IStyleSelectorAdapter.class;

6. WARNING: DiscouragedReference

Discouraged access: The type ICSSSimpleSelector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLStyleSelectorAdapter.java :

41 : public boolean match(ICSSSimpleSelector selector, Element element, String pseudoName) {

7. WARNING: DiscouragedReference

Discouraged access: The method getNumOfPseudoNames() from the type ICSSSimpleSelector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLStyleSelectorAdapter.java :

48 : i = selector.getNumOfPseudoNames();

8. WARNING: DiscouragedReference

Discouraged access: The method getPseudoName(int) from the type ICSSSimpleSelector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLStyleSelectorAdapter.java :

53 : if (pseudoName.equalsIgnoreCase(selector.getPseudoName(i))) {

9. WARNING: DiscouragedReference

Discouraged access: The method isUniversal() from the type ICSSSimpleSelector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLStyleSelectorAdapter.java :

62 : if (!selector.isUniversal() && !element.getNodeName().equalsIgnoreCase(selector.getName()))

10. WARNING: DiscouragedReference

Discouraged access: The method getName() from the type ICSSSimpleSelector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLStyleSelectorAdapter.java :

62 : if (!selector.isUniversal() && !element.getNodeName().equalsIgnoreCase(selector.getName()))

11. WARNING: DiscouragedReference

Discouraged access: The method getNumOfIDs() from the type ICSSSimpleSelector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLStyleSelectorAdapter.java :

66 : i = selector.getNumOfIDs();

12. WARNING: DiscouragedReference

Discouraged access: The method getID(int) from the type ICSSSimpleSelector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLStyleSelectorAdapter.java :

73 : if (!selector.getID(0).equals(key))

13. WARNING: DiscouragedReference

Discouraged access: The method getNumOfClasses() from the type ICSSSimpleSelector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLStyleSelectorAdapter.java :

78 : i = selector.getNumOfClasses();

14. WARNING: DiscouragedReference

Discouraged access: The method getClass(int) from the type ICSSSimpleSelector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLStyleSelectorAdapter.java :

87 : if (selector.getClass(i).equals(tokenizer.nextToken())) {

15. WARNING: DiscouragedReference

Discouraged access: The method getNumOfAttributes() from the type ICSSSimpleSelector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLStyleSelectorAdapter.java :

98 : for (i = selector.getNumOfAttributes() - 1; i >= 0; i--) {

16. WARNING: DiscouragedReference

Discouraged access: The method getAttribute(int) from the type ICSSSimpleSelector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLStyleSelectorAdapter.java :

99 : StringTokenizer tokenizer = new StringTokenizer(selector.getAttribute(i), "=~| \t\r\n\f");//$NON-NLS-1$

17. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLStyleSelectorAdapter.java :

139 : public void notifyChanged(INodeNotifier notifier, int eventType, Object changedFeature, Object oldValue, Object newValue, int pos) {

Source File: org/eclipse/wst/html/core/internal/htmlcss/HTMLStyleSelectorAdapterFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStyleSelectorAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLStyleSelectorAdapterFactory.java :

15 : import org.eclipse.wst.css.core.internal.provisional.adapters.IStyleSelectorAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLStyleSelectorAdapterFactory.java :

16 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

3. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLStyleSelectorAdapterFactory.java :

17 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapterFactory;

4. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLStyleSelectorAdapterFactory.java :

18 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

5. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLStyleSelectorAdapterFactory.java :

23 : public class HTMLStyleSelectorAdapterFactory implements INodeAdapterFactory {

6. WARNING: DiscouragedReference

Discouraged access: The type IStyleSelectorAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLStyleSelectorAdapterFactory.java :

26 : private Object toMatch = IStyleSelectorAdapter.class;

7. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLStyleSelectorAdapterFactory.java :

44 : public INodeAdapter adapt(INodeNotifier notifier) {

8. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLStyleSelectorAdapterFactory.java :

44 : public INodeAdapter adapt(INodeNotifier notifier) {

9. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLStyleSelectorAdapterFactory.java :

45 : INodeAdapter adapter = notifier.getExistingAdapter(IStyleSelectorAdapter.class);

10. WARNING: DiscouragedReference

Discouraged access: The method getExistingAdapter(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLStyleSelectorAdapterFactory.java :

45 : INodeAdapter adapter = notifier.getExistingAdapter(IStyleSelectorAdapter.class);

11. WARNING: DiscouragedReference

Discouraged access: The type IStyleSelectorAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

HTMLStyleSelectorAdapterFactory.java :

45 : INodeAdapter adapter = notifier.getExistingAdapter(IStyleSelectorAdapter.class);

12. WARNING: DiscouragedReference

Discouraged access: The method addAdapter(INodeAdapter) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLStyleSelectorAdapterFactory.java :

49 : notifier.addAdapter(adapter);

13. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLStyleSelectorAdapterFactory.java :

73 : public INodeAdapterFactory copy() {

Source File: org/eclipse/wst/html/core/internal/htmlcss/LinkElementAdapter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

17 : import org.eclipse.wst.css.core.internal.provisional.adapters.IModelProvideAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetListAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

18 : import org.eclipse.wst.css.core.internal.provisional.adapters.IStyleSheetListAdapter;

3. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForCSS is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

19 : import org.eclipse.wst.css.core.internal.provisional.contenttype.ContentTypeIdForCSS;

4. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

20 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSModel;

5. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LinkElementAdapter.java :

21 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

6. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LinkElementAdapter.java :

22 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

7. WARNING: DiscouragedReference

Discouraged access: The type URIResolver is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LinkElementAdapter.java :

23 : import org.eclipse.wst.sse.core.internal.util.URIResolver;

8. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

LinkElementAdapter.java :

24 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

9. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

LinkElementAdapter.java :

25 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

10. WARNING: DiscouragedReference

Discouraged access: The type ContentTypeIdForCSS is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

34 : private final static String CSS_ID = ContentTypeIdForCSS.ContentTypeID_CSS;

11. WARNING: DiscouragedReference

Discouraged access: The field ContentTypeID_CSS from the type ContentTypeIdForCSS is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

34 : private final static String CSS_ID = ContentTypeIdForCSS.ContentTypeID_CSS;

12. WARNING: DiscouragedReference

Discouraged access: The type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

38 : private final Class ModelProvideAdapterClass = IModelProvideAdapter.class;

13. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LinkElementAdapter.java :

57 : INodeNotifier notifier = (INodeNotifier) document;

14. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LinkElementAdapter.java :

57 : INodeNotifier notifier = (INodeNotifier) document;

15. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LinkElementAdapter.java :

58 : HTMLDocumentAdapter adapter = (HTMLDocumentAdapter) notifier.getAdapterFor(IStyleSheetListAdapter.class);

16. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetListAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

58 : HTMLDocumentAdapter adapter = (HTMLDocumentAdapter) notifier.getAdapterFor(IStyleSheetListAdapter.class);

17. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

64 : protected ICSSModel createModel() {

18. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LinkElementAdapter.java :

68 : IStructuredModel baseModel = ((IDOMNode) getElement()).getModel();

19. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

LinkElementAdapter.java :

68 : IStructuredModel baseModel = ((IDOMNode) getElement()).getModel();

20. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

LinkElementAdapter.java :

68 : IStructuredModel baseModel = ((IDOMNode) getElement()).getModel();

21. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

69 : ICSSModel newModel = (ICSSModel) baseModel.getModelManager().createUnManagedStructuredModelFor(CSS_ID);

22. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

69 : ICSSModel newModel = (ICSSModel) baseModel.getModelManager().createUnManagedStructuredModelFor(CSS_ID);

23. WARNING: DiscouragedReference

Discouraged access: The method getModelManager() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LinkElementAdapter.java :

69 : ICSSModel newModel = (ICSSModel) baseModel.getModelManager().createUnManagedStructuredModelFor(CSS_ID);

24. WARNING: DiscouragedReference

Discouraged access: The method createUnManagedStructuredModelFor(String) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LinkElementAdapter.java :

69 : ICSSModel newModel = (ICSSModel) baseModel.getModelManager().createUnManagedStructuredModelFor(CSS_ID);

25. WARNING: DiscouragedReference

Discouraged access: The type URIResolver is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LinkElementAdapter.java :

73 : URIResolver resolver = baseModel.getResolver();

26. WARNING: DiscouragedReference

Discouraged access: The method getResolver() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LinkElementAdapter.java :

73 : URIResolver resolver = baseModel.getResolver();

27. WARNING: DiscouragedReference

Discouraged access: The method getLocationByURI(String, boolean) from the type URIResolver is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LinkElementAdapter.java :

77 : String absurl = (resolver != null && ref != null) ? resolver.getLocationByURI(ref, true) : null;

28. WARNING: DiscouragedReference

Discouraged access: The method getBaseLocation() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LinkElementAdapter.java :

79 : IPath basePath = new Path(baseModel.getBaseLocation());

29. WARNING: DiscouragedReference

Discouraged access: The method toAbsolute(String) from the type URLHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

81 : absurl = helper.toAbsolute(ref == null ? "" : ref);//$NON-NLS-1$

30. WARNING: DiscouragedReference

Discouraged access: The method setBaseLocation(String) from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LinkElementAdapter.java :

89 : newModel.setBaseLocation(absurl);

31. WARNING: DiscouragedReference

Discouraged access: The method addStyleListener(ICSSStyleListener) from the type ICSSStyleNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

92 : newModel.addStyleListener(this);

32. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

99 : public ICSSModel getModel() {

33. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

100 : ICSSModel model = getExistingModel();

34. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

102 : ICSSModel oldModel = model;

35. WARNING: DiscouragedReference

Discouraged access: The type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

110 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

36. WARNING: DiscouragedReference

Discouraged access: The type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

110 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

37. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LinkElementAdapter.java :

110 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

38. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LinkElementAdapter.java :

110 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

39. WARNING: DiscouragedReference

Discouraged access: The type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

110 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

40. WARNING: DiscouragedReference

Discouraged access: The method modelRemoved(IStructuredModel) from the type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

112 : adapter.modelRemoved(oldModel);

41. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LinkElementAdapter.java :

117 : oldModel.releaseFromRead();

42. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LinkElementAdapter.java :

126 : public void notifyChanged(INodeNotifier notifier, int eventType, Object changedFeature, Object oldValue, Object newValue, int pos) {

43. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LinkElementAdapter.java :

127 : if (eventType != INodeNotifier.CHANGE)

44. WARNING: DiscouragedReference

Discouraged access: The field CHANGE from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LinkElementAdapter.java :

127 : if (eventType != INodeNotifier.CHANGE)

45. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

LinkElementAdapter.java :

147 : IDOMNode node = (IDOMNode) getElement();

46. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

LinkElementAdapter.java :

147 : IDOMNode node = (IDOMNode) getElement();

47. WARNING: DiscouragedReference

Discouraged access: The method notify(int, Object, Object, Object, int) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LinkElementAdapter.java :

149 : node.notify(INodeNotifier.CHANGE, getElement().getAttributeNode(org.eclipse.wst.html.core.internal.provisional.HTML40Namespace.ATTR_NAME_HREF), null, null, node.getStartOffset());

48. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LinkElementAdapter.java :

149 : node.notify(INodeNotifier.CHANGE, getElement().getAttributeNode(org.eclipse.wst.html.core.internal.provisional.HTML40Namespace.ATTR_NAME_HREF), null, null, node.getStartOffset());

49. WARNING: DiscouragedReference

Discouraged access: The field CHANGE from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LinkElementAdapter.java :

149 : node.notify(INodeNotifier.CHANGE, getElement().getAttributeNode(org.eclipse.wst.html.core.internal.provisional.HTML40Namespace.ATTR_NAME_HREF), null, null, node.getStartOffset());

50. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LinkElementAdapter.java :

149 : node.notify(INodeNotifier.CHANGE, getElement().getAttributeNode(org.eclipse.wst.html.core.internal.provisional.HTML40Namespace.ATTR_NAME_HREF), null, null, node.getStartOffset());

51. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

157 : ICSSModel model = getExistingModel();

52. WARNING: DiscouragedReference

Discouraged access: The type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

161 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

53. WARNING: DiscouragedReference

Discouraged access: The type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

161 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

54. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LinkElementAdapter.java :

161 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

55. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LinkElementAdapter.java :

161 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

56. WARNING: DiscouragedReference

Discouraged access: The type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

161 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

57. WARNING: DiscouragedReference

Discouraged access: The method modelReleased(IStructuredModel) from the type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

168 : adapter.modelReleased(model);

58. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LinkElementAdapter.java :

171 : model.releaseFromRead();

59. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

180 : ICSSModel model = getExistingModel();

60. WARNING: DiscouragedReference

Discouraged access: The type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

186 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

61. WARNING: DiscouragedReference

Discouraged access: The type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

186 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

62. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LinkElementAdapter.java :

186 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

63. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LinkElementAdapter.java :

186 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

64. WARNING: DiscouragedReference

Discouraged access: The type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

186 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

65. WARNING: DiscouragedReference

Discouraged access: The method modelRemoved(IStructuredModel) from the type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

188 : adapter.modelRemoved(model);

66. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LinkElementAdapter.java :

191 : model.releaseFromRead();

67. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

217 : private ICSSModel retrieveModel() {

68. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

LinkElementAdapter.java :

226 : IDOMModel baseModel = ((IDOMNode) element).getModel();

69. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

LinkElementAdapter.java :

226 : IDOMModel baseModel = ((IDOMNode) element).getModel();

70. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

LinkElementAdapter.java :

226 : IDOMModel baseModel = ((IDOMNode) element).getModel();

71. WARNING: DiscouragedReference

Discouraged access: The method getId() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LinkElementAdapter.java :

229 : Object id = baseModel.getId();

72. WARNING: DiscouragedReference

Discouraged access: The type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

235 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(ModelProvideAdapterClass);

73. WARNING: DiscouragedReference

Discouraged access: The type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

235 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(ModelProvideAdapterClass);

74. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LinkElementAdapter.java :

235 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(ModelProvideAdapterClass);

75. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LinkElementAdapter.java :

235 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(ModelProvideAdapterClass);

76. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LinkElementAdapter.java :

239 : IStructuredModel newModel = provider.getModelForRead(baseModel, href);

77. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

242 : if (!(newModel instanceof ICSSModel)) {

78. WARNING: DiscouragedReference

Discouraged access: The method releaseFromRead() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

LinkElementAdapter.java :

243 : newModel.releaseFromRead();

79. WARNING: DiscouragedReference

Discouraged access: The method modelProvided(IStructuredModel) from the type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

249 : adapter.modelProvided(newModel);

80. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

251 : return (ICSSModel) newModel;

81. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

263 : protected void setModel(ICSSModel model) {

82. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

264 : ICSSModel oldModel = getExistingModel();

83. WARNING: DiscouragedReference

Discouraged access: The method removeStyleListener(ICSSStyleListener) from the type ICSSStyleNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

271 : oldModel.removeStyleListener(this);

84. WARNING: DiscouragedReference

Discouraged access: The method addStyleListener(ICSSStyleListener) from the type ICSSStyleNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

LinkElementAdapter.java :

273 : model.addStyleListener(this);

Source File: org/eclipse/wst/html/core/internal/htmlcss/StyleAdapterFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStyleDeclarationAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleAdapterFactory.java :

15 : import org.eclipse.wst.css.core.internal.provisional.adapters.IStyleDeclarationAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleAdapterFactory.java :

16 : import org.eclipse.wst.css.core.internal.provisional.adapters.IStyleSheetAdapter;

3. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetListAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleAdapterFactory.java :

17 : import org.eclipse.wst.css.core.internal.provisional.adapters.IStyleSheetListAdapter;

4. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAdapterFactory.java :

19 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

5. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAdapterFactory.java :

20 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapterFactory;

6. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAdapterFactory.java :

21 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

7. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleAdapterFactory.java :

22 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

8. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleAdapterFactory.java :

23 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDocument;

9. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleAdapterFactory.java :

24 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

10. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleAdapterFactory.java :

25 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

11. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleAdapterFactory.java :

26 : import org.eclipse.wst.xml.core.internal.contentmodel.modelquery.ModelQuery;

12. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleAdapterFactory.java :

27 : import org.eclipse.wst.xml.core.internal.modelquery.ModelQueryUtil;

13. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAdapterFactory.java :

34 : public class StyleAdapterFactory implements INodeAdapterFactory {

14. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAdapterFactory.java :

47 : public INodeAdapter adapt(INodeNotifier notifier) {

15. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAdapterFactory.java :

47 : public INodeAdapter adapt(INodeNotifier notifier) {

16. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAdapterFactory.java :

54 : INodeAdapter adapter = notifier.getExistingAdapter(IStyleSheetListAdapter.class);

17. WARNING: DiscouragedReference

Discouraged access: The method getExistingAdapter(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAdapterFactory.java :

54 : INodeAdapter adapter = notifier.getExistingAdapter(IStyleSheetListAdapter.class);

18. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetListAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleAdapterFactory.java :

54 : INodeAdapter adapter = notifier.getExistingAdapter(IStyleSheetListAdapter.class);

19. WARNING: DiscouragedReference

Discouraged access: The method addAdapter(INodeAdapter) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAdapterFactory.java :

59 : notifier.addAdapter(newAdapter);

20. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAdapterFactory.java :

75 : INodeAdapter adapter = notifier.getExistingAdapter(IStyleSheetAdapter.class);

21. WARNING: DiscouragedReference

Discouraged access: The method getExistingAdapter(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAdapterFactory.java :

75 : INodeAdapter adapter = notifier.getExistingAdapter(IStyleSheetAdapter.class);

22. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleAdapterFactory.java :

75 : INodeAdapter adapter = notifier.getExistingAdapter(IStyleSheetAdapter.class);

23. WARNING: DiscouragedReference

Discouraged access: The method addAdapter(INodeAdapter) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAdapterFactory.java :

80 : notifier.addAdapter(newAdapter);

24. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAdapterFactory.java :

87 : INodeAdapter adapter = notifier.getExistingAdapter(IStyleSheetAdapter.class);

25. WARNING: DiscouragedReference

Discouraged access: The method getExistingAdapter(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAdapterFactory.java :

87 : INodeAdapter adapter = notifier.getExistingAdapter(IStyleSheetAdapter.class);

26. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleAdapterFactory.java :

87 : INodeAdapter adapter = notifier.getExistingAdapter(IStyleSheetAdapter.class);

27. WARNING: DiscouragedReference

Discouraged access: The method addAdapter(INodeAdapter) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAdapterFactory.java :

92 : notifier.addAdapter(newAdapter);

28. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAdapterFactory.java :

96 : INodeAdapter adapter = notifier.getExistingAdapter(IStyleDeclarationAdapter.class);

29. WARNING: DiscouragedReference

Discouraged access: The method getExistingAdapter(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAdapterFactory.java :

96 : INodeAdapter adapter = notifier.getExistingAdapter(IStyleDeclarationAdapter.class);

30. WARNING: DiscouragedReference

Discouraged access: The type IStyleDeclarationAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleAdapterFactory.java :

96 : INodeAdapter adapter = notifier.getExistingAdapter(IStyleDeclarationAdapter.class);

31. WARNING: DiscouragedReference

Discouraged access: The method addAdapter(INodeAdapter) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAdapterFactory.java :

105 : notifier.addAdapter(newAdapter);

32. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleAdapterFactory.java :

120 : return (type == IStyleSheetAdapter.class || type == IStyleDeclarationAdapter.class || type == IStyleSheetListAdapter.class);

33. WARNING: DiscouragedReference

Discouraged access: The type IStyleDeclarationAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleAdapterFactory.java :

120 : return (type == IStyleSheetAdapter.class || type == IStyleDeclarationAdapter.class || type == IStyleSheetListAdapter.class);

34. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetListAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleAdapterFactory.java :

120 : return (type == IStyleSheetAdapter.class || type == IStyleDeclarationAdapter.class || type == IStyleSheetListAdapter.class);

35. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleAdapterFactory.java :

128 : ModelQuery modelQuery = ModelQueryUtil.getModelQuery(document);

36. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleAdapterFactory.java :

128 : ModelQuery modelQuery = ModelQueryUtil.getModelQuery(document);

37. WARNING: DiscouragedReference

Discouraged access: The method getModelQuery(Document) from the type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleAdapterFactory.java :

128 : ModelQuery modelQuery = ModelQueryUtil.getModelQuery(document);

38. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleAdapterFactory.java :

130 : CMDocument cmdoc = modelQuery.getCorrespondingCMDocument(document);

39. WARNING: DiscouragedReference

Discouraged access: The method getCorrespondingCMDocument(Node) from the type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleAdapterFactory.java :

130 : CMDocument cmdoc = modelQuery.getCorrespondingCMDocument(document);

40. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleAdapterFactory.java :

131 : CMNamedNodeMap map = cmdoc.getElements();

41. WARNING: DiscouragedReference

Discouraged access: The method getElements() from the type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleAdapterFactory.java :

131 : CMNamedNodeMap map = cmdoc.getElements();

42. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleAdapterFactory.java :

132 : if ((CMElementDeclaration) map.getNamedItem(elementName) != null) {

43. WARNING: DiscouragedReference

Discouraged access: The method getNamedItem(String) from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleAdapterFactory.java :

132 : if ((CMElementDeclaration) map.getNamedItem(elementName) != null) {

44. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleAdapterFactory.java :

141 : ModelQuery modelQuery = ModelQueryUtil.getModelQuery(element.getOwnerDocument());

45. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleAdapterFactory.java :

141 : ModelQuery modelQuery = ModelQueryUtil.getModelQuery(element.getOwnerDocument());

46. WARNING: DiscouragedReference

Discouraged access: The method getModelQuery(Document) from the type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleAdapterFactory.java :

141 : ModelQuery modelQuery = ModelQueryUtil.getModelQuery(element.getOwnerDocument());

47. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleAdapterFactory.java :

143 : CMElementDeclaration decl = modelQuery.getCMElementDeclaration(element);

48. WARNING: DiscouragedReference

Discouraged access: The method getCMElementDeclaration(Element) from the type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleAdapterFactory.java :

143 : CMElementDeclaration decl = modelQuery.getCMElementDeclaration(element);

49. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleAdapterFactory.java :

145 : CMNamedNodeMap map = decl.getAttributes();

50. WARNING: DiscouragedReference

Discouraged access: The method getAttributes() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleAdapterFactory.java :

145 : CMNamedNodeMap map = decl.getAttributes();

51. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleAdapterFactory.java :

146 : if ((CMAttributeDeclaration) map.getNamedItem(attrName) != null) {

52. WARNING: DiscouragedReference

Discouraged access: The method getNamedItem(String) from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleAdapterFactory.java :

146 : if ((CMAttributeDeclaration) map.getNamedItem(attrName) != null) {

53. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAdapterFactory.java :

158 : public INodeAdapterFactory copy() {

Source File: org/eclipse/wst/html/core/internal/htmlcss/StyleAttrAdapter.java
1. WARNING: DiscouragedReference

Discouraged access: The type CSSSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleAttrAdapter.java :

15 : import org.eclipse.wst.css.core.internal.parser.CSSSourceParser;

2. WARNING: DiscouragedReference

Discouraged access: The type IStyleDeclarationAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleAttrAdapter.java :

16 : import org.eclipse.wst.css.core.internal.provisional.adapters.IStyleDeclarationAdapter;

3. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleAttrAdapter.java :

17 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSModel;

4. WARNING: DiscouragedReference

Discouraged access: The type RegionParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

18 : import org.eclipse.wst.sse.core.internal.ltk.parser.RegionParser;

5. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

19 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

6. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

20 : import org.eclipse.wst.sse.core.internal.provisional.events.IStructuredDocumentListener;

7. WARNING: DiscouragedReference

Discouraged access: The type NewDocumentEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

21 : import org.eclipse.wst.sse.core.internal.provisional.events.NewDocumentEvent;

8. WARNING: DiscouragedReference

Discouraged access: The type NoChangeEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

22 : import org.eclipse.wst.sse.core.internal.provisional.events.NoChangeEvent;

9. WARNING: DiscouragedReference

Discouraged access: The type RegionChangedEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

23 : import org.eclipse.wst.sse.core.internal.provisional.events.RegionChangedEvent;

10. WARNING: DiscouragedReference

Discouraged access: The type RegionsReplacedEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

24 : import org.eclipse.wst.sse.core.internal.provisional.events.RegionsReplacedEvent;

11. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

25 : import org.eclipse.wst.sse.core.internal.provisional.events.StructuredDocumentRegionsReplacedEvent;

12. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

26 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

13. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

27 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

14. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

28 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegionList;

15. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleAttrAdapter.java :

29 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

16. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

37 : public class StyleAttrAdapter extends AbstractCSSModelAdapter implements IStructuredDocumentListener, IStyleDeclarationAdapter {

17. WARNING: DiscouragedReference

Discouraged access: The type IStyleDeclarationAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleAttrAdapter.java :

37 : public class StyleAttrAdapter extends AbstractCSSModelAdapter implements IStructuredDocumentListener, IStyleDeclarationAdapter {

18. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleAttrAdapter.java :

50 : public ICSSModel getModel() {

19. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleAttrAdapter.java :

51 : ICSSModel model = getExistingModel();

20. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

57 : IStructuredDocument structuredDocument = model.getStructuredDocument();

21. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

57 : IStructuredDocument structuredDocument = model.getStructuredDocument();

22. WARNING: DiscouragedReference

Discouraged access: The type RegionParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

61 : RegionParser parser = structuredDocument.getParser();

23. WARNING: DiscouragedReference

Discouraged access: The method getParser() from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

61 : RegionParser parser = structuredDocument.getParser();

24. WARNING: DiscouragedReference

Discouraged access: The type CSSSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleAttrAdapter.java :

62 : if (parser instanceof CSSSourceParser) {

25. WARNING: DiscouragedReference

Discouraged access: The method setParserMode(int) from the type CSSSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleAttrAdapter.java :

63 : ((CSSSourceParser)parser).setParserMode(CSSSourceParser.MODE_DECLARATION);

26. WARNING: DiscouragedReference

Discouraged access: The type CSSSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleAttrAdapter.java :

63 : ((CSSSourceParser)parser).setParserMode(CSSSourceParser.MODE_DECLARATION);

27. WARNING: DiscouragedReference

Discouraged access: The type CSSSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleAttrAdapter.java :

63 : ((CSSSourceParser)parser).setParserMode(CSSSourceParser.MODE_DECLARATION);

28. WARNING: DiscouragedReference

Discouraged access: The field MODE_DECLARATION from the type CSSSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleAttrAdapter.java :

63 : ((CSSSourceParser)parser).setParserMode(CSSSourceParser.MODE_DECLARATION);

29. WARNING: DiscouragedReference

Discouraged access: The method addDocumentChangedListener(IStructuredDocumentListener) from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

68 : structuredDocument.addDocumentChangedListener(this);

30. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleAttrAdapter.java :

83 : ICSSModel model = getModel();

31. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleAttrAdapter.java :

86 : return (CSSStyleDeclaration) model.getDocument();

32. WARNING: DiscouragedReference

Discouraged access: The type IStyleDeclarationAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleAttrAdapter.java :

94 : return (type == IStyleDeclarationAdapter.class);

33. WARNING: DiscouragedReference

Discouraged access: The type NewDocumentEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

99 : public void newModel(NewDocumentEvent event) {

34. WARNING: DiscouragedReference

Discouraged access: The method getOriginalRequester() from the type StructuredDocumentEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

102 : if (event.getOriginalRequester() == this)

35. WARNING: DiscouragedReference

Discouraged access: The type NoChangeEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

110 : public void noChange(NoChangeEvent structuredDocumentEvent) {

36. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

115 : public void nodesReplaced(StructuredDocumentRegionsReplacedEvent event) {

37. WARNING: DiscouragedReference

Discouraged access: The method getOriginalRequester() from the type StructuredDocumentEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

118 : if (event.getOriginalRequester() == this)

38. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

126 : public void notifyChanged(INodeNotifier notifier, int eventType, Object changedFeature, Object oldValue, Object newValue, int pos) {

39. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

130 : if (eventType != INodeNotifier.CHANGE)

40. WARNING: DiscouragedReference

Discouraged access: The field CHANGE from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

130 : if (eventType != INodeNotifier.CHANGE)

41. WARNING: DiscouragedReference

Discouraged access: The type RegionChangedEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

143 : public void regionChanged(RegionChangedEvent event) {

42. WARNING: DiscouragedReference

Discouraged access: The method getOriginalRequester() from the type StructuredDocumentEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

146 : if (event.getOriginalRequester() == this)

43. WARNING: DiscouragedReference

Discouraged access: The type RegionsReplacedEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

154 : public void regionsReplaced(RegionsReplacedEvent event) {

44. WARNING: DiscouragedReference

Discouraged access: The method getOriginalRequester() from the type StructuredDocumentEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

157 : if (event.getOriginalRequester() == this)

45. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleAttrAdapter.java :

169 : ICSSModel model = getExistingModel();

46. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

172 : IStructuredDocument structuredDocument = model.getStructuredDocument();

47. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

172 : IStructuredDocument structuredDocument = model.getStructuredDocument();

48. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

177 : IStructuredDocumentRegionList flatNodes = structuredDocument.getRegionList();

49. WARNING: DiscouragedReference

Discouraged access: The method getRegionList() from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

177 : IStructuredDocumentRegionList flatNodes = structuredDocument.getRegionList();

50. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

179 : int count = flatNodes.getLength();

51. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

183 : IStructuredDocumentRegion flatNode = flatNodes.item(i);

52. WARNING: DiscouragedReference

Discouraged access: The method item(int) from the type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

183 : IStructuredDocumentRegion flatNode = flatNodes.item(i);

53. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

186 : buffer.append(flatNode.getText());

54. WARNING: DiscouragedReference

Discouraged access: The method setValueSource(String) from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleAttrAdapter.java :

199 : ((IDOMNode) attr).setValueSource(value);

55. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleAttrAdapter.java :

199 : ((IDOMNode) attr).setValueSource(value);

56. WARNING: DiscouragedReference

Discouraged access: The method setValueSource(String) from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleAttrAdapter.java :

204 : ((IDOMNode) attr).setValueSource(value);

57. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleAttrAdapter.java :

204 : ((IDOMNode) attr).setValueSource(value);

58. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleAttrAdapter.java :

226 : ICSSModel model = getExistingModel();

59. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

229 : IStructuredDocument structuredDocument = model.getStructuredDocument();

60. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

229 : IStructuredDocument structuredDocument = model.getStructuredDocument();

61. WARNING: DiscouragedReference

Discouraged access: The method getValueSource() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleAttrAdapter.java :

236 : value = ((IDOMNode) attr).getValueSource();

62. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleAttrAdapter.java :

236 : value = ((IDOMNode) attr).getValueSource();

63. WARNING: DiscouragedReference

Discouraged access: The method setText(Object, String) from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleAttrAdapter.java :

237 : structuredDocument.setText(this, value);

Source File: org/eclipse/wst/html/core/internal/htmlcss/StyleElementAdapter.java
1. WARNING: DiscouragedReference

Discouraged access: The type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleElementAdapter.java :

20 : import org.eclipse.wst.css.core.internal.provisional.adapters.IModelProvideAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetListAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleElementAdapter.java :

21 : import org.eclipse.wst.css.core.internal.provisional.adapters.IStyleSheetListAdapter;

3. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleElementAdapter.java :

22 : import org.eclipse.wst.css.core.internal.provisional.document.ICSSModel;

4. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

24 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

5. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

25 : import org.eclipse.wst.sse.core.internal.provisional.events.IStructuredDocumentListener;

6. WARNING: DiscouragedReference

Discouraged access: The type NewDocumentEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

26 : import org.eclipse.wst.sse.core.internal.provisional.events.NewDocumentEvent;

7. WARNING: DiscouragedReference

Discouraged access: The type NoChangeEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

27 : import org.eclipse.wst.sse.core.internal.provisional.events.NoChangeEvent;

8. WARNING: DiscouragedReference

Discouraged access: The type RegionChangedEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

28 : import org.eclipse.wst.sse.core.internal.provisional.events.RegionChangedEvent;

9. WARNING: DiscouragedReference

Discouraged access: The type RegionsReplacedEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

29 : import org.eclipse.wst.sse.core.internal.provisional.events.RegionsReplacedEvent;

10. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

30 : import org.eclipse.wst.sse.core.internal.provisional.events.StructuredDocumentRegionsReplacedEvent;

11. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

31 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument;

12. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

32 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

13. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

33 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegionList;

14. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleElementAdapter.java :

34 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

15. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleElementAdapter.java :

35 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

16. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

43 : public class StyleElementAdapter extends AbstractStyleSheetAdapter implements IStructuredDocumentListener {

17. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

57 : private void changeStructuredDocumentRegion(IStructuredDocumentRegion flatNode) {

18. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleElementAdapter.java :

63 : ICSSModel model = getExistingModel();

19. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

66 : IStructuredDocument structuredDocument = model.getStructuredDocument();

20. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

66 : IStructuredDocument structuredDocument = model.getStructuredDocument();

21. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleElementAdapter.java :

74 : IDOMNode content = (IDOMNode) child;

22. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleElementAdapter.java :

74 : IDOMNode content = (IDOMNode) child;

23. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

75 : int oldLength = content.getEndOffset() - content.getStartOffset();

24. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

75 : int oldLength = content.getEndOffset() - content.getStartOffset();

25. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

79 : IStructuredDocumentRegionList flatNodes = structuredDocument.getRegionList();

26. WARNING: DiscouragedReference

Discouraged access: The method getRegionList() from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

79 : IStructuredDocumentRegionList flatNodes = structuredDocument.getRegionList();

27. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

81 : int count = flatNodes.getLength();

28. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

83 : IStructuredDocumentRegion last = flatNodes.item(count - 1);

29. WARNING: DiscouragedReference

Discouraged access: The method item(int) from the type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

83 : IStructuredDocumentRegion last = flatNodes.item(count - 1);

30. WARNING: DiscouragedReference

Discouraged access: The method getEnd() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

85 : newLength = last.getEnd();

31. WARNING: DiscouragedReference

Discouraged access: The method getStart() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

89 : int offset = flatNode.getStart();

32. WARNING: DiscouragedReference

Discouraged access: The method getEnd() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

90 : int end = flatNode.getEnd();

33. WARNING: DiscouragedReference

Discouraged access: The method getText() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

93 : String data = flatNode.getText();

34. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleElementAdapter.java :

105 : ICSSModel model = getExistingModel();

35. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

108 : IStructuredDocument structuredDocument = model.getStructuredDocument();

36. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

108 : IStructuredDocument structuredDocument = model.getStructuredDocument();

37. WARNING: DiscouragedReference

Discouraged access: The method replaceText(Object, int, int, String) from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

134 : structuredDocument.replaceText(getRequesterH2C(), start, 0, data.substring(start)); // append text to last

38. WARNING: DiscouragedReference

Discouraged access: The method replaceText(Object, int, int, String) from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

137 : structuredDocument.replaceText(getRequesterH2C(), start, oldData.length() - start, ""); // remove text of last //$NON-NLS-1$

39. WARNING: DiscouragedReference

Discouraged access: The method replaceText(Object, int, int, String) from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

145 : structuredDocument.replaceText(getRequesterH2C(), start, oldData.length() - end - start, data.substring(start, data.length() - end));

40. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleElementAdapter.java :

152 : public ICSSModel getModel() {

41. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleElementAdapter.java :

153 : ICSSModel model = getExistingModel();

42. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleElementAdapter.java :

155 : ICSSModel oldModel = model;

43. WARNING: DiscouragedReference

Discouraged access: The type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleElementAdapter.java :

163 : IModelProvideAdapter modelProvideAdapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

44. WARNING: DiscouragedReference

Discouraged access: The type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleElementAdapter.java :

163 : IModelProvideAdapter modelProvideAdapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

45. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

163 : IModelProvideAdapter modelProvideAdapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

46. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

163 : IModelProvideAdapter modelProvideAdapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

47. WARNING: DiscouragedReference

Discouraged access: The type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleElementAdapter.java :

163 : IModelProvideAdapter modelProvideAdapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

48. WARNING: DiscouragedReference

Discouraged access: The method modelProvided(IStructuredModel) from the type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleElementAdapter.java :

166 : modelProvideAdapter.modelProvided(model);

49. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

169 : IStructuredDocument structuredDocument = model.getStructuredDocument();

50. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

169 : IStructuredDocument structuredDocument = model.getStructuredDocument();

51. WARNING: DiscouragedReference

Discouraged access: The method addDocumentChangedListener(IStructuredDocumentListener) from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

172 : structuredDocument.addDocumentChangedListener(this);

52. WARNING: DiscouragedReference

Discouraged access: The method removeStyleListener(ICSSStyleListener) from the type ICSSStyleNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleElementAdapter.java :

176 : oldModel.removeStyleListener(this);

53. WARNING: DiscouragedReference

Discouraged access: The method addStyleListener(ICSSStyleListener) from the type ICSSStyleNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleElementAdapter.java :

178 : model.addStyleListener(this);

54. WARNING: DiscouragedReference

Discouraged access: The type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleElementAdapter.java :

182 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

55. WARNING: DiscouragedReference

Discouraged access: The type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleElementAdapter.java :

182 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

56. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

182 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

57. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

182 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

58. WARNING: DiscouragedReference

Discouraged access: The type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleElementAdapter.java :

182 : IModelProvideAdapter adapter = (IModelProvideAdapter) ((INodeNotifier) getElement()).getAdapterFor(IModelProvideAdapter.class);

59. WARNING: DiscouragedReference

Discouraged access: The method modelRemoved(IStructuredModel) from the type IModelProvideAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleElementAdapter.java :

184 : adapter.modelRemoved(oldModel);

60. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleElementAdapter.java :

209 : protected ICSSModel createModel() {

61. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleElementAdapter.java :

215 : protected ICSSModel createModel(boolean addListener) {

62. WARNING: DiscouragedReference

Discouraged access: The type ICSSModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleElementAdapter.java :

220 : ICSSModel model = super.createModel(addListener);

63. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

225 : IStructuredDocument structuredDocument = model.getStructuredDocument();

64. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

225 : IStructuredDocument structuredDocument = model.getStructuredDocument();

65. WARNING: DiscouragedReference

Discouraged access: The method addDocumentChangedListener(IStructuredDocumentListener) from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

228 : structuredDocument.addDocumentChangedListener(this);

66. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleElementAdapter.java :

251 : return (getElement() != null && ((IDOMNode) getElement()).getModel() != null) ? (Object) ((IDOMNode) getElement()).getModel() : this;

67. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleElementAdapter.java :

251 : return (getElement() != null && ((IDOMNode) getElement()).getModel() != null) ? (Object) ((IDOMNode) getElement()).getModel() : this;

68. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleElementAdapter.java :

251 : return (getElement() != null && ((IDOMNode) getElement()).getModel() != null) ? (Object) ((IDOMNode) getElement()).getModel() : this;

69. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StyleElementAdapter.java :

251 : return (getElement() != null && ((IDOMNode) getElement()).getModel() != null) ? (Object) ((IDOMNode) getElement()).getModel() : this;

70. WARNING: DiscouragedReference

Discouraged access: The type NewDocumentEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

264 : public void newModel(NewDocumentEvent event) {

71. WARNING: DiscouragedReference

Discouraged access: The method getOriginalRequester() from the type StructuredDocumentEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

267 : if (event.getOriginalRequester() == getRequesterH2C())

72. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

269 : IStructuredDocument structuredDocument = event.getStructuredDocument();

73. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocument() from the type StructuredDocumentEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

269 : IStructuredDocument structuredDocument = event.getStructuredDocument();

74. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

272 : IStructuredDocumentRegionList flatNodes = structuredDocument.getRegionList();

75. WARNING: DiscouragedReference

Discouraged access: The method getRegionList() from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

272 : IStructuredDocumentRegionList flatNodes = structuredDocument.getRegionList();

76. WARNING: DiscouragedReference

Discouraged access: The type NoChangeEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

283 : public void noChange(NoChangeEvent structuredDocumentEvent) {

77. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

290 : public void nodesReplaced(StructuredDocumentRegionsReplacedEvent event) {

78. WARNING: DiscouragedReference

Discouraged access: The method getOriginalRequester() from the type StructuredDocumentEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

293 : if (event.getOriginalRequester() == getRequesterH2C())

79. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

295 : IStructuredDocumentRegionList oldStructuredDocumentRegions = event.getOldStructuredDocumentRegions();

80. WARNING: DiscouragedReference

Discouraged access: The method getOldStructuredDocumentRegions() from the type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

295 : IStructuredDocumentRegionList oldStructuredDocumentRegions = event.getOldStructuredDocumentRegions();

81. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

296 : IStructuredDocumentRegionList newStructuredDocumentRegions = event.getNewStructuredDocumentRegions();

82. WARNING: DiscouragedReference

Discouraged access: The method getNewStructuredDocumentRegions() from the type StructuredDocumentRegionsReplacedEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

296 : IStructuredDocumentRegionList newStructuredDocumentRegions = event.getNewStructuredDocumentRegions();

83. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

307 : public void notifyChanged(INodeNotifier notifier, int eventType, Object changedFeature, Object oldValue, Object newValue, int pos) {

84. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

311 : if (eventType == INodeNotifier.ADD || eventType == INodeNotifier.REMOVE || eventType == INodeNotifier.CONTENT_CHANGED) {

85. WARNING: DiscouragedReference

Discouraged access: The field ADD from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

311 : if (eventType == INodeNotifier.ADD || eventType == INodeNotifier.REMOVE || eventType == INodeNotifier.CONTENT_CHANGED) {

86. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

311 : if (eventType == INodeNotifier.ADD || eventType == INodeNotifier.REMOVE || eventType == INodeNotifier.CONTENT_CHANGED) {

87. WARNING: DiscouragedReference

Discouraged access: The field REMOVE from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

311 : if (eventType == INodeNotifier.ADD || eventType == INodeNotifier.REMOVE || eventType == INodeNotifier.CONTENT_CHANGED) {

88. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

311 : if (eventType == INodeNotifier.ADD || eventType == INodeNotifier.REMOVE || eventType == INodeNotifier.CONTENT_CHANGED) {

89. WARNING: DiscouragedReference

Discouraged access: The field CONTENT_CHANGED from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

311 : if (eventType == INodeNotifier.ADD || eventType == INodeNotifier.REMOVE || eventType == INodeNotifier.CONTENT_CHANGED) {

90. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

314 : else if (eventType == INodeNotifier.CHANGE) {

91. WARNING: DiscouragedReference

Discouraged access: The field CHANGE from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

314 : else if (eventType == INodeNotifier.CHANGE) {

92. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

330 : HTMLDocumentAdapter adapter = (HTMLDocumentAdapter) ((INodeNotifier) document).getAdapterFor(IStyleSheetListAdapter.class);

93. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

330 : HTMLDocumentAdapter adapter = (HTMLDocumentAdapter) ((INodeNotifier) document).getAdapterFor(IStyleSheetListAdapter.class);

94. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetListAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

StyleElementAdapter.java :

330 : HTMLDocumentAdapter adapter = (HTMLDocumentAdapter) ((INodeNotifier) document).getAdapterFor(IStyleSheetListAdapter.class);

95. WARNING: DiscouragedReference

Discouraged access: The type RegionChangedEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

342 : public void regionChanged(RegionChangedEvent event) {

96. WARNING: DiscouragedReference

Discouraged access: The method getOriginalRequester() from the type StructuredDocumentEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

345 : if (event.getOriginalRequester() == getRequesterH2C())

97. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

347 : IStructuredDocumentRegion flatNode = event.getStructuredDocumentRegion();

98. WARNING: DiscouragedReference

Discouraged access: The method getStructuredDocumentRegion() from the type RegionChangedEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

347 : IStructuredDocumentRegion flatNode = event.getStructuredDocumentRegion();

99. WARNING: DiscouragedReference

Discouraged access: The type RegionsReplacedEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

358 : public void regionsReplaced(RegionsReplacedEvent event) {

100. WARNING: DiscouragedReference

Discouraged access: The method getOriginalRequester() from the type StructuredDocumentEvent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StyleElementAdapter.java :

361 : if (event.getOriginalRequester() == getRequesterH2C())

Source File: org/eclipse/wst/html/core/internal/htmlcss/URLHelper.java
1. WARNING: DiscouragedReference

Discouraged access: The type URLHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

URLHelper.java :

16 : public class URLHelper extends org.eclipse.wst.css.core.internal.util.URLHelper {

2. WARNING: DiscouragedReference

Discouraged access: The constructor URLHelper(String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

URLHelper.java :

22 : super(baseUrl);

3. WARNING: DiscouragedReference

Discouraged access: The constructor URLHelper(String, String) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

URLHelper.java :

30 : super(baseUrl, docRoot);

Source File: org/eclipse/wst/html/core/internal/htmlcss/URLModelProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type EncodingRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

33 : import org.eclipse.wst.sse.core.internal.encoding.EncodingRule;

2. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

34 : import org.eclipse.wst.sse.core.internal.provisional.IModelManager;

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

35 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

4. WARNING: DiscouragedReference

Discouraged access: The type ResourceAlreadyExists is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

36 : import org.eclipse.wst.sse.core.internal.provisional.exceptions.ResourceAlreadyExists;

5. WARNING: DiscouragedReference

Discouraged access: The type ResourceInUse is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

37 : import org.eclipse.wst.sse.core.internal.provisional.exceptions.ResourceInUse;

6. WARNING: DiscouragedReference

Discouraged access: The type PathHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

38 : import org.eclipse.wst.sse.core.internal.util.PathHelper;

7. WARNING: DiscouragedReference

Discouraged access: The type ProjectResolver is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

39 : import org.eclipse.wst.sse.core.internal.util.ProjectResolver;

8. WARNING: DiscouragedReference

Discouraged access: The type URIResolver is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

40 : import org.eclipse.wst.sse.core.internal.util.URIResolver;

9. WARNING: DiscouragedReference

Discouraged access: The type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

URLModelProvider.java :

41 : import org.eclipse.wst.xml.core.internal.document.DocumentTypeAdapter;

10. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

URLModelProvider.java :

42 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

URLModelProvider.java :

43 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMModel;

12. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

61 : private IModelManager modelManager = null;

13. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

84 : private IStructuredModel getCommonModelFor(final IStructuredModel baseModel, final String ref, final int which) throws IOException {

14. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

84 : private IStructuredModel getCommonModelFor(final IStructuredModel baseModel, final String ref, final int which) throws IOException {

15. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

139 : IStructuredModel model = null;

16. WARNING: DiscouragedReference

Discouraged access: The method getSynchronizationStamp() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

157 : if (model != null && model.getSynchronizationStamp() == IResource.NULL_STAMP)

17. WARNING: DiscouragedReference

Discouraged access: The method resetSynchronizationStamp(IResource) from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

158 : model.resetSynchronizationStamp(file);

18. WARNING: DiscouragedReference

Discouraged access: The type URIResolver is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

164 : URIResolver resolver = (project != null) ? (URIResolver) project.getAdapter(URIResolver.class) : null;

19. WARNING: DiscouragedReference

Discouraged access: The type URIResolver is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

164 : URIResolver resolver = (project != null) ? (URIResolver) project.getAdapter(URIResolver.class) : null;

20. WARNING: DiscouragedReference

Discouraged access: The type URIResolver is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

164 : URIResolver resolver = (project != null) ? (URIResolver) project.getAdapter(URIResolver.class) : null;

21. WARNING: DiscouragedReference

Discouraged access: The constructor ProjectResolver(IProject) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

168 : resolver = new ProjectResolver(project);

22. WARNING: DiscouragedReference

Discouraged access: The type ProjectResolver is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

168 : resolver = new ProjectResolver(project);

23. WARNING: DiscouragedReference

Discouraged access: The method getModelForEdit(String, InputStream, URIResolver) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

193 : model = getModelManager().getModelForEdit(id, inStream, resolver);

24. WARNING: DiscouragedReference

Discouraged access: The method getModelForRead(String, InputStream, URIResolver) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

196 : model = getModelManager().getModelForRead(id, inStream, resolver);

25. WARNING: DiscouragedReference

Discouraged access: The method getBaseLocation() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

213 : if (model != null && model.getBaseLocation() == null) {

26. WARNING: DiscouragedReference

Discouraged access: The method setBaseLocation(String) from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

214 : model.setBaseLocation(fullIPath.toString());

27. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

224 : public IStructuredModel getModelForEdit(IStructuredModel baseModel, String ref) throws IOException {

28. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

224 : public IStructuredModel getModelForEdit(IStructuredModel baseModel, String ref) throws IOException {

29. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

230 : private IStructuredModel getModelForEdit(IFile file) throws IOException {

30. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

233 : IModelManager manager = getModelManager();

31. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

236 : IStructuredModel model = null;

32. WARNING: DiscouragedReference

Discouraged access: The method getModelForEdit(IFile) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

238 : model = manager.getModelForEdit(file);

33. WARNING: DiscouragedReference

Discouraged access: The method getModelForEdit(IFile, EncodingRule) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

242 : model = manager.getModelForEdit(file, EncodingRule.FORCE_DEFAULT);

34. WARNING: DiscouragedReference

Discouraged access: The type EncodingRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

242 : model = manager.getModelForEdit(file, EncodingRule.FORCE_DEFAULT);

35. WARNING: DiscouragedReference

Discouraged access: The field FORCE_DEFAULT from the type EncodingRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

242 : model = manager.getModelForEdit(file, EncodingRule.FORCE_DEFAULT);

36. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

258 : public IStructuredModel getModelForRead(IStructuredModel baseModel, String ref) throws UnsupportedEncodingException, IOException {

37. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

258 : public IStructuredModel getModelForRead(IStructuredModel baseModel, String ref) throws UnsupportedEncodingException, IOException {

38. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

264 : private IStructuredModel getModelForRead(IFile file) throws IOException {

39. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

267 : IModelManager manager = getModelManager();

40. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

270 : IStructuredModel model = null;

41. WARNING: DiscouragedReference

Discouraged access: The method getModelForRead(IFile) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

272 : model = manager.getModelForRead(file);

42. WARNING: DiscouragedReference

Discouraged access: The method getModelForRead(IFile, EncodingRule) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

276 : model = manager.getModelForRead(file, EncodingRule.FORCE_DEFAULT);

43. WARNING: DiscouragedReference

Discouraged access: The type EncodingRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

276 : model = manager.getModelForRead(file, EncodingRule.FORCE_DEFAULT);

44. WARNING: DiscouragedReference

Discouraged access: The field FORCE_DEFAULT from the type EncodingRule is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

276 : model = manager.getModelForRead(file, EncodingRule.FORCE_DEFAULT);

45. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

290 : private IModelManager getModelManager() {

46. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

294 : public IStructuredModel getNewModelForEdit(IFile iFile) {

47. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

297 : IModelManager manager = getModelManager();

48. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

301 : IStructuredModel model = null;

49. WARNING: DiscouragedReference

Discouraged access: The method getNewModelForEdit(IFile, boolean) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

303 : model = manager.getNewModelForEdit(iFile, false);

50. WARNING: DiscouragedReference

Discouraged access: The type ResourceInUse is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

307 : catch (ResourceInUse riu) {

51. WARNING: DiscouragedReference

Discouraged access: The type ResourceAlreadyExists is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

309 : catch (ResourceAlreadyExists rae) {

52. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

316 : public IStructuredModel getNewModelForRead(IFile iFile) {

53. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

319 : IModelManager manager = getModelManager();

54. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

323 : IStructuredModel model = null;

55. WARNING: DiscouragedReference

Discouraged access: The method getNewModelForEdit(IFile, boolean) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

325 : model = manager.getNewModelForEdit(iFile, false);

56. WARNING: DiscouragedReference

Discouraged access: The type ResourceInUse is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

329 : catch (ResourceInUse riu) {

57. WARNING: DiscouragedReference

Discouraged access: The type ResourceAlreadyExists is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

331 : catch (ResourceAlreadyExists rae) {

58. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

341 : static private boolean isHTMLFamily(IStructuredModel model) {

59. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

URLModelProvider.java :

342 : if (model instanceof IDOMModel) {

60. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

URLModelProvider.java :

343 : IDOMDocument document = ((IDOMModel) model).getDocument();

61. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

URLModelProvider.java :

343 : IDOMDocument document = ((IDOMModel) model).getDocument();

62. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

URLModelProvider.java :

343 : IDOMDocument document = ((IDOMModel) model).getDocument();

63. WARNING: DiscouragedReference

Discouraged access: The type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

URLModelProvider.java :

344 : DocumentTypeAdapter adapter = (DocumentTypeAdapter) document.getAdapterFor(DocumentTypeAdapter.class);

64. WARNING: DiscouragedReference

Discouraged access: The type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

URLModelProvider.java :

344 : DocumentTypeAdapter adapter = (DocumentTypeAdapter) document.getAdapterFor(DocumentTypeAdapter.class);

65. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

344 : DocumentTypeAdapter adapter = (DocumentTypeAdapter) document.getAdapterFor(DocumentTypeAdapter.class);

66. WARNING: DiscouragedReference

Discouraged access: The type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

URLModelProvider.java :

344 : DocumentTypeAdapter adapter = (DocumentTypeAdapter) document.getAdapterFor(DocumentTypeAdapter.class);

67. WARNING: DiscouragedReference

Discouraged access: The method hasFeature(String) from the type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

URLModelProvider.java :

346 : return adapter.hasFeature(HTMLDocumentTypeConstants.HTML);

68. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

358 : public static String resolveURI(IStructuredModel baseModel, String ref, boolean resolveCrossProjectLinks) {

69. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

URLModelProvider.java :

367 : final IDOMModel xmlmodel = (IDOMModel) baseModel;

70. WARNING: DiscouragedReference

Discouraged access: The type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

URLModelProvider.java :

367 : final IDOMModel xmlmodel = (IDOMModel) baseModel;

71. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

URLModelProvider.java :

368 : final IDOMDocument doc = xmlmodel.getDocument();

72. WARNING: DiscouragedReference

Discouraged access: The method getDocument() from the type IDOMModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

URLModelProvider.java :

368 : final IDOMDocument doc = xmlmodel.getDocument();

73. WARNING: DiscouragedReference

Discouraged access: The type URIResolver is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

398 : final URIResolver resolver = baseModel.getResolver();

74. WARNING: DiscouragedReference

Discouraged access: The method getResolver() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

398 : final URIResolver resolver = baseModel.getResolver();

75. WARNING: DiscouragedReference

Discouraged access: The method getLocationByURI(String, String, boolean) from the type URIResolver is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

401 : final String absurl = (resolver != null) ? ((baseHref != null) ? resolver.getLocationByURI(ref, baseHref, resolveCrossProjectLinks) : resolver.getLocationByURI(ref, resolveCrossProjectLinks)) : null;

76. WARNING: DiscouragedReference

Discouraged access: The method getLocationByURI(String, boolean) from the type URIResolver is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

401 : final String absurl = (resolver != null) ? ((baseHref != null) ? resolver.getLocationByURI(ref, baseHref, resolveCrossProjectLinks) : resolver.getLocationByURI(ref, resolveCrossProjectLinks)) : null;

77. WARNING: DiscouragedReference

Discouraged access: The method getRootLocation() from the type URIResolver is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

415 : final IContainer container = (resolver != null) ? resolver.getRootLocation() : null;

78. WARNING: DiscouragedReference

Discouraged access: The method getBaseLocation() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

427 : docroot = baseModel.getBaseLocation();

79. WARNING: DiscouragedReference

Discouraged access: The method getBaseLocation() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

435 : String modelBaseLocation = baseModel.getBaseLocation();

80. WARNING: DiscouragedReference

Discouraged access: The method getId() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

438 : modelBaseLocation = baseModel.getId();

81. WARNING: DiscouragedReference

Discouraged access: The type PathHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

446 : URLHelper helper = new URLHelper(PathHelper.getContainingFolderPath(modelBaseLocation), PathHelper.getContainingFolderPath(PathHelper.appendTrailingURLSlash(docroot)));

82. WARNING: DiscouragedReference

Discouraged access: The method getContainingFolderPath(String) from the type PathHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

446 : URLHelper helper = new URLHelper(PathHelper.getContainingFolderPath(modelBaseLocation), PathHelper.getContainingFolderPath(PathHelper.appendTrailingURLSlash(docroot)));

83. WARNING: DiscouragedReference

Discouraged access: The type PathHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

446 : URLHelper helper = new URLHelper(PathHelper.getContainingFolderPath(modelBaseLocation), PathHelper.getContainingFolderPath(PathHelper.appendTrailingURLSlash(docroot)));

84. WARNING: DiscouragedReference

Discouraged access: The method getContainingFolderPath(String) from the type PathHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

446 : URLHelper helper = new URLHelper(PathHelper.getContainingFolderPath(modelBaseLocation), PathHelper.getContainingFolderPath(PathHelper.appendTrailingURLSlash(docroot)));

85. WARNING: DiscouragedReference

Discouraged access: The type PathHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

446 : URLHelper helper = new URLHelper(PathHelper.getContainingFolderPath(modelBaseLocation), PathHelper.getContainingFolderPath(PathHelper.appendTrailingURLSlash(docroot)));

86. WARNING: DiscouragedReference

Discouraged access: The method appendTrailingURLSlash(String) from the type PathHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

URLModelProvider.java :

446 : URLHelper helper = new URLHelper(PathHelper.getContainingFolderPath(modelBaseLocation), PathHelper.getContainingFolderPath(PathHelper.appendTrailingURLSlash(docroot)));

87. WARNING: DiscouragedReference

Discouraged access: The method toAbsolute(String) from the type URLHelper is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

URLModelProvider.java :

447 : return helper.toAbsolute(ref);

Source File: org/eclipse/wst/html/core/internal/modelhandler/EmbeddedHTML.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStyleSelectorAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

EmbeddedHTML.java :

16 : import org.eclipse.wst.css.core.internal.provisional.adapters.IStyleSelectorAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

EmbeddedHTML.java :

17 : import org.eclipse.wst.css.core.internal.provisional.adapters.IStyleSheetAdapter;

3. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

23 : import org.eclipse.wst.sse.core.internal.ltk.modelhandler.EmbeddedTypeHandler;

4. WARNING: DiscouragedReference

Discouraged access: The type BlockMarker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

24 : import org.eclipse.wst.sse.core.internal.ltk.parser.BlockMarker;

5. WARNING: DiscouragedReference

Discouraged access: The type BlockTagParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

25 : import org.eclipse.wst.sse.core.internal.ltk.parser.BlockTagParser;

6. WARNING: DiscouragedReference

Discouraged access: The type JSPCapableParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

26 : import org.eclipse.wst.sse.core.internal.ltk.parser.JSPCapableParser;

7. WARNING: DiscouragedReference

Discouraged access: The type FactoryRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

27 : import org.eclipse.wst.sse.core.internal.model.FactoryRegistry;

8. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

28 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapterFactory;

9. WARNING: DiscouragedReference

Discouraged access: The type Assert is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

29 : import org.eclipse.wst.sse.core.internal.util.Assert;

10. WARNING: DiscouragedReference

Discouraged access: The type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

EmbeddedHTML.java :

30 : import org.eclipse.wst.xml.core.internal.document.DocumentTypeAdapter;

11. WARNING: DiscouragedReference

Discouraged access: The type ModelParserAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

EmbeddedHTML.java :

31 : import org.eclipse.wst.xml.core.internal.document.ModelParserAdapter;

12. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

EmbeddedHTML.java :

32 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;

13. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

34 : public class EmbeddedHTML implements EmbeddedTypeHandler {

14. WARNING: DiscouragedReference

Discouraged access: The type BlockTagParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

49 : private void addHTMLishTag(BlockTagParser parser, String tagname) {

15. WARNING: DiscouragedReference

Discouraged access: The type BlockMarker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

50 : BlockMarker bm = new BlockMarker(tagname, null, DOMRegionContext.BLOCK_TEXT, false);

16. WARNING: DiscouragedReference

Discouraged access: The constructor BlockMarker(String, ITextRegion, String, boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

50 : BlockMarker bm = new BlockMarker(tagname, null, DOMRegionContext.BLOCK_TEXT, false);

17. WARNING: DiscouragedReference

Discouraged access: The type BlockMarker is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

50 : BlockMarker bm = new BlockMarker(tagname, null, DOMRegionContext.BLOCK_TEXT, false);

18. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

EmbeddedHTML.java :

50 : BlockMarker bm = new BlockMarker(tagname, null, DOMRegionContext.BLOCK_TEXT, false);

19. WARNING: DiscouragedReference

Discouraged access: The field BLOCK_TEXT from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

EmbeddedHTML.java :

50 : BlockMarker bm = new BlockMarker(tagname, null, DOMRegionContext.BLOCK_TEXT, false);

20. WARNING: DiscouragedReference

Discouraged access: The method addBlockMarker(BlockMarker) from the type BlockTagParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

51 : parser.addBlockMarker(bm);

21. WARNING: DiscouragedReference

Discouraged access: The type JSPCapableParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

74 : public void initializeParser(JSPCapableParser parser) {

22. WARNING: DiscouragedReference

Discouraged access: The type FactoryRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

90 : public void initializeFactoryRegistry(FactoryRegistry registry) {

23. WARNING: DiscouragedReference

Discouraged access: The type Assert is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

91 : Assert.isNotNull(registry);

24. WARNING: DiscouragedReference

Discouraged access: The method isNotNull(Object) from the type Assert is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

91 : Assert.isNotNull(registry);

25. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

93 : INodeAdapterFactory factory = null;

26. WARNING: DiscouragedReference

Discouraged access: The method contains(Object) from the type FactoryRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

94 : if (!registry.contains(DocumentTypeAdapter.class)) {

27. WARNING: DiscouragedReference

Discouraged access: The type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

EmbeddedHTML.java :

94 : if (!registry.contains(DocumentTypeAdapter.class)) {

28. WARNING: DiscouragedReference

Discouraged access: The method addFactory(INodeAdapterFactory) from the type FactoryRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

96 : registry.addFactory(factory);

29. WARNING: DiscouragedReference

Discouraged access: The method contains(Object) from the type FactoryRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

98 : if (!registry.contains(ModelParserAdapter.class)) {

30. WARNING: DiscouragedReference

Discouraged access: The type ModelParserAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

EmbeddedHTML.java :

98 : if (!registry.contains(ModelParserAdapter.class)) {

31. WARNING: DiscouragedReference

Discouraged access: The method addFactory(INodeAdapterFactory) from the type FactoryRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

100 : registry.addFactory(factory);

32. WARNING: DiscouragedReference

Discouraged access: The method contains(Object) from the type FactoryRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

102 : if (!registry.contains(IStyleSelectorAdapter.class)) {

33. WARNING: DiscouragedReference

Discouraged access: The type IStyleSelectorAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

EmbeddedHTML.java :

102 : if (!registry.contains(IStyleSelectorAdapter.class)) {

34. WARNING: DiscouragedReference

Discouraged access: The method addFactory(INodeAdapterFactory) from the type FactoryRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

105 : registry.addFactory(factory);

35. WARNING: DiscouragedReference

Discouraged access: The method contains(Object) from the type FactoryRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

107 : if (!registry.contains(IStyleSheetAdapter.class)) {

36. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

EmbeddedHTML.java :

107 : if (!registry.contains(IStyleSheetAdapter.class)) {

37. WARNING: DiscouragedReference

Discouraged access: The method addFactory(INodeAdapterFactory) from the type FactoryRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

110 : registry.addFactory(factory);

38. WARNING: DiscouragedReference

Discouraged access: The type FactoryRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

115 : public void uninitializeFactoryRegistry(FactoryRegistry registry) {

39. WARNING: DiscouragedReference

Discouraged access: The type Assert is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

116 : Assert.isNotNull(registry);

40. WARNING: DiscouragedReference

Discouraged access: The method isNotNull(Object) from the type Assert is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

116 : Assert.isNotNull(registry);

41. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

121 : INodeAdapterFactory factory = null;

42. WARNING: DiscouragedReference

Discouraged access: The method contains(Object) from the type FactoryRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

122 : if (!registry.contains(DocumentTypeAdapter.class)) {

43. WARNING: DiscouragedReference

Discouraged access: The type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

EmbeddedHTML.java :

122 : if (!registry.contains(DocumentTypeAdapter.class)) {

44. WARNING: DiscouragedReference

Discouraged access: The method getFactoryFor(Object) from the type FactoryRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

123 : factory = registry.getFactoryFor(DocumentTypeAdapter.class);

45. WARNING: DiscouragedReference

Discouraged access: The type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

EmbeddedHTML.java :

123 : factory = registry.getFactoryFor(DocumentTypeAdapter.class);

46. WARNING: DiscouragedReference

Discouraged access: The method release() from the type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

124 : factory.release();

47. WARNING: DiscouragedReference

Discouraged access: The method removeFactory(INodeAdapterFactory) from the type FactoryRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

125 : registry.removeFactory(factory);

48. WARNING: DiscouragedReference

Discouraged access: The method contains(Object) from the type FactoryRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

127 : if (!registry.contains(ModelParserAdapter.class)) {

49. WARNING: DiscouragedReference

Discouraged access: The type ModelParserAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

EmbeddedHTML.java :

127 : if (!registry.contains(ModelParserAdapter.class)) {

50. WARNING: DiscouragedReference

Discouraged access: The method getFactoryFor(Object) from the type FactoryRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

128 : factory = registry.getFactoryFor(ModelParserAdapter.class);

51. WARNING: DiscouragedReference

Discouraged access: The type ModelParserAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

EmbeddedHTML.java :

128 : factory = registry.getFactoryFor(ModelParserAdapter.class);

52. WARNING: DiscouragedReference

Discouraged access: The method release() from the type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

129 : factory.release();

53. WARNING: DiscouragedReference

Discouraged access: The method removeFactory(INodeAdapterFactory) from the type FactoryRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

130 : registry.removeFactory(factory);

54. WARNING: DiscouragedReference

Discouraged access: The method contains(Object) from the type FactoryRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

132 : if (!registry.contains(IStyleSelectorAdapter.class)) {

55. WARNING: DiscouragedReference

Discouraged access: The type IStyleSelectorAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

EmbeddedHTML.java :

132 : if (!registry.contains(IStyleSelectorAdapter.class)) {

56. WARNING: DiscouragedReference

Discouraged access: The method getFactoryFor(Object) from the type FactoryRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

133 : factory = registry.getFactoryFor(IStyleSelectorAdapter.class);

57. WARNING: DiscouragedReference

Discouraged access: The type IStyleSelectorAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

EmbeddedHTML.java :

133 : factory = registry.getFactoryFor(IStyleSelectorAdapter.class);

58. WARNING: DiscouragedReference

Discouraged access: The method release() from the type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

134 : factory.release();

59. WARNING: DiscouragedReference

Discouraged access: The method removeFactory(INodeAdapterFactory) from the type FactoryRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

135 : registry.removeFactory(factory);

60. WARNING: DiscouragedReference

Discouraged access: The method contains(Object) from the type FactoryRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

137 : if (!registry.contains(IStyleSheetAdapter.class)) {

61. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

EmbeddedHTML.java :

137 : if (!registry.contains(IStyleSheetAdapter.class)) {

62. WARNING: DiscouragedReference

Discouraged access: The method getFactoryFor(Object) from the type FactoryRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

138 : factory = registry.getFactoryFor(IStyleSheetAdapter.class);

63. WARNING: DiscouragedReference

Discouraged access: The type IStyleSheetAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/eclipse/plugins/org.eclipse.wst.css.core_1.1.210.v200905060217.jar

EmbeddedHTML.java :

138 : factory = registry.getFactoryFor(IStyleSheetAdapter.class);

64. WARNING: DiscouragedReference

Discouraged access: The method release() from the type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

139 : factory.release();

65. WARNING: DiscouragedReference

Discouraged access: The method removeFactory(INodeAdapterFactory) from the type FactoryRegistry is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

140 : registry.removeFactory(factory);

66. WARNING: DiscouragedReference

Discouraged access: The type JSPCapableParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

145 : public void uninitializeParser(JSPCapableParser parser) {

67. WARNING: DiscouragedReference

Discouraged access: The method removeBlockMarker(String) from the type BlockTagParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

148 : parser.removeBlockMarker("script"); //$NON-NLS-1$

68. WARNING: DiscouragedReference

Discouraged access: The method removeBlockMarker(String) from the type BlockTagParser is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

149 : parser.removeBlockMarker("script"); //$NON-NLS-1$

69. WARNING: DiscouragedReference

Discouraged access: The type EmbeddedTypeHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

EmbeddedHTML.java :

152 : public EmbeddedTypeHandler newInstance() {

Source File: org/eclipse/wst/html/core/internal/modelhandler/ModelHandlerForHTML.java
1. WARNING: DiscouragedReference

Discouraged access: The type IDocumentCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelHandlerForHTML.java :

16 : import org.eclipse.wst.sse.core.internal.document.IDocumentCharsetDetector;

2. WARNING: DiscouragedReference

Discouraged access: The type IDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelHandlerForHTML.java :

17 : import org.eclipse.wst.sse.core.internal.document.IDocumentLoader;

3. WARNING: DiscouragedReference

Discouraged access: The type AbstractModelHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelHandlerForHTML.java :

18 : import org.eclipse.wst.sse.core.internal.ltk.modelhandler.AbstractModelHandler;

4. WARNING: DiscouragedReference

Discouraged access: The type IModelHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelHandlerForHTML.java :

19 : import org.eclipse.wst.sse.core.internal.ltk.modelhandler.IModelHandler;

5. WARNING: DiscouragedReference

Discouraged access: The type IModelLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelHandlerForHTML.java :

20 : import org.eclipse.wst.sse.core.internal.provisional.IModelLoader;

6. WARNING: DiscouragedReference

Discouraged access: The type AbstractModelHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelHandlerForHTML.java :

22 : public class ModelHandlerForHTML extends AbstractModelHandler implements IModelHandler {

7. WARNING: DiscouragedReference

Discouraged access: The type IModelHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelHandlerForHTML.java :

22 : public class ModelHandlerForHTML extends AbstractModelHandler implements IModelHandler {

8. WARNING: DiscouragedReference

Discouraged access: The constructor AbstractModelHandler() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelHandlerForHTML.java :

38 : super();

9. WARNING: DiscouragedReference

Discouraged access: The method setId(String) from the type AbstractModelHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelHandlerForHTML.java :

39 : setId(ModelHandlerID_HTML);

10. WARNING: DiscouragedReference

Discouraged access: The method setAssociatedContentTypeId(String) from the type AbstractModelHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelHandlerForHTML.java :

40 : setAssociatedContentTypeId(AssociatedContentTypeID);

11. WARNING: DiscouragedReference

Discouraged access: The type IModelLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelHandlerForHTML.java :

43 : public IModelLoader getModelLoader() {

12. WARNING: DiscouragedReference

Discouraged access: The type IDocumentCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelHandlerForHTML.java :

47 : public IDocumentCharsetDetector getEncodingDetector() {

13. WARNING: DiscouragedReference

Discouraged access: The type IDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelHandlerForHTML.java :

51 : public IDocumentLoader getDocumentLoader() {

Source File: org/eclipse/wst/html/core/internal/modelquery/CMAttributeDeclarationBuddySystem.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMAttributeDeclarationBuddySystem.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMAttributeDeclarationBuddySystem.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

3. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMAttributeDeclarationBuddySystem.java :

20 : class CMAttributeDeclarationBuddySystem extends CMNodeBuddySystem implements CMAttributeDeclaration {

4. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMAttributeDeclarationBuddySystem.java :

23 : public CMAttributeDeclarationBuddySystem(CMAttributeDeclaration self, CMAttributeDeclaration buddy, boolean isXHTML) {

5. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMAttributeDeclarationBuddySystem.java :

23 : public CMAttributeDeclarationBuddySystem(CMAttributeDeclaration self, CMAttributeDeclaration buddy, boolean isXHTML) {

6. WARNING: DiscouragedReference

Discouraged access: The method getAttrName() from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMAttributeDeclarationBuddySystem.java :

31 : return getSelf().getAttrName();

7. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMAttributeDeclarationBuddySystem.java :

37 : public CMDataType getAttrType() {

8. WARNING: DiscouragedReference

Discouraged access: The method getAttrType() from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMAttributeDeclarationBuddySystem.java :

38 : return getSelf().getAttrType();

9. WARNING: DiscouragedReference

Discouraged access: The method getDefaultValue() from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMAttributeDeclarationBuddySystem.java :

46 : return getSelf().getDefaultValue();

10. WARNING: DiscouragedReference

Discouraged access: The method getEnumAttr() from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMAttributeDeclarationBuddySystem.java :

54 : return getSelf().getEnumAttr();

11. WARNING: DiscouragedReference

Discouraged access: The method getUsage() from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMAttributeDeclarationBuddySystem.java :

61 : return getSelf().getUsage();

12. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMAttributeDeclarationBuddySystem.java :

64 : private CMAttributeDeclaration getSelf() {

13. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMAttributeDeclarationBuddySystem.java :

65 : return (CMAttributeDeclaration) self;

Source File: org/eclipse/wst/html/core/internal/modelquery/CMDocumentForBuddySystem.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDocument;

2. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

4. WARNING: DiscouragedReference

Discouraged access: The type CMNamespace is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamespace;

5. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

21 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

6. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

22 : import org.eclipse.wst.xml.core.internal.provisional.contentmodel.CMDocType;

7. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

26 : class CMDocumentForBuddySystem extends CMNodeBuddySystem implements CMDocument {

8. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

29 : private static CMDocument getHTMLCMDocument() {

9. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

30 : return HTMLCMDocumentFactory.getCMDocument(CMDocType.HTML_DOC_TYPE);

10. WARNING: DiscouragedReference

Discouraged access: The field HTML_DOC_TYPE from the type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

30 : return HTMLCMDocumentFactory.getCMDocument(CMDocType.HTML_DOC_TYPE);

11. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

34 : public Elements(CMNamedNodeMap elements, boolean isXHTML) {

12. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

40 : protected String getKeyName(CMNode original) {

13. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

41 : CMElementDeclaration edecl = getDecl(original);

14. WARNING: DiscouragedReference

Discouraged access: The method getElementName() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

44 : return edecl.getElementName();

15. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

47 : protected CMNode createBuddySystem(CMNode original) {

16. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

47 : protected CMNode createBuddySystem(CMNode original) {

17. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

48 : CMElementDeclaration edecl = getDecl(original);

18. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

52 : private CMElementDeclaration getDecl(CMNode cmnode) {

19. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

52 : private CMElementDeclaration getDecl(CMNode cmnode) {

20. WARNING: DiscouragedReference

Discouraged access: The method getNodeType() from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

55 : if (cmnode.getNodeType() != CMNode.ELEMENT_DECLARATION)

21. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

55 : if (cmnode.getNodeType() != CMNode.ELEMENT_DECLARATION)

22. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT_DECLARATION from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

55 : if (cmnode.getNodeType() != CMNode.ELEMENT_DECLARATION)

23. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

57 : return (CMElementDeclaration) cmnode;

24. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

61 : CMDocument ssi = SSICMDocumentFactory.getCMDocument();

25. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

64 : CMNamedNodeMap elements = ssi.getElements();

26. WARNING: DiscouragedReference

Discouraged access: The method getElements() from the type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

64 : CMNamedNodeMap elements = ssi.getElements();

27. WARNING: DiscouragedReference

Discouraged access: The method iterator() from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

65 : Iterator i = elements.iterator();

28. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

67 : CMElementDeclaration decl = (CMElementDeclaration) i.next();

29. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

67 : CMElementDeclaration decl = (CMElementDeclaration) i.next();

30. WARNING: DiscouragedReference

Discouraged access: The method getElementName() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

70 : put(decl.getElementName(), decl);

31. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

77 : public CMDocumentForBuddySystem(CMDocument self, boolean isXHTML) {

32. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

84 : public CMNamedNodeMap getElements() {

33. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

87 : CMDocument cmdoc = getSelf();

34. WARNING: DiscouragedReference

Discouraged access: The method getElements() from the type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

90 : elements = new Elements(cmdoc.getElements(), isXHTML);

35. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

97 : public CMNamedNodeMap getEntities() {

36. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

98 : CMDocument cmdoc = getSelf();

37. WARNING: DiscouragedReference

Discouraged access: The method getEntities() from the type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

101 : return cmdoc.getEntities();

38. WARNING: DiscouragedReference

Discouraged access: The type CMNamespace is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

107 : public CMNamespace getNamespace() {

39. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

108 : CMDocument cmdoc = getSelf();

40. WARNING: DiscouragedReference

Discouraged access: The method getNamespace() from the type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

111 : return cmdoc.getNamespace();

41. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

114 : private CMDocument getSelf() {

42. WARNING: DiscouragedReference

Discouraged access: The method getNodeType() from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

115 : if (self.getNodeType() != CMNode.DOCUMENT)

43. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

115 : if (self.getNodeType() != CMNode.DOCUMENT)

44. WARNING: DiscouragedReference

Discouraged access: The field DOCUMENT from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

115 : if (self.getNodeType() != CMNode.DOCUMENT)

45. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMDocumentForBuddySystem.java :

117 : return (CMDocument) self;

Source File: org/eclipse/wst/html/core/internal/modelquery/CMElementDeclarationBuddySystem.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMContent;

3. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

4. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDocument;

5. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

6. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

21 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

7. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

22 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

8. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

23 : import org.eclipse.wst.xml.core.internal.provisional.contentmodel.CMDocType;

9. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

27 : class CMElementDeclarationBuddySystem extends CMNodeBuddySystem implements CMElementDeclaration {

10. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

30 : private static CMDocument htmlcm = HTMLCMDocumentFactory.getCMDocument(CMDocType.HTML_DOC_TYPE);

11. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

30 : private static CMDocument htmlcm = HTMLCMDocumentFactory.getCMDocument(CMDocType.HTML_DOC_TYPE);

12. WARNING: DiscouragedReference

Discouraged access: The field HTML_DOC_TYPE from the type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

30 : private static CMDocument htmlcm = HTMLCMDocumentFactory.getCMDocument(CMDocType.HTML_DOC_TYPE);

13. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

32 : private static CMElementDeclaration getHTMLCMElemDecl(CMElementDeclaration original) {

14. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

32 : private static CMElementDeclaration getHTMLCMElemDecl(CMElementDeclaration original) {

15. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

33 : CMElementDeclaration buddy = null;

16. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

35 : CMNamedNodeMap elems = htmlcm.getElements();

17. WARNING: DiscouragedReference

Discouraged access: The method getElements() from the type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

35 : CMNamedNodeMap elems = htmlcm.getElements();

18. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

37 : buddy = (CMElementDeclaration) elems.getNamedItem(original.getElementName());

19. WARNING: DiscouragedReference

Discouraged access: The method getNamedItem(String) from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

37 : buddy = (CMElementDeclaration) elems.getNamedItem(original.getElementName());

20. WARNING: DiscouragedReference

Discouraged access: The method getElementName() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

37 : buddy = (CMElementDeclaration) elems.getNamedItem(original.getElementName());

21. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

44 : private CMNamedNodeMap buddyAttrs = null;

22. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

46 : public Attrs(CMNamedNodeMap attrs, CMNamedNodeMap buddyAttrs, boolean isXHTML) {

23. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

46 : public Attrs(CMNamedNodeMap attrs, CMNamedNodeMap buddyAttrs, boolean isXHTML) {

24. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

52 : protected String getKeyName(CMNode original) {

25. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

53 : CMAttributeDeclaration adecl = getDecl(original);

26. WARNING: DiscouragedReference

Discouraged access: The method getAttrName() from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

56 : return adecl.getAttrName();

27. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

59 : protected CMNode createBuddySystem(CMNode original) {

28. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

59 : protected CMNode createBuddySystem(CMNode original) {

29. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

60 : CMAttributeDeclaration adecl = getDecl(original);

30. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

63 : CMAttributeDeclaration buddy = null;

31. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

65 : buddy = (CMAttributeDeclaration) buddyAttrs.getNamedItem(adecl.getAttrName());

32. WARNING: DiscouragedReference

Discouraged access: The method getNamedItem(String) from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

65 : buddy = (CMAttributeDeclaration) buddyAttrs.getNamedItem(adecl.getAttrName());

33. WARNING: DiscouragedReference

Discouraged access: The method getAttrName() from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

65 : buddy = (CMAttributeDeclaration) buddyAttrs.getNamedItem(adecl.getAttrName());

34. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

70 : private CMAttributeDeclaration getDecl(CMNode cmnode) {

35. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

70 : private CMAttributeDeclaration getDecl(CMNode cmnode) {

36. WARNING: DiscouragedReference

Discouraged access: The method getNodeType() from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

73 : if (cmnode.getNodeType() != CMNode.ATTRIBUTE_DECLARATION)

37. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

73 : if (cmnode.getNodeType() != CMNode.ATTRIBUTE_DECLARATION)

38. WARNING: DiscouragedReference

Discouraged access: The field ATTRIBUTE_DECLARATION from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

73 : if (cmnode.getNodeType() != CMNode.ATTRIBUTE_DECLARATION)

39. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

75 : return (CMAttributeDeclaration) cmnode;

40. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

81 : public CMElementDeclarationBuddySystem(CMElementDeclaration self, boolean isXHTML) {

41. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

88 : public CMNamedNodeMap getAttributes() {

42. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

91 : CMElementDeclaration edecl = getSelf();

43. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

94 : CMElementDeclaration htmlDecl = getBuddy();

44. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

95 : CMNamedNodeMap htmlAttrs = (htmlDecl == null) ? null : htmlDecl.getAttributes();

45. WARNING: DiscouragedReference

Discouraged access: The method getAttributes() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

95 : CMNamedNodeMap htmlAttrs = (htmlDecl == null) ? null : htmlDecl.getAttributes();

46. WARNING: DiscouragedReference

Discouraged access: The method getAttributes() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

96 : attributes = new Attrs(edecl.getAttributes(), htmlAttrs, isXHTML);

47. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

103 : public CMContent getContent() {

48. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

104 : CMElementDeclaration edecl = getSelf();

49. WARNING: DiscouragedReference

Discouraged access: The method getContent() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

107 : return edecl.getContent();

50. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

114 : CMElementDeclaration edecl = getSelf();

51. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

116 : return CMElementDeclaration.ANY;

52. WARNING: DiscouragedReference

Discouraged access: The field ANY from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

116 : return CMElementDeclaration.ANY;

53. WARNING: DiscouragedReference

Discouraged access: The method getContentType() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

117 : return edecl.getContentType();

54. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

124 : CMElementDeclaration edecl = getSelf();

55. WARNING: DiscouragedReference

Discouraged access: The method getElementName() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

127 : return edecl.getElementName();

56. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

133 : public CMDataType getDataType() {

57. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

134 : CMElementDeclaration edecl = getSelf();

58. WARNING: DiscouragedReference

Discouraged access: The method getDataType() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

137 : return edecl.getDataType();

59. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

143 : public CMNamedNodeMap getLocalElements() {

60. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

144 : CMElementDeclaration edecl = getSelf();

61. WARNING: DiscouragedReference

Discouraged access: The method getLocalElements() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

147 : return edecl.getLocalElements();

62. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

154 : CMElementDeclaration edecl = getSelf();

63. WARNING: DiscouragedReference

Discouraged access: The method getMaxOccur() from the type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

157 : return edecl.getMaxOccur();

64. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

164 : CMElementDeclaration edecl = getSelf();

65. WARNING: DiscouragedReference

Discouraged access: The method getMinOccur() from the type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

167 : return edecl.getMinOccur();

66. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

188 : private CMElementDeclaration getSelf() {

67. WARNING: DiscouragedReference

Discouraged access: The method getNodeType() from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

189 : if (self.getNodeType() != CMNode.ELEMENT_DECLARATION)

68. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

189 : if (self.getNodeType() != CMNode.ELEMENT_DECLARATION)

69. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT_DECLARATION from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

189 : if (self.getNodeType() != CMNode.ELEMENT_DECLARATION)

70. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

191 : return (CMElementDeclaration) self;

71. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

194 : private CMElementDeclaration getBuddy() {

72. WARNING: DiscouragedReference

Discouraged access: The method getNodeType() from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

197 : if (buddy.getNodeType() != CMNode.ELEMENT_DECLARATION)

73. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

197 : if (buddy.getNodeType() != CMNode.ELEMENT_DECLARATION)

74. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT_DECLARATION from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

197 : if (buddy.getNodeType() != CMNode.ELEMENT_DECLARATION)

75. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMElementDeclarationBuddySystem.java :

199 : return (CMElementDeclaration) buddy;

Source File: org/eclipse/wst/html/core/internal/modelquery/CMNamedNodeMapForBuddySystem.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamedNodeMapForBuddySystem.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamedNodeMapForBuddySystem.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamedNodeMapForBuddySystem.java :

23 : abstract class CMNamedNodeMapForBuddySystem implements CMNamedNodeMap {

4. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamedNodeMapForBuddySystem.java :

49 : public CMNode getNamedItem(String name) {

5. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamedNodeMapForBuddySystem.java :

53 : return (CMNode) map.get(key);

6. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamedNodeMapForBuddySystem.java :

59 : public CMNode item(int index) {

7. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamedNodeMapForBuddySystem.java :

64 : return (CMNode) node;

8. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamedNodeMapForBuddySystem.java :

77 : void put(String name, CMNode cmnode) {

9. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamedNodeMapForBuddySystem.java :

83 : abstract protected String getKeyName(CMNode original);

10. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamedNodeMapForBuddySystem.java :

85 : abstract protected CMNode createBuddySystem(CMNode original);

11. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamedNodeMapForBuddySystem.java :

85 : abstract protected CMNode createBuddySystem(CMNode original);

12. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamedNodeMapForBuddySystem.java :

95 : protected void makeBuddySystem(CMNamedNodeMap original) {

13. WARNING: DiscouragedReference

Discouraged access: The method iterator() from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamedNodeMapForBuddySystem.java :

96 : Iterator i = original.iterator();

14. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamedNodeMapForBuddySystem.java :

100 : CMNode org = (CMNode) i.next();

15. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamedNodeMapForBuddySystem.java :

100 : CMNode org = (CMNode) i.next();

16. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNamedNodeMapForBuddySystem.java :

102 : CMNode newNode = createBuddySystem(org);

Source File: org/eclipse/wst/html/core/internal/modelquery/CMNodeBuddySystem.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNodeBuddySystem.java :

14 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNodeBuddySystem.java :

18 : class CMNodeBuddySystem implements CMNode {

3. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNodeBuddySystem.java :

22 : protected CMNode self = null;

4. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNodeBuddySystem.java :

23 : protected CMNode buddy = null;

5. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNodeBuddySystem.java :

25 : public CMNodeBuddySystem(CMNode self, CMNode buddy, boolean isXHTML) {

6. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNodeBuddySystem.java :

25 : public CMNodeBuddySystem(CMNode self, CMNode buddy, boolean isXHTML) {

7. WARNING: DiscouragedReference

Discouraged access: The method getNodeName() from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNodeBuddySystem.java :

36 : return self.getNodeName();

8. WARNING: DiscouragedReference

Discouraged access: The method getNodeType() from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNodeBuddySystem.java :

43 : return self.getNodeType();

9. WARNING: DiscouragedReference

Discouraged access: The method supports(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNodeBuddySystem.java :

56 : return buddy.supports(propertyName);

10. WARNING: DiscouragedReference

Discouraged access: The method supports(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNodeBuddySystem.java :

70 : if (buddy == null || (!buddy.supports(propertyName)))

11. WARNING: DiscouragedReference

Discouraged access: The method getProperty(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMNodeBuddySystem.java :

72 : return buddy.getProperty(propertyName);

Source File: org/eclipse/wst/html/core/internal/modelquery/ElementDeclarationAdapter.java
1. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementDeclarationAdapter.java :

15 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementDeclarationAdapter.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

3. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementDeclarationAdapter.java :

20 : public interface ElementDeclarationAdapter extends INodeAdapter {

4. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementDeclarationAdapter.java :

24 : CMElementDeclaration getDeclaration();

5. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementDeclarationAdapter.java :

28 : void setDeclaration(CMElementDeclaration declaration);

Source File: org/eclipse/wst/html/core/internal/modelquery/ElementDeclarationAdapterFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementDeclarationAdapterFactory.java :

15 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementDeclarationAdapterFactory.java :

16 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapterFactory;

3. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementDeclarationAdapterFactory.java :

17 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

4. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementDeclarationAdapterFactory.java :

21 : public class ElementDeclarationAdapterFactory implements INodeAdapterFactory {

5. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementDeclarationAdapterFactory.java :

33 : public INodeAdapter adapt(INodeNotifier notifier) {

6. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementDeclarationAdapterFactory.java :

33 : public INodeAdapter adapt(INodeNotifier notifier) {

7. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementDeclarationAdapterFactory.java :

36 : INodeAdapter adapter = notifier.getExistingAdapter(ElementDeclarationAdapter.class);

8. WARNING: DiscouragedReference

Discouraged access: The method getExistingAdapter(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementDeclarationAdapterFactory.java :

36 : INodeAdapter adapter = notifier.getExistingAdapter(ElementDeclarationAdapter.class);

9. WARNING: DiscouragedReference

Discouraged access: The method addAdapter(INodeAdapter) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementDeclarationAdapterFactory.java :

40 : notifier.addAdapter(adapter);

10. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementDeclarationAdapterFactory.java :

65 : public INodeAdapterFactory copy() {

Source File: org/eclipse/wst/html/core/internal/modelquery/HMQUtil.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMContent;

2. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

3. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

21 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

4. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

22 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

5. WARNING: DiscouragedReference

Discouraged access: The type CMNodeList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

23 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNodeList;

6. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

24 : import org.eclipse.wst.xml.core.internal.contentmodel.modelquery.ModelQuery;

7. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

25 : import org.eclipse.wst.xml.core.internal.modelquery.ModelQueryUtil;

8. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

49 : CMContent inclusion = (CMContent) iter.next();

9. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

49 : CMContent inclusion = (CMContent) iter.next();

10. WARNING: DiscouragedReference

Discouraged access: The method getNodeType() from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

50 : switch (inclusion.getNodeType()) {

11. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

51 : case CMNode.GROUP :

12. WARNING: DiscouragedReference

Discouraged access: The field GROUP from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

51 : case CMNode.GROUP :

13. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

52 : extractDeclarations(availables, (CMGroup) inclusion);

14. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

54 : case CMNode.ELEMENT_DECLARATION :

15. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT_DECLARATION from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

54 : case CMNode.ELEMENT_DECLARATION :

16. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

55 : addInclusion(availables, (CMElementDeclaration) inclusion);

17. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

67 : ModelQuery query = ModelQueryUtil.getModelQuery(doc);

18. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

67 : ModelQuery query = ModelQueryUtil.getModelQuery(doc);

19. WARNING: DiscouragedReference

Discouraged access: The method getModelQuery(Document) from the type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

67 : ModelQuery query = ModelQueryUtil.getModelQuery(doc);

20. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

68 : CMElementDeclaration decl = query.getCMElementDeclaration(target);

21. WARNING: DiscouragedReference

Discouraged access: The method getCMElementDeclaration(Element) from the type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

68 : CMElementDeclaration decl = query.getCMElementDeclaration(target);

22. WARNING: DiscouragedReference

Discouraged access: The method getCMElementDeclaration(Element) from the type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

73 : decl = query.getCMElementDeclaration(parent);

23. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

81 : private static void addInclusion(Hashtable availables, CMElementDeclaration decl) {

24. WARNING: DiscouragedReference

Discouraged access: The method getElementName() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

82 : String name = decl.getElementName();

25. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

92 : CMElementDeclaration decl = (CMElementDeclaration) iter.next();

26. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

92 : CMElementDeclaration decl = (CMElementDeclaration) iter.next();

27. WARNING: DiscouragedReference

Discouraged access: The method supports(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

93 : if (decl.supports(HTMLCMProperties.INCLUSION)) {

28. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

94 : CMContent inclusion = (CMContent) decl.getProperty(HTMLCMProperties.INCLUSION);

29. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

94 : CMContent inclusion = (CMContent) decl.getProperty(HTMLCMProperties.INCLUSION);

30. WARNING: DiscouragedReference

Discouraged access: The method getProperty(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

94 : CMContent inclusion = (CMContent) decl.getProperty(HTMLCMProperties.INCLUSION);

31. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

112 : private static void extractDeclarations(Hashtable availables, CMGroup group) {

32. WARNING: DiscouragedReference

Discouraged access: The type CMNodeList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

113 : CMNodeList content = group.getChildNodes();

33. WARNING: DiscouragedReference

Discouraged access: The method getChildNodes() from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

113 : CMNodeList content = group.getChildNodes();

34. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type CMNodeList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

114 : for (int i = 0; i < content.getLength(); i++) {

35. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

115 : CMNode cmn = content.item(i);

36. WARNING: DiscouragedReference

Discouraged access: The method item(int) from the type CMNodeList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

115 : CMNode cmn = content.item(i);

37. WARNING: DiscouragedReference

Discouraged access: The method getNodeType() from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

116 : if (cmn == null || cmn.getNodeType() != CMNode.ELEMENT_DECLARATION)

38. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

116 : if (cmn == null || cmn.getNodeType() != CMNode.ELEMENT_DECLARATION)

39. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT_DECLARATION from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

116 : if (cmn == null || cmn.getNodeType() != CMNode.ELEMENT_DECLARATION)

40. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HMQUtil.java :

118 : addInclusion(availables, (CMElementDeclaration) cmn);

Source File: org/eclipse/wst/html/core/internal/modelquery/HTMLElementDeclarationAdapter.java
1. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementDeclarationAdapter.java :

15 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

2. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementDeclarationAdapter.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

3. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementDeclarationAdapter.java :

22 : private CMElementDeclaration declaration = null;

4. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementDeclarationAdapter.java :

32 : public CMElementDeclaration getDeclaration() {

5. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementDeclarationAdapter.java :

46 : public void notifyChanged(INodeNotifier notifier, int eventType, Object changedFeature, Object oldValue, Object newValue, int pos) {

6. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementDeclarationAdapter.java :

51 : public void setDeclaration(CMElementDeclaration declaration) {

Source File: org/eclipse/wst/html/core/internal/modelquery/HTMLModelQueryAssociationProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type SimpleAssociationProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryAssociationProvider.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.modelqueryimpl.SimpleAssociationProvider;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDocumentCache is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryAssociationProvider.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.util.CMDocumentCache;

3. WARNING: DiscouragedReference

Discouraged access: The type SimpleAssociationProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryAssociationProvider.java :

21 : public class HTMLModelQueryAssociationProvider extends SimpleAssociationProvider {

4. WARNING: DiscouragedReference

Discouraged access: The type CMDocumentCache is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryAssociationProvider.java :

26 : public HTMLModelQueryAssociationProvider(CMDocumentCache cache, URIResolver idResolver) {

5. WARNING: DiscouragedReference

Discouraged access: The constructor SimpleAssociationProvider(ModelQueryCMProvider) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryAssociationProvider.java :

27 : super(new HTMLModelQueryCMProvider(cache, idResolver));

Source File: org/eclipse/wst/html/core/internal/modelquery/HTMLModelQueryCMProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryCMProvider.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDocument;

2. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryCMProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryCMProvider.java :

21 : import org.eclipse.wst.xml.core.internal.contentmodel.modelquery.ModelQueryCMProvider;

3. WARNING: DiscouragedReference

Discouraged access: The type CMDocumentCache is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryCMProvider.java :

22 : import org.eclipse.wst.xml.core.internal.contentmodel.util.CMDocumentCache;

4. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryCMProvider.java :

23 : import org.eclipse.wst.xml.core.internal.provisional.contentmodel.CMDocType;

5. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryCMProvider.java :

24 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

6. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryCMProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryCMProvider.java :

38 : public class HTMLModelQueryCMProvider implements ModelQueryCMProvider {

7. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryCMProvider.java :

41 : private static CMDocument staticHTML = HTMLCMDocumentFactory.getCMDocument(CMDocType.HTML_DOC_TYPE);

8. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryCMProvider.java :

41 : private static CMDocument staticHTML = HTMLCMDocumentFactory.getCMDocument(CMDocType.HTML_DOC_TYPE);

9. WARNING: DiscouragedReference

Discouraged access: The field HTML_DOC_TYPE from the type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryCMProvider.java :

41 : private static CMDocument staticHTML = HTMLCMDocumentFactory.getCMDocument(CMDocType.HTML_DOC_TYPE);

10. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryCMProvider.java :

42 : private static CMDocument staticCHTML = HTMLCMDocumentFactory.getCMDocument(CMDocType.CHTML_DOC_TYPE);

11. WARNING: DiscouragedReference

Discouraged access: The type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryCMProvider.java :

42 : private static CMDocument staticCHTML = HTMLCMDocumentFactory.getCMDocument(CMDocType.CHTML_DOC_TYPE);

12. WARNING: DiscouragedReference

Discouraged access: The field CHTML_DOC_TYPE from the type CMDocType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryCMProvider.java :

42 : private static CMDocument staticCHTML = HTMLCMDocumentFactory.getCMDocument(CMDocType.CHTML_DOC_TYPE);

13. WARNING: DiscouragedReference

Discouraged access: The type CMDocumentCache is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryCMProvider.java :

48 : public HTMLModelQueryCMProvider(CMDocumentCache cache, URIResolver idResolver) {

14. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryCMProvider.java :

57 : public CMDocument getCorrespondingCMDocument(Node node) {

15. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryCMProvider.java :

58 : IDOMDocument owner = getOwnerXMLDocument(node);

16. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryCMProvider.java :

81 : CMDocument dtdcm = xhtmlassoc.getXHTMLCMDocument(pid, sid);

17. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryCMProvider.java :

90 : CMDocument buddycm = (CMDocument) buddyCache.get(grammarURI);

18. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryCMProvider.java :

90 : CMDocument buddycm = (CMDocument) buddyCache.get(grammarURI);

19. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryCMProvider.java :

100 : private IDOMDocument getOwnerXMLDocument(Node node) {

20. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryCMProvider.java :

106 : if (!(owner instanceof IDOMDocument))

21. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryCMProvider.java :

108 : return (IDOMDocument) owner;

22. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryCMProvider.java :

111 : private String getPublicId(IDOMDocument doc) {

23. WARNING: DiscouragedReference

Discouraged access: The method getDocumentTypeId() from the type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryCMProvider.java :

115 : return (doctype != null) ? doctype.getPublicId() : doc.getDocumentTypeId();

Source File: org/eclipse/wst/html/core/internal/modelquery/HTMLModelQueryImpl.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

21 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

4. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

22 : import org.eclipse.wst.xml.core.internal.contentmodel.modelqueryimpl.ModelQueryImpl;

5. WARNING: DiscouragedReference

Discouraged access: The type CMDocumentCache is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

23 : import org.eclipse.wst.xml.core.internal.contentmodel.util.CMDocumentCache;

6. WARNING: DiscouragedReference

Discouraged access: The type XMLModelQueryAssociationProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

24 : import org.eclipse.wst.xml.core.internal.modelquery.XMLModelQueryAssociationProvider;

7. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

25 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

8. WARNING: DiscouragedReference

Discouraged access: The type MovableModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

26 : import org.eclipse.wst.xml.core.internal.ssemodelquery.MovableModelQuery;

9. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

36 : public class HTMLModelQueryImpl extends ModelQueryImpl implements MovableModelQuery {

10. WARNING: DiscouragedReference

Discouraged access: The type MovableModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

36 : public class HTMLModelQueryImpl extends ModelQueryImpl implements MovableModelQuery {

11. WARNING: DiscouragedReference

Discouraged access: The type CMDocumentCache is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

38 : protected CMDocumentCache fCache = null;

12. WARNING: DiscouragedReference

Discouraged access: The type XMLModelQueryAssociationProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

39 : protected XMLModelQueryAssociationProvider xmlAssocProv = null;

13. WARNING: DiscouragedReference

Discouraged access: The type CMDocumentCache is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

41 : public HTMLModelQueryImpl(CMDocumentCache cache, URIResolver idResolver) {

14. WARNING: DiscouragedReference

Discouraged access: The constructor ModelQueryImpl(ModelQueryAssociationProvider) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

42 : super(new HTMLModelQueryAssociationProvider(cache, idResolver));

15. WARNING: DiscouragedReference

Discouraged access: The constructor XMLModelQueryAssociationProvider(CMDocumentCache, URIResolver) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

44 : xmlAssocProv = new XMLModelQueryAssociationProvider(cache, idResolver);

16. WARNING: DiscouragedReference

Discouraged access: The type XMLModelQueryAssociationProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

44 : xmlAssocProv = new XMLModelQueryAssociationProvider(cache, idResolver);

17. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

47 : public List getAvailableContent(Element element, CMElementDeclaration ed, int includeOptions) {

18. WARNING: DiscouragedReference

Discouraged access: The method getAvailableContent(Element, CMElementDeclaration, int) from the type ModelQueryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

48 : List originalCandidates = super.getAvailableContent(element, ed, includeOptions);

19. WARNING: DiscouragedReference

Discouraged access: The field INCLUDE_CHILD_NODES from the type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

49 : if ((includeOptions & INCLUDE_CHILD_NODES) == 0)

20. WARNING: DiscouragedReference

Discouraged access: The method supports(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

53 : if (!ed.supports(HTMLCMProperties.IS_XHTML))

21. WARNING: DiscouragedReference

Discouraged access: The method getProperty(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

57 : isXhtml = (Boolean) ed.getProperty(HTMLCMProperties.IS_XHTML);

22. WARNING: DiscouragedReference

Discouraged access: The method getContentType() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

65 : switch (ed.getContentType()) {

23. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

66 : case CMElementDeclaration.ANY :

24. WARNING: DiscouragedReference

Discouraged access: The field ANY from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

66 : case CMElementDeclaration.ANY :

25. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

67 : case CMElementDeclaration.ELEMENT :

26. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

67 : case CMElementDeclaration.ELEMENT :

27. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

68 : case CMElementDeclaration.MIXED :

28. WARNING: DiscouragedReference

Discouraged access: The field MIXED from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

68 : case CMElementDeclaration.MIXED :

29. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

72 : case CMElementDeclaration.EMPTY :

30. WARNING: DiscouragedReference

Discouraged access: The field EMPTY from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

72 : case CMElementDeclaration.EMPTY :

31. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

73 : case CMElementDeclaration.PCDATA :

32. WARNING: DiscouragedReference

Discouraged access: The field PCDATA from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

73 : case CMElementDeclaration.PCDATA :

33. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

74 : case CMElementDeclaration.CDATA :

34. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

74 : case CMElementDeclaration.CDATA :

35. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

88 : CMElementDeclaration candidate = (CMElementDeclaration) candidates.elementAt(i);

36. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

88 : CMElementDeclaration candidate = (CMElementDeclaration) candidates.elementAt(i);

37. WARNING: DiscouragedReference

Discouraged access: The field modelQueryAssociationProvider from the type ModelQueryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

103 : modelQueryAssociationProvider = new HTMLModelQueryAssociationProvider(fCache, newIdResolver);

38. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

107 : private static boolean isExcluded(CMElementDeclaration candidate, Element target) {

39. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

108 : CMNamedNodeMap prohibited = getProhibitedAncestors(candidate);

40. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

113 : CMNode pdec = prohibited.getNamedItem(parent.getNodeName());

41. WARNING: DiscouragedReference

Discouraged access: The method getNamedItem(String) from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

113 : CMNode pdec = prohibited.getNamedItem(parent.getNodeName());

42. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

121 : private static CMNamedNodeMap getProhibitedAncestors(CMElementDeclaration dec) {

43. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

121 : private static CMNamedNodeMap getProhibitedAncestors(CMElementDeclaration dec) {

44. WARNING: DiscouragedReference

Discouraged access: The method supports(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

122 : if (!dec.supports(HTMLCMProperties.PROHIBITED_ANCESTORS))

45. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

124 : return (CMNamedNodeMap) dec.getProperty(HTMLCMProperties.PROHIBITED_ANCESTORS);

46. WARNING: DiscouragedReference

Discouraged access: The method getProperty(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

124 : return (CMNamedNodeMap) dec.getProperty(HTMLCMProperties.PROHIBITED_ANCESTORS);

47. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

135 : if (p instanceof IDOMElement) {

48. WARNING: DiscouragedReference

Discouraged access: The method isImplicitTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

136 : if (((IDOMElement) p).isImplicitTag()) {

49. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

136 : if (((IDOMElement) p).isImplicitTag()) {

50. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

148 : public CMElementDeclaration getCMElementDeclaration(Element element) {

51. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

149 : CMElementDeclaration result = super.getCMElementDeclaration(element);

52. WARNING: DiscouragedReference

Discouraged access: The method getCMElementDeclaration(Element) from the type ModelQueryImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

149 : CMElementDeclaration result = super.getCMElementDeclaration(element);

53. WARNING: DiscouragedReference

Discouraged access: The method getCMElementDeclaration(Element) from the type XMLAssociationProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLModelQueryImpl.java :

153 : return xmlAssocProv.getCMElementDeclaration(element);

Source File: org/eclipse/wst/html/core/internal/modelquery/ModelQueryAdapterFactoryForEmbeddedHTML.java
1. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForEmbeddedHTML.java :

15 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForEmbeddedHTML.java :

16 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapterFactory;

3. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForEmbeddedHTML.java :

17 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

4. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryAdapterFactoryForEmbeddedHTML.java :

18 : import org.eclipse.wst.xml.core.internal.ssemodelquery.ModelQueryAdapter;

5. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryAdapterFactoryForEmbeddedHTML.java :

27 : super(ModelQueryAdapter.class, false);

6. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForEmbeddedHTML.java :

31 : public INodeAdapterFactory copy() {

7. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForEmbeddedHTML.java :

44 : public INodeAdapter adapt(INodeNotifier object) {

8. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForEmbeddedHTML.java :

44 : public INodeAdapter adapt(INodeNotifier object) {

9. WARNING: DiscouragedReference

Discouraged access: The method adaptNew(INodeNotifier) from the type AbstractAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForEmbeddedHTML.java :

45 : return adaptNew(object);

Source File: org/eclipse/wst/html/core/internal/modelquery/ModelQueryAdapterFactoryForHTML.java
1. WARNING: DiscouragedReference

Discouraged access: The type AbstractAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

25 : import org.eclipse.wst.sse.core.internal.provisional.AbstractAdapterFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type IModelStateListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

26 : import org.eclipse.wst.sse.core.internal.provisional.IModelStateListener;

3. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

27 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

4. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

28 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapterFactory;

5. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

29 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

6. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

30 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

7. WARNING: DiscouragedReference

Discouraged access: The type Debug is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

31 : import org.eclipse.wst.sse.core.internal.util.Debug;

8. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryAdapterFactoryForHTML.java :

32 : import org.eclipse.wst.xml.core.internal.contentmodel.modelquery.ModelQuery;

9. WARNING: DiscouragedReference

Discouraged access: The type CMDocumentCache is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryAdapterFactoryForHTML.java :

33 : import org.eclipse.wst.xml.core.internal.contentmodel.util.CMDocumentCache;

10. WARNING: DiscouragedReference

Discouraged access: The type XMLCatalogIdResolver is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryAdapterFactoryForHTML.java :

34 : import org.eclipse.wst.xml.core.internal.modelquery.XMLCatalogIdResolver;

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryAdapterFactoryForHTML.java :

35 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

12. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryAdapterFactoryForHTML.java :

36 : import org.eclipse.wst.xml.core.internal.ssemodelquery.ModelQueryAdapter;

13. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryAdapterImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryAdapterFactoryForHTML.java :

37 : import org.eclipse.wst.xml.core.internal.ssemodelquery.ModelQueryAdapterImpl;

14. WARNING: DiscouragedReference

Discouraged access: The type AbstractAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

42 : public class ModelQueryAdapterFactoryForHTML extends AbstractAdapterFactory {

15. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryAdapterImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryAdapterFactoryForHTML.java :

44 : ModelQueryAdapterImpl modelQueryAdapter;

16. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

45 : IStructuredModel modelStateNotifier;

17. WARNING: DiscouragedReference

Discouraged access: The type IModelStateListener is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

48 : class InternalModelStateListener implements IModelStateListener {

18. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

53 : public void modelAboutToBeChanged(IStructuredModel model) {

19. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

57 : public void modelAboutToBeReinitialized(IStructuredModel structuredModel) {

20. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

65 : public void modelChanged(IStructuredModel model) {

21. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

73 : public void modelDirtyStateChanged(IStructuredModel model, boolean isDirty) {

22. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

77 : public void modelReinitialized(IStructuredModel structuredModel) {

23. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

84 : public void modelResourceDeleted(IStructuredModel model) {

24. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

92 : public void modelResourceMoved(IStructuredModel oldModel, IStructuredModel newModel) {

25. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

92 : public void modelResourceMoved(IStructuredModel oldModel, IStructuredModel newModel) {

26. WARNING: DiscouragedReference

Discouraged access: The method removeModelStateListener(IModelStateListener) from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

93 : modelStateNotifier.removeModelStateListener(this);

27. WARNING: DiscouragedReference

Discouraged access: The method addModelStateListener(IModelStateListener) from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

96 : modelStateNotifier.addModelStateListener(this);

28. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

99 : private void updateResolver(IStructuredModel model) {

29. WARNING: DiscouragedReference

Discouraged access: The method getBaseLocation() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

100 : String baseLocation = model.getBaseLocation();

30. WARNING: DiscouragedReference

Discouraged access: The method getBaseLocation() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

101 : IFile baseFile = ResourcesPlugin.getWorkspace().getRoot().getFile(new Path(model.getBaseLocation()));

31. WARNING: DiscouragedReference

Discouraged access: The method getBaseLocation() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

114 : baseLocation = model.getBaseLocation();

32. WARNING: DiscouragedReference

Discouraged access: The method setIdResolver(URIResolver) from the type ModelQueryAdapterImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryAdapterFactoryForHTML.java :

116 : modelQueryAdapter.setIdResolver(new XMLCatalogIdResolver(baseLocation, model.getResolver()));

33. WARNING: DiscouragedReference

Discouraged access: The constructor XMLCatalogIdResolver(String, URIResolver) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryAdapterFactoryForHTML.java :

116 : modelQueryAdapter.setIdResolver(new XMLCatalogIdResolver(baseLocation, model.getResolver()));

34. WARNING: DiscouragedReference

Discouraged access: The type XMLCatalogIdResolver is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryAdapterFactoryForHTML.java :

116 : modelQueryAdapter.setIdResolver(new XMLCatalogIdResolver(baseLocation, model.getResolver()));

35. WARNING: DiscouragedReference

Discouraged access: The method getResolver() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

116 : modelQueryAdapter.setIdResolver(new XMLCatalogIdResolver(baseLocation, model.getResolver()));

36. WARNING: DiscouragedReference

Discouraged access: The constructor AbstractAdapterFactory(Object, boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

127 : super(ModelQueryAdapter.class, true);

37. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryAdapterFactoryForHTML.java :

127 : super(ModelQueryAdapter.class, true);

38. WARNING: DiscouragedReference

Discouraged access: The constructor AbstractAdapterFactory(Object, boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

139 : super(adapterKey, registerAdapters);

39. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

144 : public INodeAdapterFactory copy() {

40. WARNING: DiscouragedReference

Discouraged access: The method release() from the type AbstractAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

150 : super.release();

41. WARNING: DiscouragedReference

Discouraged access: The method removeModelStateListener(IModelStateListener) from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

152 : modelStateNotifier.removeModelStateListener(internalModelStateListener);

42. WARNING: DiscouragedReference

Discouraged access: The method release() from the type ModelQueryAdapterImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryAdapterFactoryForHTML.java :

158 : modelQueryAdapter.release();

43. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

168 : protected INodeAdapter createAdapter(INodeNotifier target) {

44. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

168 : protected INodeAdapter createAdapter(INodeNotifier target) {

45. WARNING: DiscouragedReference

Discouraged access: The type Debug is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

170 : if (Debug.displayInfo) {

46. WARNING: DiscouragedReference

Discouraged access: The field displayInfo from the type Debug is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

170 : if (Debug.displayInfo) {

47. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryAdapterFactoryForHTML.java :

174 : if (target instanceof IDOMNode) {

48. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryAdapterFactoryForHTML.java :

175 : IDOMNode xmlNode = (IDOMNode) target;

49. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryAdapterFactoryForHTML.java :

175 : IDOMNode xmlNode = (IDOMNode) target;

50. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryAdapterFactoryForHTML.java :

176 : modelStateNotifier = xmlNode.getModel();

51. WARNING: DiscouragedReference

Discouraged access: The method addModelStateListener(IModelStateListener) from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

177 : modelStateNotifier.addModelStateListener(getInternalModelStateListener());

52. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

179 : IStructuredModel model = xmlNode.getModel();

53. WARNING: DiscouragedReference

Discouraged access: The method getModel() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryAdapterFactoryForHTML.java :

179 : IStructuredModel model = xmlNode.getModel();

54. WARNING: DiscouragedReference

Discouraged access: The type URIResolver is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

180 : org.eclipse.wst.sse.core.internal.util.URIResolver resolver = model.getResolver();

55. WARNING: DiscouragedReference

Discouraged access: The method getResolver() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

180 : org.eclipse.wst.sse.core.internal.util.URIResolver resolver = model.getResolver();

56. WARNING: DiscouragedReference

Discouraged access: The type Debug is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

181 : if (Debug.displayInfo)

57. WARNING: DiscouragedReference

Discouraged access: The field displayInfo from the type Debug is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

181 : if (Debug.displayInfo)

58. WARNING: DiscouragedReference

Discouraged access: The method getFileBaseLocation() from the type URIResolver is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

182 : System.out.println("----------------ModelQueryAdapterFactoryForHTML... baseLocation : " + resolver.getFileBaseLocation()); //$NON-NLS-1$

59. WARNING: DiscouragedReference

Discouraged access: The constructor XMLCatalogIdResolver(String, URIResolver) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryAdapterFactoryForHTML.java :

192 : idResolver = new XMLCatalogIdResolver(resolver.getFileBaseLocation(), resolver);

60. WARNING: DiscouragedReference

Discouraged access: The type XMLCatalogIdResolver is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryAdapterFactoryForHTML.java :

192 : idResolver = new XMLCatalogIdResolver(resolver.getFileBaseLocation(), resolver);

61. WARNING: DiscouragedReference

Discouraged access: The method getFileBaseLocation() from the type URIResolver is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

192 : idResolver = new XMLCatalogIdResolver(resolver.getFileBaseLocation(), resolver);

62. WARNING: DiscouragedReference

Discouraged access: The method getBaseLocation() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

200 : String modelsBaseLocation = model.getBaseLocation();

63. WARNING: DiscouragedReference

Discouraged access: The method getBaseLocation() from the type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelQueryAdapterFactoryForHTML.java :

207 : IPath basePath = new Path(model.getBaseLocation());

64. WARNING: DiscouragedReference

Discouraged access: The constructor XMLCatalogIdResolver(String, URIResolver) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryAdapterFactoryForHTML.java :

228 : idResolver = new XMLCatalogIdResolver(baseLocation, null);

65. WARNING: DiscouragedReference

Discouraged access: The type XMLCatalogIdResolver is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryAdapterFactoryForHTML.java :

228 : idResolver = new XMLCatalogIdResolver(baseLocation, null);

66. WARNING: DiscouragedReference

Discouraged access: The type CMDocumentCache is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryAdapterFactoryForHTML.java :

230 : CMDocumentCache documentCache = new CMDocumentCache();

67. WARNING: DiscouragedReference

Discouraged access: The constructor CMDocumentCache() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryAdapterFactoryForHTML.java :

230 : CMDocumentCache documentCache = new CMDocumentCache();

68. WARNING: DiscouragedReference

Discouraged access: The type CMDocumentCache is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryAdapterFactoryForHTML.java :

230 : CMDocumentCache documentCache = new CMDocumentCache();

69. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryAdapterFactoryForHTML.java :

231 : ModelQuery modelQuery = new HTMLModelQueryImpl(documentCache, idResolver);

70. WARNING: DiscouragedReference

Discouraged access: The method setEditMode(int) from the type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryAdapterFactoryForHTML.java :

232 : modelQuery.setEditMode(ModelQuery.EDIT_MODE_UNCONSTRAINED);

71. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryAdapterFactoryForHTML.java :

232 : modelQuery.setEditMode(ModelQuery.EDIT_MODE_UNCONSTRAINED);

72. WARNING: DiscouragedReference

Discouraged access: The field EDIT_MODE_UNCONSTRAINED from the type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryAdapterFactoryForHTML.java :

232 : modelQuery.setEditMode(ModelQuery.EDIT_MODE_UNCONSTRAINED);

73. WARNING: DiscouragedReference

Discouraged access: The constructor ModelQueryAdapterImpl(CMDocumentCache, ModelQuery, URIResolver) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryAdapterFactoryForHTML.java :

233 : modelQueryAdapter = new ModelQueryAdapterImpl(documentCache, modelQuery, idResolver);

74. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryAdapterImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelQueryAdapterFactoryForHTML.java :

233 : modelQueryAdapter = new ModelQueryAdapterImpl(documentCache, modelQuery, idResolver);

Source File: org/eclipse/wst/html/core/internal/modelquery/XHTMLAssociationProvider.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

XHTMLAssociationProvider.java :

25 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDocument;

2. WARNING: DiscouragedReference

Discouraged access: The type CMDocumentManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

XHTMLAssociationProvider.java :

26 : import org.eclipse.wst.xml.core.internal.contentmodel.modelquery.CMDocumentManager;

3. WARNING: DiscouragedReference

Discouraged access: The type XMLAssociationProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

XHTMLAssociationProvider.java :

27 : import org.eclipse.wst.xml.core.internal.contentmodel.modelqueryimpl.XMLAssociationProvider;

4. WARNING: DiscouragedReference

Discouraged access: The type CMDocumentCache is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

XHTMLAssociationProvider.java :

28 : import org.eclipse.wst.xml.core.internal.contentmodel.util.CMDocumentCache;

5. WARNING: DiscouragedReference

Discouraged access: The type XMLAssociationProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

XHTMLAssociationProvider.java :

38 : class XHTMLAssociationProvider extends XMLAssociationProvider {

6. WARNING: DiscouragedReference

Discouraged access: The type CMDocumentCache is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

XHTMLAssociationProvider.java :

59 : public XHTMLAssociationProvider(CMDocumentCache cache, URIResolver idResolver) {

7. WARNING: DiscouragedReference

Discouraged access: The constructor XMLAssociationProvider(CMDocumentCache) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

XHTMLAssociationProvider.java :

60 : super(cache);

8. WARNING: DiscouragedReference

Discouraged access: The field documentManager from the type XMLAssociationProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

XHTMLAssociationProvider.java :

68 : documentManager.setPropertyEnabled(CMDocumentManager.PROPERTY_PERFORM_URI_RESOLUTION, false);

9. WARNING: DiscouragedReference

Discouraged access: The method setPropertyEnabled(String, boolean) from the type CMDocumentManagerImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

XHTMLAssociationProvider.java :

68 : documentManager.setPropertyEnabled(CMDocumentManager.PROPERTY_PERFORM_URI_RESOLUTION, false);

10. WARNING: DiscouragedReference

Discouraged access: The type CMDocumentManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

XHTMLAssociationProvider.java :

68 : documentManager.setPropertyEnabled(CMDocumentManager.PROPERTY_PERFORM_URI_RESOLUTION, false);

11. WARNING: DiscouragedReference

Discouraged access: The field PROPERTY_PERFORM_URI_RESOLUTION from the type CMDocumentManager is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

XHTMLAssociationProvider.java :

68 : documentManager.setPropertyEnabled(CMDocumentManager.PROPERTY_PERFORM_URI_RESOLUTION, false);

12. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

XHTMLAssociationProvider.java :

78 : public CMDocument getXHTMLCMDocument(String publicId, String systemId) {

13. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

XHTMLAssociationProvider.java :

108 : CMDocument cmDocument = null;

14. WARNING: DiscouragedReference

Discouraged access: The type CMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

XHTMLAssociationProvider.java :

112 : cmDocument = (CMDocument) ref.get();

15. WARNING: DiscouragedReference

Discouraged access: The field documentManager from the type XMLAssociationProvider is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

XHTMLAssociationProvider.java :

140 : cmDocument = documentManager.getCMDocument(publicId, grammerURI, null);

16. WARNING: DiscouragedReference

Discouraged access: The method getCMDocument(String, String, String) from the type CMDocumentManagerImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

XHTMLAssociationProvider.java :

140 : cmDocument = documentManager.getCMDocument(publicId, grammerURI, null);

Source File: org/eclipse/wst/html/core/internal/preferences/HTMLCorePreferenceInitializer.java
1. WARNING: DiscouragedReference

Discouraged access: The type CommonCharsetNames is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

17 : import org.eclipse.wst.sse.core.internal.encoding.CommonCharsetNames;

2. WARNING: DiscouragedReference

Discouraged access: The type CommonEncodingPreferenceNames is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

18 : import org.eclipse.wst.sse.core.internal.encoding.CommonEncodingPreferenceNames;

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

19 : import org.eclipse.wst.sse.core.internal.validate.ValidationMessage;

4. WARNING: DiscouragedReference

Discouraged access: The type CommonEncodingPreferenceNames is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

49 : node.put(CommonEncodingPreferenceNames.INPUT_CODESET, ""); //$NON-NLS-1$

5. WARNING: DiscouragedReference

Discouraged access: The field INPUT_CODESET from the type CommonEncodingPreferenceNames is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

49 : node.put(CommonEncodingPreferenceNames.INPUT_CODESET, ""); //$NON-NLS-1$

6. WARNING: DiscouragedReference

Discouraged access: The type CommonCharsetNames is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

53 : defaultEnc = CommonCharsetNames.getPreferredDefaultIanaName(systemEnc, "UTF-8");//$NON-NLS-1$

7. WARNING: DiscouragedReference

Discouraged access: The method getPreferredDefaultIanaName(String, String) from the type CommonCharsetNames is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

53 : defaultEnc = CommonCharsetNames.getPreferredDefaultIanaName(systemEnc, "UTF-8");//$NON-NLS-1$

8. WARNING: DiscouragedReference

Discouraged access: The type CommonEncodingPreferenceNames is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

55 : node.put(CommonEncodingPreferenceNames.OUTPUT_CODESET, defaultEnc);

9. WARNING: DiscouragedReference

Discouraged access: The field OUTPUT_CODESET from the type CommonEncodingPreferenceNames is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

55 : node.put(CommonEncodingPreferenceNames.OUTPUT_CODESET, defaultEnc);

10. WARNING: DiscouragedReference

Discouraged access: The type CommonEncodingPreferenceNames is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

56 : node.put(CommonEncodingPreferenceNames.END_OF_LINE_CODE, ""); //$NON-NLS-1$

11. WARNING: DiscouragedReference

Discouraged access: The field END_OF_LINE_CODE from the type CommonEncodingPreferenceNames is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

56 : node.put(CommonEncodingPreferenceNames.END_OF_LINE_CODE, ""); //$NON-NLS-1$

12. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

74 : node.putInt(HTMLCorePreferenceNames.ATTRIBUTE_UNDEFINED_NAME, ValidationMessage.WARNING);

13. WARNING: DiscouragedReference

Discouraged access: The field WARNING from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

74 : node.putInt(HTMLCorePreferenceNames.ATTRIBUTE_UNDEFINED_NAME, ValidationMessage.WARNING);

14. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

75 : node.putInt(HTMLCorePreferenceNames.ATTRIBUTE_UNDEFINED_VALUE, ValidationMessage.WARNING);

15. WARNING: DiscouragedReference

Discouraged access: The field WARNING from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

75 : node.putInt(HTMLCorePreferenceNames.ATTRIBUTE_UNDEFINED_VALUE, ValidationMessage.WARNING);

16. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

76 : node.putInt(HTMLCorePreferenceNames.ATTRIBUTE_NAME_MISMATCH, ValidationMessage.WARNING);

17. WARNING: DiscouragedReference

Discouraged access: The field WARNING from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

76 : node.putInt(HTMLCorePreferenceNames.ATTRIBUTE_NAME_MISMATCH, ValidationMessage.WARNING);

18. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

77 : node.putInt(HTMLCorePreferenceNames.ATTRIBUTE_INVALID_NAME, ValidationMessage.WARNING);

19. WARNING: DiscouragedReference

Discouraged access: The field WARNING from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

77 : node.putInt(HTMLCorePreferenceNames.ATTRIBUTE_INVALID_NAME, ValidationMessage.WARNING);

20. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

78 : node.putInt(HTMLCorePreferenceNames.ATTRIBUTE_INVALID_VALUE, ValidationMessage.WARNING);

21. WARNING: DiscouragedReference

Discouraged access: The field WARNING from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

78 : node.putInt(HTMLCorePreferenceNames.ATTRIBUTE_INVALID_VALUE, ValidationMessage.WARNING);

22. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

79 : node.putInt(HTMLCorePreferenceNames.ATTRIBUTE_DUPLICATE, ValidationMessage.WARNING);

23. WARNING: DiscouragedReference

Discouraged access: The field WARNING from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

79 : node.putInt(HTMLCorePreferenceNames.ATTRIBUTE_DUPLICATE, ValidationMessage.WARNING);

24. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

80 : node.putInt(HTMLCorePreferenceNames.ATTRIBUTE_VALUE_MISMATCH, ValidationMessage.ERROR);

25. WARNING: DiscouragedReference

Discouraged access: The field ERROR from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

80 : node.putInt(HTMLCorePreferenceNames.ATTRIBUTE_VALUE_MISMATCH, ValidationMessage.ERROR);

26. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

81 : node.putInt(HTMLCorePreferenceNames.ATTRIBUTE_VALUE_UNCLOSED, ValidationMessage.WARNING);

27. WARNING: DiscouragedReference

Discouraged access: The field WARNING from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

81 : node.putInt(HTMLCorePreferenceNames.ATTRIBUTE_VALUE_UNCLOSED, ValidationMessage.WARNING);

28. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

84 : node.putInt(HTMLCorePreferenceNames.ELEM_UNKNOWN_NAME, ValidationMessage.WARNING);

29. WARNING: DiscouragedReference

Discouraged access: The field WARNING from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

84 : node.putInt(HTMLCorePreferenceNames.ELEM_UNKNOWN_NAME, ValidationMessage.WARNING);

30. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

85 : node.putInt(HTMLCorePreferenceNames.ELEM_INVALID_NAME, ValidationMessage.ERROR);

31. WARNING: DiscouragedReference

Discouraged access: The field ERROR from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

85 : node.putInt(HTMLCorePreferenceNames.ELEM_INVALID_NAME, ValidationMessage.ERROR);

32. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

86 : node.putInt(HTMLCorePreferenceNames.ELEM_START_INVALID_CASE, ValidationMessage.WARNING);

33. WARNING: DiscouragedReference

Discouraged access: The field WARNING from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

86 : node.putInt(HTMLCorePreferenceNames.ELEM_START_INVALID_CASE, ValidationMessage.WARNING);

34. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

87 : node.putInt(HTMLCorePreferenceNames.ELEM_END_INVALID_CASE, ValidationMessage.ERROR);

35. WARNING: DiscouragedReference

Discouraged access: The field ERROR from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

87 : node.putInt(HTMLCorePreferenceNames.ELEM_END_INVALID_CASE, ValidationMessage.ERROR);

36. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

88 : node.putInt(HTMLCorePreferenceNames.ELEM_MISSING_START, ValidationMessage.ERROR);

37. WARNING: DiscouragedReference

Discouraged access: The field ERROR from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

88 : node.putInt(HTMLCorePreferenceNames.ELEM_MISSING_START, ValidationMessage.ERROR);

38. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

89 : node.putInt(HTMLCorePreferenceNames.ELEM_MISSING_END, ValidationMessage.WARNING);

39. WARNING: DiscouragedReference

Discouraged access: The field WARNING from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

89 : node.putInt(HTMLCorePreferenceNames.ELEM_MISSING_END, ValidationMessage.WARNING);

40. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

90 : node.putInt(HTMLCorePreferenceNames.ELEM_UNNECESSARY_END, ValidationMessage.WARNING);

41. WARNING: DiscouragedReference

Discouraged access: The field WARNING from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

90 : node.putInt(HTMLCorePreferenceNames.ELEM_UNNECESSARY_END, ValidationMessage.WARNING);

42. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

91 : node.putInt(HTMLCorePreferenceNames.ELEM_INVALID_DIRECTIVE, ValidationMessage.ERROR);

43. WARNING: DiscouragedReference

Discouraged access: The field ERROR from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

91 : node.putInt(HTMLCorePreferenceNames.ELEM_INVALID_DIRECTIVE, ValidationMessage.ERROR);

44. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

92 : node.putInt(HTMLCorePreferenceNames.ELEM_INVALID_CONTENT, ValidationMessage.WARNING);

45. WARNING: DiscouragedReference

Discouraged access: The field WARNING from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

92 : node.putInt(HTMLCorePreferenceNames.ELEM_INVALID_CONTENT, ValidationMessage.WARNING);

46. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

93 : node.putInt(HTMLCorePreferenceNames.ELEM_DUPLICATE, ValidationMessage.WARNING);

47. WARNING: DiscouragedReference

Discouraged access: The field WARNING from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

93 : node.putInt(HTMLCorePreferenceNames.ELEM_DUPLICATE, ValidationMessage.WARNING);

48. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

94 : node.putInt(HTMLCorePreferenceNames.ELEM_COEXISTENCE, ValidationMessage.WARNING);

49. WARNING: DiscouragedReference

Discouraged access: The field WARNING from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

94 : node.putInt(HTMLCorePreferenceNames.ELEM_COEXISTENCE, ValidationMessage.WARNING);

50. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

95 : node.putInt(HTMLCorePreferenceNames.ELEM_UNCLOSED_START_TAG, ValidationMessage.ERROR);

51. WARNING: DiscouragedReference

Discouraged access: The field ERROR from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

95 : node.putInt(HTMLCorePreferenceNames.ELEM_UNCLOSED_START_TAG, ValidationMessage.ERROR);

52. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

96 : node.putInt(HTMLCorePreferenceNames.ELEM_UNCLOSED_END_TAG, ValidationMessage.ERROR);

53. WARNING: DiscouragedReference

Discouraged access: The field ERROR from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

96 : node.putInt(HTMLCorePreferenceNames.ELEM_UNCLOSED_END_TAG, ValidationMessage.ERROR);

54. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

97 : node.putInt(HTMLCorePreferenceNames.ELEM_INVALID_EMPTY_TAG, ValidationMessage.WARNING);

55. WARNING: DiscouragedReference

Discouraged access: The field WARNING from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

97 : node.putInt(HTMLCorePreferenceNames.ELEM_INVALID_EMPTY_TAG, ValidationMessage.WARNING);

56. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

100 : node.putInt(HTMLCorePreferenceNames.DOC_DUPLICATE, ValidationMessage.ERROR);

57. WARNING: DiscouragedReference

Discouraged access: The field ERROR from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

100 : node.putInt(HTMLCorePreferenceNames.DOC_DUPLICATE, ValidationMessage.ERROR);

58. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

101 : node.putInt(HTMLCorePreferenceNames.DOC_INVALID_CONTENT, ValidationMessage.WARNING);

59. WARNING: DiscouragedReference

Discouraged access: The field WARNING from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

101 : node.putInt(HTMLCorePreferenceNames.DOC_INVALID_CONTENT, ValidationMessage.WARNING);

60. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

102 : node.putInt(HTMLCorePreferenceNames.DOC_DOCTYPE_UNCLOSED, ValidationMessage.ERROR);

61. WARNING: DiscouragedReference

Discouraged access: The field ERROR from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

102 : node.putInt(HTMLCorePreferenceNames.DOC_DOCTYPE_UNCLOSED, ValidationMessage.ERROR);

62. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

105 : node.putInt(HTMLCorePreferenceNames.TEXT_INVALID_CONTENT, ValidationMessage.WARNING);

63. WARNING: DiscouragedReference

Discouraged access: The field WARNING from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

105 : node.putInt(HTMLCorePreferenceNames.TEXT_INVALID_CONTENT, ValidationMessage.WARNING);

64. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

106 : node.putInt(HTMLCorePreferenceNames.TEXT_INVALID_CHAR, ValidationMessage.WARNING);

65. WARNING: DiscouragedReference

Discouraged access: The field WARNING from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

106 : node.putInt(HTMLCorePreferenceNames.TEXT_INVALID_CHAR, ValidationMessage.WARNING);

66. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

109 : node.putInt(HTMLCorePreferenceNames.COMMENT_INVALID_CONTENT, ValidationMessage.WARNING);

67. WARNING: DiscouragedReference

Discouraged access: The field WARNING from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

109 : node.putInt(HTMLCorePreferenceNames.COMMENT_INVALID_CONTENT, ValidationMessage.WARNING);

68. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

110 : node.putInt(HTMLCorePreferenceNames.COMMENT_UNCLOSED, ValidationMessage.ERROR);

69. WARNING: DiscouragedReference

Discouraged access: The field ERROR from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

110 : node.putInt(HTMLCorePreferenceNames.COMMENT_UNCLOSED, ValidationMessage.ERROR);

70. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

113 : node.putInt(HTMLCorePreferenceNames.CDATA_INVALID_CONTENT, ValidationMessage.WARNING);

71. WARNING: DiscouragedReference

Discouraged access: The field WARNING from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

113 : node.putInt(HTMLCorePreferenceNames.CDATA_INVALID_CONTENT, ValidationMessage.WARNING);

72. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

114 : node.putInt(HTMLCorePreferenceNames.CDATA_UNCLOSED, ValidationMessage.ERROR);

73. WARNING: DiscouragedReference

Discouraged access: The field ERROR from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

114 : node.putInt(HTMLCorePreferenceNames.CDATA_UNCLOSED, ValidationMessage.ERROR);

74. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

117 : node.putInt(HTMLCorePreferenceNames.PI_INVALID_CONTENT, ValidationMessage.WARNING);

75. WARNING: DiscouragedReference

Discouraged access: The field WARNING from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

117 : node.putInt(HTMLCorePreferenceNames.PI_INVALID_CONTENT, ValidationMessage.WARNING);

76. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

118 : node.putInt(HTMLCorePreferenceNames.PI_UNCLOSED, ValidationMessage.ERROR);

77. WARNING: DiscouragedReference

Discouraged access: The field ERROR from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

118 : node.putInt(HTMLCorePreferenceNames.PI_UNCLOSED, ValidationMessage.ERROR);

78. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

121 : node.putInt(HTMLCorePreferenceNames.REF_UNDEFINED, ValidationMessage.WARNING);

79. WARNING: DiscouragedReference

Discouraged access: The field WARNING from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

121 : node.putInt(HTMLCorePreferenceNames.REF_UNDEFINED, ValidationMessage.WARNING);

80. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

122 : node.putInt(HTMLCorePreferenceNames.REF_INVALID_CONTENT, ValidationMessage.WARNING);

81. WARNING: DiscouragedReference

Discouraged access: The field WARNING from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLCorePreferenceInitializer.java :

122 : node.putInt(HTMLCorePreferenceNames.REF_INVALID_CONTENT, ValidationMessage.WARNING);

Source File: org/eclipse/wst/html/core/internal/provisional/HTMLFormatContraints.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredFormatContraints is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatContraints.java :

13 : import org.eclipse.wst.sse.core.internal.format.IStructuredFormatContraints;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredFormatContraints is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLFormatContraints.java :

19 : public interface HTMLFormatContraints extends IStructuredFormatContraints {

Source File: org/eclipse/wst/html/core/internal/text/StructuredTextPartitionerForHTML.java
1. WARNING: DiscouragedReference

Discouraged access: The type ForeignRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

19 : import org.eclipse.wst.sse.core.internal.parser.ForeignRegion;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

20 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredTextPartitioner is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

21 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredTextPartitioner;

4. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

22 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

5. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

23 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;

6. WARNING: DiscouragedReference

Discouraged access: The type IRegionComparible is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

24 : import org.eclipse.wst.sse.core.internal.text.IRegionComparible;

7. WARNING: DiscouragedReference

Discouraged access: The type IStructuredTypedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

25 : import org.eclipse.wst.sse.core.internal.text.rules.IStructuredTypedRegion;

8. WARNING: DiscouragedReference

Discouraged access: The type ScriptLanguageKeys is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

26 : import org.eclipse.wst.sse.core.internal.util.ScriptLanguageKeys;

9. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForHTML.java :

28 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;

10. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForHTML.java :

29 : import org.eclipse.wst.xml.core.internal.text.rules.StructuredTextPartitionerForXML;

11. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForHTML.java :

36 : public class StructuredTextPartitionerForHTML extends StructuredTextPartitionerForXML implements IStructuredTextPartitioner {

12. WARNING: DiscouragedReference

Discouraged access: The type IStructuredTextPartitioner is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

36 : public class StructuredTextPartitionerForHTML extends StructuredTextPartitionerForXML implements IStructuredTextPartitioner {

13. WARNING: DiscouragedReference

Discouraged access: The constructor StructuredTextPartitionerForXML() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForHTML.java :

57 : super();

14. WARNING: DiscouragedReference

Discouraged access: The type IStructuredTypedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

60 : public IStructuredTypedRegion createPartition(int offset, int length, String type) {

15. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

62 : IStructuredDocumentRegion node = fStructuredDocument.getRegionAtCharacterOffset(offset);

16. WARNING: DiscouragedReference

Discouraged access: The method getRegionAtCharacterOffset(int) from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

62 : IStructuredDocumentRegion node = fStructuredDocument.getRegionAtCharacterOffset(offset);

17. WARNING: DiscouragedReference

Discouraged access: The field fStructuredDocument from the type StructuredTextPartitioner is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

62 : IStructuredDocumentRegion node = fStructuredDocument.getRegionAtCharacterOffset(offset);

18. WARNING: DiscouragedReference

Discouraged access: The method createPartition(int, int, String) from the type StructuredTextPartitioner is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

65 : return super.createPartition(offset, length, stype);

19. WARNING: DiscouragedReference

Discouraged access: The method createPartition(int, int, String) from the type StructuredTextPartitioner is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

68 : return super.createPartition(offset, length, type);

20. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

74 : IStructuredDocumentRegion node = fStructuredDocument.getRegionAtCharacterOffset(offset);

21. WARNING: DiscouragedReference

Discouraged access: The method getRegionAtCharacterOffset(int) from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

74 : IStructuredDocumentRegion node = fStructuredDocument.getRegionAtCharacterOffset(offset);

22. WARNING: DiscouragedReference

Discouraged access: The field fStructuredDocument from the type StructuredTextPartitioner is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

74 : IStructuredDocumentRegion node = fStructuredDocument.getRegionAtCharacterOffset(offset);

23. WARNING: DiscouragedReference

Discouraged access: The method setInternalPartition(int, int, String) from the type StructuredTextPartitionerForXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForHTML.java :

79 : super.setInternalPartition(offset, length, localType);

24. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

82 : private String getScriptingPartitionType(IStructuredDocumentRegion coreNode) {

25. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

86 : IStructuredDocumentRegion node = coreNode;

26. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

87 : ITextRegion attrNameRegion = null;

27. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

88 : while (node != null && isValidScriptingRegionType(node.getType())) {

28. WARNING: DiscouragedReference

Discouraged access: The method getPrevious() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

89 : node = node.getPrevious();

29. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

92 : ITextRegionList regions = node.getRegions();

30. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

92 : ITextRegionList regions = node.getRegions();

31. WARNING: DiscouragedReference

Discouraged access: The method size() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

93 : if (regions.size() > 4 && regions.get(1).getType() == DOMRegionContext.XML_TAG_NAME) {

32. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

93 : if (regions.size() > 4 && regions.get(1).getType() == DOMRegionContext.XML_TAG_NAME) {

33. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

93 : if (regions.size() > 4 && regions.get(1).getType() == DOMRegionContext.XML_TAG_NAME) {

34. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForHTML.java :

93 : if (regions.size() > 4 && regions.get(1).getType() == DOMRegionContext.XML_TAG_NAME) {

35. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForHTML.java :

93 : if (regions.size() > 4 && regions.get(1).getType() == DOMRegionContext.XML_TAG_NAME) {

36. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

94 : ITextRegion potentialLanguageRegion = regions.get(1);

37. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

94 : ITextRegion potentialLanguageRegion = regions.get(1);

38. WARNING: DiscouragedReference

Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

95 : String potentialLanguageString = node.getText(potentialLanguageRegion);

39. WARNING: DiscouragedReference

Discouraged access: The method size() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

97 : for (int i = 0; i < regions.size(); i++) {

40. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

98 : ITextRegion region = regions.get(i);

41. WARNING: DiscouragedReference

Discouraged access: The method get(int) from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

98 : ITextRegion region = regions.get(i);

42. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

99 : String regionType = region.getType();

43. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForHTML.java :

100 : if (regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME)

44. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForHTML.java :

100 : if (regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME)

45. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForHTML.java :

102 : else if (regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

46. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_VALUE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForHTML.java :

102 : else if (regionType == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

47. WARNING: DiscouragedReference

Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

103 : String attrName = node.getText(attrNameRegion);

48. WARNING: DiscouragedReference

Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

105 : language = StringUtils.strip(node.getText(region));

49. WARNING: DiscouragedReference

Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

107 : type = StringUtils.strip(node.getText(region));

50. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForHTML.java :

123 : return type == DOMRegionContext.BLOCK_TEXT || type == DOMRegionContext.XML_CDATA_OPEN || type == DOMRegionContext.XML_CDATA_TEXT || type == DOMRegionContext.XML_CDATA_CLOSE;

51. WARNING: DiscouragedReference

Discouraged access: The field BLOCK_TEXT from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForHTML.java :

123 : return type == DOMRegionContext.BLOCK_TEXT || type == DOMRegionContext.XML_CDATA_OPEN || type == DOMRegionContext.XML_CDATA_TEXT || type == DOMRegionContext.XML_CDATA_CLOSE;

52. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForHTML.java :

123 : return type == DOMRegionContext.BLOCK_TEXT || type == DOMRegionContext.XML_CDATA_OPEN || type == DOMRegionContext.XML_CDATA_TEXT || type == DOMRegionContext.XML_CDATA_CLOSE;

53. WARNING: DiscouragedReference

Discouraged access: The field XML_CDATA_OPEN from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForHTML.java :

123 : return type == DOMRegionContext.BLOCK_TEXT || type == DOMRegionContext.XML_CDATA_OPEN || type == DOMRegionContext.XML_CDATA_TEXT || type == DOMRegionContext.XML_CDATA_CLOSE;

54. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForHTML.java :

123 : return type == DOMRegionContext.BLOCK_TEXT || type == DOMRegionContext.XML_CDATA_OPEN || type == DOMRegionContext.XML_CDATA_TEXT || type == DOMRegionContext.XML_CDATA_CLOSE;

55. WARNING: DiscouragedReference

Discouraged access: The field XML_CDATA_TEXT from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForHTML.java :

123 : return type == DOMRegionContext.BLOCK_TEXT || type == DOMRegionContext.XML_CDATA_OPEN || type == DOMRegionContext.XML_CDATA_TEXT || type == DOMRegionContext.XML_CDATA_CLOSE;

56. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForHTML.java :

123 : return type == DOMRegionContext.BLOCK_TEXT || type == DOMRegionContext.XML_CDATA_OPEN || type == DOMRegionContext.XML_CDATA_TEXT || type == DOMRegionContext.XML_CDATA_CLOSE;

57. WARNING: DiscouragedReference

Discouraged access: The field XML_CDATA_CLOSE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForHTML.java :

123 : return type == DOMRegionContext.BLOCK_TEXT || type == DOMRegionContext.XML_CDATA_OPEN || type == DOMRegionContext.XML_CDATA_TEXT || type == DOMRegionContext.XML_CDATA_CLOSE;

58. WARNING: DiscouragedReference

Discouraged access: The field fSupportedTypes from the type StructuredTextPartitioner is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

127 : fSupportedTypes = getConfiguredContentTypes();

59. WARNING: DiscouragedReference

Discouraged access: The type ScriptLanguageKeys is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

131 : for (int i = 0; i < ScriptLanguageKeys.JAVASCRIPT_MIME_TYPE_KEYS.length; i++)

60. WARNING: DiscouragedReference

Discouraged access: The field JAVASCRIPT_MIME_TYPE_KEYS from the type ScriptLanguageKeys is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

131 : for (int i = 0; i < ScriptLanguageKeys.JAVASCRIPT_MIME_TYPE_KEYS.length; i++)

61. WARNING: DiscouragedReference

Discouraged access: The type ScriptLanguageKeys is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

132 : if (ScriptLanguageKeys.JAVASCRIPT_MIME_TYPE_KEYS[i].equalsIgnoreCase(type))

62. WARNING: DiscouragedReference

Discouraged access: The field JAVASCRIPT_MIME_TYPE_KEYS from the type ScriptLanguageKeys is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

132 : if (ScriptLanguageKeys.JAVASCRIPT_MIME_TYPE_KEYS[i].equalsIgnoreCase(type))

63. WARNING: DiscouragedReference

Discouraged access: The type ScriptLanguageKeys is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

138 : for (int i = 0; i < ScriptLanguageKeys.JAVASCRIPT_LANGUAGE_KEYS.length; i++)

64. WARNING: DiscouragedReference

Discouraged access: The field JAVASCRIPT_LANGUAGE_KEYS from the type ScriptLanguageKeys is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

138 : for (int i = 0; i < ScriptLanguageKeys.JAVASCRIPT_LANGUAGE_KEYS.length; i++)

65. WARNING: DiscouragedReference

Discouraged access: The type ScriptLanguageKeys is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

139 : if (ScriptLanguageKeys.JAVASCRIPT_LANGUAGE_KEYS[i].equalsIgnoreCase(language))

66. WARNING: DiscouragedReference

Discouraged access: The field JAVASCRIPT_LANGUAGE_KEYS from the type ScriptLanguageKeys is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

139 : if (ScriptLanguageKeys.JAVASCRIPT_LANGUAGE_KEYS[i].equalsIgnoreCase(language))

67. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

144 : public String getPartitionType(ITextRegion region, int offset) {

68. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

146 : if (region.getType() == DOMRegionContext.XML_COMMENT_TEXT || region.getType() == DOMRegionContext.XML_COMMENT_OPEN)

69. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForHTML.java :

146 : if (region.getType() == DOMRegionContext.XML_COMMENT_TEXT || region.getType() == DOMRegionContext.XML_COMMENT_OPEN)

70. WARNING: DiscouragedReference

Discouraged access: The field XML_COMMENT_TEXT from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForHTML.java :

146 : if (region.getType() == DOMRegionContext.XML_COMMENT_TEXT || region.getType() == DOMRegionContext.XML_COMMENT_OPEN)

71. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

146 : if (region.getType() == DOMRegionContext.XML_COMMENT_TEXT || region.getType() == DOMRegionContext.XML_COMMENT_OPEN)

72. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForHTML.java :

146 : if (region.getType() == DOMRegionContext.XML_COMMENT_TEXT || region.getType() == DOMRegionContext.XML_COMMENT_OPEN)

73. WARNING: DiscouragedReference

Discouraged access: The field XML_COMMENT_OPEN from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForHTML.java :

146 : if (region.getType() == DOMRegionContext.XML_COMMENT_TEXT || region.getType() == DOMRegionContext.XML_COMMENT_OPEN)

74. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

148 : else if (region.getType() == DOMRegionContext.XML_DOCTYPE_DECLARATION || region.getType() == DOMRegionContext.XML_DECLARATION_OPEN)

75. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForHTML.java :

148 : else if (region.getType() == DOMRegionContext.XML_DOCTYPE_DECLARATION || region.getType() == DOMRegionContext.XML_DECLARATION_OPEN)

76. WARNING: DiscouragedReference

Discouraged access: The field XML_DOCTYPE_DECLARATION from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForHTML.java :

148 : else if (region.getType() == DOMRegionContext.XML_DOCTYPE_DECLARATION || region.getType() == DOMRegionContext.XML_DECLARATION_OPEN)

77. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

148 : else if (region.getType() == DOMRegionContext.XML_DOCTYPE_DECLARATION || region.getType() == DOMRegionContext.XML_DECLARATION_OPEN)

78. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForHTML.java :

148 : else if (region.getType() == DOMRegionContext.XML_DOCTYPE_DECLARATION || region.getType() == DOMRegionContext.XML_DECLARATION_OPEN)

79. WARNING: DiscouragedReference

Discouraged access: The field XML_DECLARATION_OPEN from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForHTML.java :

148 : else if (region.getType() == DOMRegionContext.XML_DOCTYPE_DECLARATION || region.getType() == DOMRegionContext.XML_DECLARATION_OPEN)

80. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

150 : else if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE && isScriptAttributeValue(region, offset))

81. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForHTML.java :

150 : else if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE && isScriptAttributeValue(region, offset))

82. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_ATTRIBUTE_VALUE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForHTML.java :

150 : else if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE && isScriptAttributeValue(region, offset))

83. WARNING: DiscouragedReference

Discouraged access: The method getPartitionType(ITextRegion, int) from the type StructuredTextPartitionerForXML is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForHTML.java :

153 : result = super.getPartitionType(region, offset);

84. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

157 : public String getPartitionTypeBetween(IStructuredDocumentRegion previousNode, IStructuredDocumentRegion nextNode) {

85. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

157 : public String getPartitionTypeBetween(IStructuredDocumentRegion previousNode, IStructuredDocumentRegion nextNode) {

86. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

159 : ITextRegion previousStartTagNameRegion = null;

87. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

160 : ITextRegion nextEndTagNameRegion = null;

88. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

162 : ITextRegion[] regions = previousNode.getRegions().toArray();

89. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

162 : ITextRegion[] regions = previousNode.getRegions().toArray();

90. WARNING: DiscouragedReference

Discouraged access: The method toArray() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

162 : ITextRegion[] regions = previousNode.getRegions().toArray();

91. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

164 : if(regions[i].getType() == DOMRegionContext.XML_TAG_NAME) {

92. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForHTML.java :

164 : if(regions[i].getType() == DOMRegionContext.XML_TAG_NAME) {

93. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForHTML.java :

164 : if(regions[i].getType() == DOMRegionContext.XML_TAG_NAME) {

94. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

169 : regions = nextNode.getRegions().toArray();

95. WARNING: DiscouragedReference

Discouraged access: The method toArray() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

169 : regions = nextNode.getRegions().toArray();

96. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

171 : if(regions[i].getType() == DOMRegionContext.XML_TAG_NAME) {

97. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForHTML.java :

171 : if(regions[i].getType() == DOMRegionContext.XML_TAG_NAME) {

98. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForHTML.java :

171 : if(regions[i].getType() == DOMRegionContext.XML_TAG_NAME) {

99. WARNING: DiscouragedReference

Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

180 : String name1 = previousNode.getText(previousStartTagNameRegion);

100. WARNING: DiscouragedReference

Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForHTML.java :

181 : String name2 = nextNode.getText(nextEndTagNameRegion);

Source File: org/eclipse/wst/html/core/internal/validate/AbstractErrorInfo.java
1. WARNING: DiscouragedReference

Discouraged access: The type ErrorInfo is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractErrorInfo.java :

13 : import org.eclipse.wst.sse.core.internal.validate.ErrorInfo;

2. WARNING: DiscouragedReference

Discouraged access: The type ErrorInfo is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

AbstractErrorInfo.java :

15 : abstract class AbstractErrorInfo implements ErrorInfo, ErrorState {

Source File: org/eclipse/wst/html/core/internal/validate/CMUtil.java
1. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

2. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMContent;

3. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

4. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

21 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

5. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

22 : import org.eclipse.wst.xml.core.internal.contentmodel.CMGroup;

6. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

23 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

7. WARNING: DiscouragedReference

Discouraged access: The type CMNodeList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

24 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNodeList;

8. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

25 : import org.eclipse.wst.xml.core.internal.contentmodel.modelquery.ModelQuery;

9. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

26 : import org.eclipse.wst.xml.core.internal.modelquery.ModelQueryUtil;

10. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

27 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

11. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

44 : public static CMElementDeclaration getDeclaration(Element target) {

12. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

46 : ModelQuery query = ModelQueryUtil.getModelQuery(doc);

13. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

46 : ModelQuery query = ModelQueryUtil.getModelQuery(doc);

14. WARNING: DiscouragedReference

Discouraged access: The method getModelQuery(Document) from the type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

46 : ModelQuery query = ModelQueryUtil.getModelQuery(doc);

15. WARNING: DiscouragedReference

Discouraged access: The method getCMElementDeclaration(Element) from the type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

47 : return query.getCMElementDeclaration(target);

16. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

52 : public static boolean isCaseSensitive(CMElementDeclaration decl) {

17. WARNING: DiscouragedReference

Discouraged access: The method supports(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

53 : if (decl == null || (!decl.supports(HTMLCMProperties.SHOULD_IGNORE_CASE)))

18. WARNING: DiscouragedReference

Discouraged access: The method getProperty(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

55 : return !((Boolean) decl.getProperty(HTMLCMProperties.SHOULD_IGNORE_CASE)).booleanValue();

19. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

60 : private static boolean isChild(CMContent content, CMElementDeclaration target) {

20. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

60 : private static boolean isChild(CMContent content, CMElementDeclaration target) {

21. WARNING: DiscouragedReference

Discouraged access: The method getNodeType() from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

61 : switch (content.getNodeType()) {

22. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

62 : case CMNode.ELEMENT_DECLARATION :

23. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT_DECLARATION from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

62 : case CMNode.ELEMENT_DECLARATION :

24. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

63 : if (isWholeTagOmissible((CMElementDeclaration) content))

25. WARNING: DiscouragedReference

Discouraged access: The method getContent() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

64 : if (isChild(((CMElementDeclaration) content).getContent(), target))

26. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

64 : if (isChild(((CMElementDeclaration) content).getContent(), target))

27. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

66 : return isSameDeclaration((CMElementDeclaration) content, target);

28. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

67 : case CMNode.GROUP :

29. WARNING: DiscouragedReference

Discouraged access: The field GROUP from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

67 : case CMNode.GROUP :

30. WARNING: DiscouragedReference

Discouraged access: The type CMNodeList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

68 : CMNodeList children = ((CMGroup) content).getChildNodes();

31. WARNING: DiscouragedReference

Discouraged access: The method getChildNodes() from the type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

68 : CMNodeList children = ((CMGroup) content).getChildNodes();

32. WARNING: DiscouragedReference

Discouraged access: The type CMGroup is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

68 : CMNodeList children = ((CMGroup) content).getChildNodes();

33. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type CMNodeList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

69 : for (int i = 0; i < children.getLength(); i++) {

34. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

70 : CMNode child = children.item(i);

35. WARNING: DiscouragedReference

Discouraged access: The method item(int) from the type CMNodeList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

70 : CMNode child = children.item(i);

36. WARNING: DiscouragedReference

Discouraged access: The method getNodeType() from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

71 : switch (child.getNodeType()) {

37. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

72 : case CMNode.ELEMENT_DECLARATION :

38. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT_DECLARATION from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

72 : case CMNode.ELEMENT_DECLARATION :

39. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

73 : if (isWholeTagOmissible((CMElementDeclaration) child))

40. WARNING: DiscouragedReference

Discouraged access: The method getContent() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

74 : if (isChild(((CMElementDeclaration) child).getContent(), target))

41. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

74 : if (isChild(((CMElementDeclaration) child).getContent(), target))

42. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

76 : if (isSameDeclaration((CMElementDeclaration) child, target))

43. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

79 : case CMNode.GROUP :

44. WARNING: DiscouragedReference

Discouraged access: The field GROUP from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

79 : case CMNode.GROUP :

45. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

80 : if (isChild((CMContent) child, target))

46. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

93 : public static boolean isEndTagOmissible(CMElementDeclaration decl) {

47. WARNING: DiscouragedReference

Discouraged access: The method supports(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

94 : if (!(decl.supports(HTMLCMProperties.OMIT_TYPE)))

48. WARNING: DiscouragedReference

Discouraged access: The method getProperty(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

96 : String omitType = (String) decl.getProperty(HTMLCMProperties.OMIT_TYPE);

49. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

102 : public static boolean isWholeTagOmissible(CMElementDeclaration decl) {

50. WARNING: DiscouragedReference

Discouraged access: The method supports(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

103 : if (!(decl.supports(HTMLCMProperties.OMIT_TYPE)))

51. WARNING: DiscouragedReference

Discouraged access: The method getProperty(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

105 : String omitType = (String) decl.getProperty(HTMLCMProperties.OMIT_TYPE);

52. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

111 : public static boolean isJSP(CMElementDeclaration decl) {

53. WARNING: DiscouragedReference

Discouraged access: The method supports(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

112 : if (!decl.supports(HTMLCMProperties.IS_JSP))

54. WARNING: DiscouragedReference

Discouraged access: The method getProperty(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

114 : return ((Boolean) decl.getProperty(HTMLCMProperties.IS_JSP)).booleanValue();

55. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

119 : public static boolean isXHTML(CMElementDeclaration decl) {

56. WARNING: DiscouragedReference

Discouraged access: The method supports(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

120 : if (!decl.supports(HTMLCMProperties.IS_XHTML))

57. WARNING: DiscouragedReference

Discouraged access: The method getProperty(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

122 : return ((Boolean) decl.getProperty(HTMLCMProperties.IS_XHTML)).booleanValue();

58. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

131 : public static boolean isHTML(CMElementDeclaration decl) {

59. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

137 : private static boolean isSameDeclaration(CMElementDeclaration aDec, CMElementDeclaration otherDec) {

60. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

137 : private static boolean isSameDeclaration(CMElementDeclaration aDec, CMElementDeclaration otherDec) {

61. WARNING: DiscouragedReference

Discouraged access: The method getElementName() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

138 : return aDec.getElementName() == otherDec.getElementName();

62. WARNING: DiscouragedReference

Discouraged access: The method getElementName() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

138 : return aDec.getElementName() == otherDec.getElementName();

63. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

143 : public static boolean isSSI(CMElementDeclaration edec) {

64. WARNING: DiscouragedReference

Discouraged access: The method supports(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

146 : if (!edec.supports(HTMLCMProperties.IS_SSI))

65. WARNING: DiscouragedReference

Discouraged access: The method getProperty(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

148 : return ((Boolean) edec.getProperty(HTMLCMProperties.IS_SSI)).booleanValue();

66. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

155 : public static boolean isValidChild(CMElementDeclaration parent, CMElementDeclaration child) {

67. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

155 : public static boolean isValidChild(CMElementDeclaration parent, CMElementDeclaration child) {

68. WARNING: DiscouragedReference

Discouraged access: The type CMContent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

160 : CMContent content = parent.getContent();

69. WARNING: DiscouragedReference

Discouraged access: The method getContent() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

160 : CMContent content = parent.getContent();

70. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

167 : if (!(target instanceof IDOMElement))

71. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

169 : IDOMElement element = (IDOMElement) target;

72. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

169 : IDOMElement element = (IDOMElement) target;

73. WARNING: DiscouragedReference

Discouraged access: The method isGlobalTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

170 : return !element.isGlobalTag();

74. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

179 : public static boolean isBooleanAttr(CMAttributeDeclaration adec) {

75. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

180 : CMDataType attrtype = adec.getAttrType();

76. WARNING: DiscouragedReference

Discouraged access: The method getAttrType() from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

180 : CMDataType attrtype = adec.getAttrType();

77. WARNING: DiscouragedReference

Discouraged access: The method getDataTypeName() from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

183 : if (attrtype.getDataTypeName() != CMDataType.ENUM)

78. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

183 : if (attrtype.getDataTypeName() != CMDataType.ENUM)

79. WARNING: DiscouragedReference

Discouraged access: The field ENUM from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

183 : if (attrtype.getDataTypeName() != CMDataType.ENUM)

80. WARNING: DiscouragedReference

Discouraged access: The method getEnumeratedValues() from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

185 : String[] values = attrtype.getEnumeratedValues();

81. WARNING: DiscouragedReference

Discouraged access: The method getAttrName() from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

188 : return values[0].equals(adec.getAttrName());

82. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

191 : public static boolean isValidInclusion(CMElementDeclaration decl, Element parent) {

83. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

194 : CMElementDeclaration inclusion = (CMElementDeclaration) iter.next();

84. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CMUtil.java :

194 : CMElementDeclaration inclusion = (CMElementDeclaration) iter.next();

Source File: org/eclipse/wst/html/core/internal/validate/CompositeValidator.java
1. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CompositeValidator.java :

16 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CompositeValidator.java :

17 : import org.eclipse.wst.sse.core.internal.validate.ValidationAdapter;

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationReporter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CompositeValidator.java :

18 : import org.eclipse.wst.sse.core.internal.validate.ValidationReporter;

4. WARNING: DiscouragedReference

Discouraged access: The type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CompositeValidator.java :

19 : import org.eclipse.wst.xml.core.internal.validate.ValidationComponent;

5. WARNING: DiscouragedReference

Discouraged access: The type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CompositeValidator.java :

21 : abstract class CompositeValidator extends ValidationComponent {

6. WARNING: DiscouragedReference

Discouraged access: The constructor ValidationComponent() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CompositeValidator.java :

29 : super();

7. WARNING: DiscouragedReference

Discouraged access: The type ValidationReporter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CompositeValidator.java :

34 : public void setReporter(ValidationReporter reporter) {

8. WARNING: DiscouragedReference

Discouraged access: The method setReporter(ValidationReporter) from the type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CompositeValidator.java :

35 : super.setReporter(reporter);

9. WARNING: DiscouragedReference

Discouraged access: The type ValidationAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CompositeValidator.java :

39 : ValidationAdapter component = (ValidationAdapter) i.next();

10. WARNING: DiscouragedReference

Discouraged access: The type ValidationAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CompositeValidator.java :

39 : ValidationAdapter component = (ValidationAdapter) i.next();

11. WARNING: DiscouragedReference

Discouraged access: The method setReporter(ValidationReporter) from the type ValidationAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CompositeValidator.java :

42 : component.setReporter(reporter);

12. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CompositeValidator.java :

48 : public void validate(IndexedRegion node) {

13. WARNING: DiscouragedReference

Discouraged access: The type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CompositeValidator.java :

51 : ValidationComponent component = (ValidationComponent) i.next();

14. WARNING: DiscouragedReference

Discouraged access: The type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CompositeValidator.java :

51 : ValidationComponent component = (ValidationComponent) i.next();

15. WARNING: DiscouragedReference

Discouraged access: The method validate(IndexedRegion) from the type ValidationAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

CompositeValidator.java :

54 : component.validate(node);

16. WARNING: DiscouragedReference

Discouraged access: The type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CompositeValidator.java :

60 : void add(ValidationComponent validator) {

17. WARNING: DiscouragedReference

Discouraged access: The type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

CompositeValidator.java :

68 : protected void register(ValidationComponent[] validators) {

Source File: org/eclipse/wst/html/core/internal/validate/DocumentPropagatingValidator.java
1. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

DocumentPropagatingValidator.java :

14 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

DocumentPropagatingValidator.java :

15 : import org.eclipse.wst.sse.core.internal.validate.ValidationAdapter;

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationReporter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

DocumentPropagatingValidator.java :

16 : import org.eclipse.wst.sse.core.internal.validate.ValidationReporter;

4. WARNING: DiscouragedReference

Discouraged access: The type AbstractPropagatingValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DocumentPropagatingValidator.java :

17 : import org.eclipse.wst.xml.core.internal.validate.AbstractPropagatingValidator;

5. WARNING: DiscouragedReference

Discouraged access: The type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DocumentPropagatingValidator.java :

18 : import org.eclipse.wst.xml.core.internal.validate.ValidationComponent;

6. WARNING: DiscouragedReference

Discouraged access: The type AbstractPropagatingValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DocumentPropagatingValidator.java :

20 : class DocumentPropagatingValidator extends AbstractPropagatingValidator {

7. WARNING: DiscouragedReference

Discouraged access: The type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DocumentPropagatingValidator.java :

23 : private ValidationComponent validator = new HTMLSimpleDocumentValidator();

8. WARNING: DiscouragedReference

Discouraged access: The constructor AbstractPropagatingValidator() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DocumentPropagatingValidator.java :

27 : super();

9. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

DocumentPropagatingValidator.java :

30 : public void validate(IndexedRegion node) {

10. WARNING: DiscouragedReference

Discouraged access: The method setReporter(ValidationReporter) from the type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DocumentPropagatingValidator.java :

31 : getPropagatee().setReporter(this.reporter);

11. WARNING: DiscouragedReference

Discouraged access: The field reporter from the type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DocumentPropagatingValidator.java :

31 : getPropagatee().setReporter(this.reporter);

12. WARNING: DiscouragedReference

Discouraged access: The method validate(IndexedRegion) from the type AbstractPropagatingValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DocumentPropagatingValidator.java :

32 : super.validate(node);

13. WARNING: DiscouragedReference

Discouraged access: The method isAdapterForType(Object) from the type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DocumentPropagatingValidator.java :

36 : return (type == DocumentPropagatingValidator.class || super.isAdapterForType(type));

14. WARNING: DiscouragedReference

Discouraged access: The type ValidationReporter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

DocumentPropagatingValidator.java :

39 : public void setReporter(ValidationReporter reporter) {

15. WARNING: DiscouragedReference

Discouraged access: The method setReporter(ValidationReporter) from the type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DocumentPropagatingValidator.java :

40 : super.setReporter(reporter);

16. WARNING: DiscouragedReference

Discouraged access: The method setReporter(ValidationReporter) from the type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DocumentPropagatingValidator.java :

41 : validator.setReporter(reporter);

17. WARNING: DiscouragedReference

Discouraged access: The type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

DocumentPropagatingValidator.java :

45 : protected final ValidationComponent getPropagatee() {

18. WARNING: DiscouragedReference

Discouraged access: The type ValidationAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

DocumentPropagatingValidator.java :

49 : protected final ValidationAdapter getValidator() {

Source File: org/eclipse/wst/html/core/internal/validate/ElementPropagatingValidator.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementPropagatingValidator.java :

14 : import org.eclipse.wst.sse.core.internal.validate.ValidationAdapter;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationReporter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementPropagatingValidator.java :

15 : import org.eclipse.wst.sse.core.internal.validate.ValidationReporter;

3. WARNING: DiscouragedReference

Discouraged access: The type AbstractPropagatingValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementPropagatingValidator.java :

16 : import org.eclipse.wst.xml.core.internal.validate.AbstractPropagatingValidator;

4. WARNING: DiscouragedReference

Discouraged access: The type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementPropagatingValidator.java :

17 : import org.eclipse.wst.xml.core.internal.validate.ValidationComponent;

5. WARNING: DiscouragedReference

Discouraged access: The type AbstractPropagatingValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementPropagatingValidator.java :

19 : class ElementPropagatingValidator extends AbstractPropagatingValidator {

6. WARNING: DiscouragedReference

Discouraged access: The type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementPropagatingValidator.java :

22 : private ValidationComponent validator = new HTMLSimpleValidator();

7. WARNING: DiscouragedReference

Discouraged access: The constructor AbstractPropagatingValidator() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementPropagatingValidator.java :

25 : super();

8. WARNING: DiscouragedReference

Discouraged access: The method isAdapterForType(Object) from the type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementPropagatingValidator.java :

29 : return (type == ElementPropagatingValidator.class || super.isAdapterForType(type));

9. WARNING: DiscouragedReference

Discouraged access: The type ValidationReporter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementPropagatingValidator.java :

32 : public void setReporter(ValidationReporter reporter) {

10. WARNING: DiscouragedReference

Discouraged access: The method setReporter(ValidationReporter) from the type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementPropagatingValidator.java :

33 : super.setReporter(reporter);

11. WARNING: DiscouragedReference

Discouraged access: The method setReporter(ValidationReporter) from the type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementPropagatingValidator.java :

34 : validator.setReporter(reporter);

12. WARNING: DiscouragedReference

Discouraged access: The type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

ElementPropagatingValidator.java :

37 : protected ValidationComponent getPropagatee() {

13. WARNING: DiscouragedReference

Discouraged access: The type ValidationAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

ElementPropagatingValidator.java :

41 : protected ValidationAdapter getValidator() {

Source File: org/eclipse/wst/html/core/internal/validate/FMUtil.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

FMUtil.java :

15 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

2. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

FMUtil.java :

16 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

3. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

FMUtil.java :

33 : public final static Segment getSegment(IDOMNode target, int segType) {

4. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

FMUtil.java :

37 : IStructuredDocumentRegion startTag = null;

5. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

FMUtil.java :

38 : IStructuredDocumentRegion endTag = null;

6. WARNING: DiscouragedReference

Discouraged access: The method getFirstStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

FMUtil.java :

41 : startTag = target.getFirstStructuredDocumentRegion();

7. WARNING: DiscouragedReference

Discouraged access: The method getLastStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

FMUtil.java :

43 : endTag = target.getLastStructuredDocumentRegion();

8. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

FMUtil.java :

47 : int startOffset = target.getStartOffset();

9. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

FMUtil.java :

48 : int endOffset = target.getEndOffset();

10. WARNING: DiscouragedReference

Discouraged access: The method getStartStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

FMUtil.java :

53 : startTag = target.getStartStructuredDocumentRegion();

11. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

FMUtil.java :

58 : seg = new Segment(target.getStartOffset(), 0);

12. WARNING: DiscouragedReference

Discouraged access: The method getEndStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

FMUtil.java :

62 : endTag = target.getEndStructuredDocumentRegion();

13. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

FMUtil.java :

67 : seg = new Segment(target.getEndOffset(), 0);

Source File: org/eclipse/wst/html/core/internal/validate/HTMLAttributeValidator.java
1. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLAttributeValidator.java :

18 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

2. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLAttributeValidator.java :

19 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

3. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLAttributeValidator.java :

20 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionContainer;

4. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLAttributeValidator.java :

21 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;

5. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

22 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

6. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

23 : import org.eclipse.wst.xml.core.internal.contentmodel.CMDataType;

7. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

24 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

8. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

25 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

9. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

26 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

10. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

27 : import org.eclipse.wst.xml.core.internal.contentmodel.modelquery.ModelQuery;

11. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

28 : import org.eclipse.wst.xml.core.internal.modelquery.ModelQueryUtil;

12. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

29 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMAttr;

13. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

30 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

14. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

31 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

15. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

54 : private Segment getErrorSegment(IDOMNode errorNode, int regionType) {

16. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLAttributeValidator.java :

55 : ITextRegion rgn = null;

17. WARNING: DiscouragedReference

Discouraged access: The method getNameRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

58 : rgn = errorNode.getNameRegion();

18. WARNING: DiscouragedReference

Discouraged access: The method getValueRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

61 : rgn = errorNode.getValueRegion();

19. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

68 : if (errorNode instanceof IDOMAttr) {

20. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

69 : IDOMElement ownerElement = (IDOMElement) ((IDOMAttr) errorNode).getOwnerElement();

21. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

69 : IDOMElement ownerElement = (IDOMElement) ((IDOMAttr) errorNode).getOwnerElement();

22. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

69 : IDOMElement ownerElement = (IDOMElement) ((IDOMAttr) errorNode).getOwnerElement();

23. WARNING: DiscouragedReference

Discouraged access: The method getFirstStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

71 : int regionStartOffset = ownerElement.getFirstStructuredDocumentRegion().getStartOffset(rgn);

24. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLAttributeValidator.java :

71 : int regionStartOffset = ownerElement.getFirstStructuredDocumentRegion().getStartOffset(rgn);

25. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLAttributeValidator.java :

72 : int regionLength = rgn.getLength();

26. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLAttributeValidator.java :

77 : return new Segment(errorNode.getStartOffset(), 0);

27. WARNING: DiscouragedReference

Discouraged access: The method isAdapterForType(Object) from the type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

85 : return ((type == HTMLAttributeValidator.class) || super.isAdapterForType(type));

28. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLAttributeValidator.java :

90 : public void validate(IndexedRegion node) {

29. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

94 : CMElementDeclaration edec = CMUtil.getDeclaration(target);

30. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

97 : CMNamedNodeMap declarations = edec.getAttributes();

31. WARNING: DiscouragedReference

Discouraged access: The method getAttributes() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

97 : CMNamedNodeMap declarations = edec.getAttributes();

32. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

111 : boolean isXMLAttr = a instanceof IDOMAttr;

33. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

113 : IDOMAttr xmlattr = (IDOMAttr) a;

34. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

113 : IDOMAttr xmlattr = (IDOMAttr) a;

35. WARNING: DiscouragedReference

Discouraged access: The method isGlobalAttr() from the type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

114 : if (!xmlattr.isGlobalAttr())

36. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

118 : CMAttributeDeclaration adec = (CMAttributeDeclaration) declarations.getNamedItem(a.getName());

37. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

118 : CMAttributeDeclaration adec = (CMAttributeDeclaration) declarations.getNamedItem(a.getName());

38. WARNING: DiscouragedReference

Discouraged access: The method getNamedItem(String) from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

118 : CMAttributeDeclaration adec = (CMAttributeDeclaration) declarations.getNamedItem(a.getName());

39. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

123 : modelQueryNodes = ModelQueryUtil.getModelQuery(target.getOwnerDocument()).getAvailableContent((Element) node, edec, ModelQuery.INCLUDE_ATTRIBUTES);

40. WARNING: DiscouragedReference

Discouraged access: The method getModelQuery(Document) from the type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

123 : modelQueryNodes = ModelQueryUtil.getModelQuery(target.getOwnerDocument()).getAvailableContent((Element) node, edec, ModelQuery.INCLUDE_ATTRIBUTES);

41. WARNING: DiscouragedReference

Discouraged access: The method getAvailableContent(Element, CMElementDeclaration, int) from the type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

123 : modelQueryNodes = ModelQueryUtil.getModelQuery(target.getOwnerDocument()).getAvailableContent((Element) node, edec, ModelQuery.INCLUDE_ATTRIBUTES);

42. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

123 : modelQueryNodes = ModelQueryUtil.getModelQuery(target.getOwnerDocument()).getAvailableContent((Element) node, edec, ModelQuery.INCLUDE_ATTRIBUTES);

43. WARNING: DiscouragedReference

Discouraged access: The field INCLUDE_ATTRIBUTES from the type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

123 : modelQueryNodes = ModelQueryUtil.getModelQuery(target.getOwnerDocument()).getAvailableContent((Element) node, edec, ModelQuery.INCLUDE_ATTRIBUTES);

44. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

127 : CMNode cmnode = (CMNode) modelQueryNodes.get(k);

45. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

127 : CMNode cmnode = (CMNode) modelQueryNodes.get(k);

46. WARNING: DiscouragedReference

Discouraged access: The method getNodeType() from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

128 : if (cmnode.getNodeType() == CMNode.ATTRIBUTE_DECLARATION && cmnode.getNodeName().toLowerCase(Locale.US).equals(attrName)) {

47. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

128 : if (cmnode.getNodeType() == CMNode.ATTRIBUTE_DECLARATION && cmnode.getNodeName().toLowerCase(Locale.US).equals(attrName)) {

48. WARNING: DiscouragedReference

Discouraged access: The field ATTRIBUTE_DECLARATION from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

128 : if (cmnode.getNodeType() == CMNode.ATTRIBUTE_DECLARATION && cmnode.getNodeName().toLowerCase(Locale.US).equals(attrName)) {

49. WARNING: DiscouragedReference

Discouraged access: The method getNodeName() from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

128 : if (cmnode.getNodeType() == CMNode.ATTRIBUTE_DECLARATION && cmnode.getNodeName().toLowerCase(Locale.US).equals(attrName)) {

50. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

129 : adec = (CMAttributeDeclaration) cmnode;

51. WARNING: DiscouragedReference

Discouraged access: The method getNameRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

140 : if (!hasNestedRegion(((IDOMNode) a).getNameRegion())) {

52. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

140 : if (!hasNestedRegion(((IDOMNode) a).getNameRegion())) {

53. WARNING: DiscouragedReference

Discouraged access: The method hasNameOnly() from the type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

152 : if (CMUtil.isBooleanAttr(adec) && ((IDOMAttr) a).hasNameOnly())

54. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

152 : if (CMUtil.isBooleanAttr(adec) && ((IDOMAttr) a).hasNameOnly())

55. WARNING: DiscouragedReference

Discouraged access: The method getAttrName() from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

160 : String desired = adec.getAttrName();

56. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

169 : CMDataType attrType = adec.getAttrType();

57. WARNING: DiscouragedReference

Discouraged access: The method getAttrType() from the type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

169 : CMDataType attrType = adec.getAttrType();

58. WARNING: DiscouragedReference

Discouraged access: The method getImpliedValueKind() from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

171 : if (attrType.getImpliedValueKind() == CMDataType.IMPLIED_VALUE_FIXED) {

59. WARNING: DiscouragedReference

Discouraged access: The type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

171 : if (attrType.getImpliedValueKind() == CMDataType.IMPLIED_VALUE_FIXED) {

60. WARNING: DiscouragedReference

Discouraged access: The field IMPLIED_VALUE_FIXED from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

171 : if (attrType.getImpliedValueKind() == CMDataType.IMPLIED_VALUE_FIXED) {

61. WARNING: DiscouragedReference

Discouraged access: The method getImpliedValue() from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

173 : String validValue = attrType.getImpliedValue();

62. WARNING: DiscouragedReference

Discouraged access: The method getEnumeratedValues() from the type CMDataType is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

179 : String[] candidates = attrType.getEnumeratedValues();

63. WARNING: DiscouragedReference

Discouraged access: The method getValueRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

200 : if (!hasNestedRegion(((IDOMNode) a).getValueRegion())) {

64. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

200 : if (!hasNestedRegion(((IDOMNode) a).getValueRegion())) {

65. WARNING: DiscouragedReference

Discouraged access: The method getValueRegionText() from the type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

211 : String source = ((IDOMAttr) a).getValueRegionText();

66. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

211 : String source = ((IDOMAttr) a).getValueRegionText();

67. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

227 : Segment seg = getErrorSegment((IDOMNode) a, rgnType);

68. WARNING: DiscouragedReference

Discouraged access: The field reporter from the type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLAttributeValidator.java :

229 : reporter.report(new ErrorInfoImpl(state, seg, a));

69. WARNING: DiscouragedReference

Discouraged access: The method report(ErrorInfo) from the type ValidationReporter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLAttributeValidator.java :

229 : reporter.report(new ErrorInfoImpl(state, seg, a));

70. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLAttributeValidator.java :

238 : private boolean hasNestedRegion(ITextRegion container) {

71. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLAttributeValidator.java :

239 : if (!(container instanceof ITextRegionContainer))

72. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLAttributeValidator.java :

241 : ITextRegionList regions = ((ITextRegionContainer) container).getRegions();

73. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLAttributeValidator.java :

241 : ITextRegionList regions = ((ITextRegionContainer) container).getRegions();

74. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLAttributeValidator.java :

241 : ITextRegionList regions = ((ITextRegionContainer) container).getRegions();

Source File: org/eclipse/wst/html/core/internal/validate/HTMLDocumentContentValidator.java
1. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentContentValidator.java :

19 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

2. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentContentValidator.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

3. WARNING: DiscouragedReference

Discouraged access: The type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentContentValidator.java :

21 : import org.eclipse.wst.xml.core.internal.document.DocumentTypeAdapter;

4. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentContentValidator.java :

22 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

5. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentContentValidator.java :

23 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentContentValidator.java :

24 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMText;

7. WARNING: DiscouragedReference

Discouraged access: The type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentContentValidator.java :

71 : DocumentTypeAdapter adapter = (DocumentTypeAdapter) ((IDOMDocument) document).getAdapterFor(DocumentTypeAdapter.class);

8. WARNING: DiscouragedReference

Discouraged access: The type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentContentValidator.java :

71 : DocumentTypeAdapter adapter = (DocumentTypeAdapter) ((IDOMDocument) document).getAdapterFor(DocumentTypeAdapter.class);

9. WARNING: DiscouragedReference

Discouraged access: The method getAdapterFor(Object) from the type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentContentValidator.java :

71 : DocumentTypeAdapter adapter = (DocumentTypeAdapter) ((IDOMDocument) document).getAdapterFor(DocumentTypeAdapter.class);

10. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentContentValidator.java :

71 : DocumentTypeAdapter adapter = (DocumentTypeAdapter) ((IDOMDocument) document).getAdapterFor(DocumentTypeAdapter.class);

11. WARNING: DiscouragedReference

Discouraged access: The type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentContentValidator.java :

71 : DocumentTypeAdapter adapter = (DocumentTypeAdapter) ((IDOMDocument) document).getAdapterFor(DocumentTypeAdapter.class);

12. WARNING: DiscouragedReference

Discouraged access: The method getDocumentType() from the type DocumentTypeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentContentValidator.java :

73 : DocumentType docType = adapter.getDocumentType();

13. WARNING: DiscouragedReference

Discouraged access: The method isAdapterForType(Object) from the type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentContentValidator.java :

95 : return ((type == HTMLDocumentContentValidator.class) || super.isAdapterForType(type));

14. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentContentValidator.java :

100 : public void validate(IndexedRegion node) {

15. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentContentValidator.java :

118 : Segment errorSeg = FMUtil.getSegment((IDOMNode) html, FMUtil.SEG_START_TAG);

16. WARNING: DiscouragedReference

Discouraged access: The field reporter from the type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentContentValidator.java :

120 : reporter.report(new ErrorInfoImpl(ErrorState.DUPLICATE_ERROR, errorSeg, html));

17. WARNING: DiscouragedReference

Discouraged access: The method report(ErrorInfo) from the type ValidationReporter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentContentValidator.java :

120 : reporter.report(new ErrorInfoImpl(ErrorState.DUPLICATE_ERROR, errorSeg, html));

18. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentContentValidator.java :

133 : IDOMNode child = (IDOMNode) children.next();

19. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentContentValidator.java :

133 : IDOMNode child = (IDOMNode) children.next();

20. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentContentValidator.java :

142 : CMElementDeclaration ced = CMUtil.getDeclaration(childElem);

21. WARNING: DiscouragedReference

Discouraged access: The method isElementContentWhitespace() from the type IDOMText is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentContentValidator.java :

161 : if (((IDOMText) child).isElementContentWhitespace())

22. WARNING: DiscouragedReference

Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentContentValidator.java :

161 : if (((IDOMText) child).isElementContentWhitespace())

23. WARNING: DiscouragedReference

Discouraged access: The field reporter from the type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLDocumentContentValidator.java :

191 : reporter.report(new ErrorInfoImpl(error, errorSeg, child));

24. WARNING: DiscouragedReference

Discouraged access: The method report(ErrorInfo) from the type ValidationReporter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLDocumentContentValidator.java :

191 : reporter.report(new ErrorInfoImpl(error, errorSeg, child));

Source File: org/eclipse/wst/html/core/internal/validate/HTMLElementAncestorValidator.java
1. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementAncestorValidator.java :

16 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

2. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementAncestorValidator.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementAncestorValidator.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

4. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementAncestorValidator.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

5. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementAncestorValidator.java :

20 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

6. WARNING: DiscouragedReference

Discouraged access: The method isAdapterForType(Object) from the type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementAncestorValidator.java :

37 : return ((type == HTMLElementAncestorValidator.class) || super.isAdapterForType(type));

7. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementAncestorValidator.java :

43 : public void validate(IndexedRegion node) {

8. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementAncestorValidator.java :

47 : CMElementDeclaration dec = CMUtil.getDeclaration(target);

9. WARNING: DiscouragedReference

Discouraged access: The method supports(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementAncestorValidator.java :

52 : if (!dec.supports(HTMLCMProperties.PROHIBITED_ANCESTORS))

10. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementAncestorValidator.java :

54 : CMNamedNodeMap prohibited = (CMNamedNodeMap) dec.getProperty(HTMLCMProperties.PROHIBITED_ANCESTORS);

11. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementAncestorValidator.java :

54 : CMNamedNodeMap prohibited = (CMNamedNodeMap) dec.getProperty(HTMLCMProperties.PROHIBITED_ANCESTORS);

12. WARNING: DiscouragedReference

Discouraged access: The method getProperty(String) from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementAncestorValidator.java :

54 : CMNamedNodeMap prohibited = (CMNamedNodeMap) dec.getProperty(HTMLCMProperties.PROHIBITED_ANCESTORS);

13. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementAncestorValidator.java :

55 : if (prohibited.getLength() <= 0)

14. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementAncestorValidator.java :

60 : CMNode pdec = prohibited.getNamedItem(parent.getNodeName());

15. WARNING: DiscouragedReference

Discouraged access: The method getNamedItem(String) from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementAncestorValidator.java :

60 : CMNode pdec = prohibited.getNamedItem(parent.getNodeName());

16. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementAncestorValidator.java :

62 : Segment errorSeg = FMUtil.getSegment((IDOMNode) node, FMUtil.SEG_START_TAG);

17. WARNING: DiscouragedReference

Discouraged access: The field reporter from the type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementAncestorValidator.java :

64 : reporter.report(new ErrorInfoImpl(ErrorState.INVALID_CONTENT_ERROR, errorSeg, target));

18. WARNING: DiscouragedReference

Discouraged access: The method report(ErrorInfo) from the type ValidationReporter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementAncestorValidator.java :

64 : reporter.report(new ErrorInfoImpl(ErrorState.INVALID_CONTENT_ERROR, errorSeg, target));

Source File: org/eclipse/wst/html/core/internal/validate/HTMLElementContentValidator.java
1. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementContentValidator.java :

17 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

2. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

18 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

3. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

19 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNode;

4. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

20 : import org.eclipse.wst.xml.core.internal.contentmodel.modelquery.ModelQuery;

5. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

21 : import org.eclipse.wst.xml.core.internal.modelquery.ModelQueryUtil;

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

22 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

7. WARNING: DiscouragedReference

Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

23 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMText;

8. WARNING: DiscouragedReference

Discouraged access: The method isAdapterForType(Object) from the type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

41 : return ((type == HTMLElementContentValidator.class) || super.isAdapterForType(type));

9. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementContentValidator.java :

46 : public void validate(IndexedRegion node) {

10. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

58 : CMElementDeclaration ed = CMUtil.getDeclaration(parent);

11. WARNING: DiscouragedReference

Discouraged access: The method getContentType() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

59 : if(ed == null || ed.getContentType() == CMElementDeclaration.ANY)

12. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

59 : if(ed == null || ed.getContentType() == CMElementDeclaration.ANY)

13. WARNING: DiscouragedReference

Discouraged access: The field ANY from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

59 : if(ed == null || ed.getContentType() == CMElementDeclaration.ANY)

14. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

105 : private void validateNode(Element target, Node child, CMElementDeclaration edec, List extendedContent, boolean[] extendedContentInitialized) {

15. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

109 : int contentType = CMElementDeclaration.ANY;

16. WARNING: DiscouragedReference

Discouraged access: The field ANY from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

109 : int contentType = CMElementDeclaration.ANY;

17. WARNING: DiscouragedReference

Discouraged access: The method getContentType() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

111 : contentType = edec.getContentType();

18. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

126 : CMElementDeclaration ced = CMUtil.getDeclaration((Element) child);

19. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

134 : case CMElementDeclaration.ANY :

20. WARNING: DiscouragedReference

Discouraged access: The field ANY from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

134 : case CMElementDeclaration.ANY :

21. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

137 : case CMElementDeclaration.ELEMENT :

22. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

137 : case CMElementDeclaration.ELEMENT :

23. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

138 : case CMElementDeclaration.MIXED :

24. WARNING: DiscouragedReference

Discouraged access: The field MIXED from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

138 : case CMElementDeclaration.MIXED :

25. WARNING: DiscouragedReference

Discouraged access: The type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

157 : extendedContent.addAll(ModelQueryUtil.getModelQuery(target.getOwnerDocument()).getAvailableContent(target, edec, ModelQuery.INCLUDE_CHILD_NODES));

26. WARNING: DiscouragedReference

Discouraged access: The method getModelQuery(Document) from the type ModelQueryUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

157 : extendedContent.addAll(ModelQueryUtil.getModelQuery(target.getOwnerDocument()).getAvailableContent(target, edec, ModelQuery.INCLUDE_CHILD_NODES));

27. WARNING: DiscouragedReference

Discouraged access: The method getAvailableContent(Element, CMElementDeclaration, int) from the type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

157 : extendedContent.addAll(ModelQueryUtil.getModelQuery(target.getOwnerDocument()).getAvailableContent(target, edec, ModelQuery.INCLUDE_CHILD_NODES));

28. WARNING: DiscouragedReference

Discouraged access: The type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

157 : extendedContent.addAll(ModelQueryUtil.getModelQuery(target.getOwnerDocument()).getAvailableContent(target, edec, ModelQuery.INCLUDE_CHILD_NODES));

29. WARNING: DiscouragedReference

Discouraged access: The field INCLUDE_CHILD_NODES from the type ModelQuery is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

157 : extendedContent.addAll(ModelQueryUtil.getModelQuery(target.getOwnerDocument()).getAvailableContent(target, edec, ModelQuery.INCLUDE_CHILD_NODES));

30. WARNING: DiscouragedReference

Discouraged access: The method getElementName() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

167 : String elementName = ced.getElementName().toLowerCase(Locale.US);

31. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

169 : CMNode cmnode = (CMNode) availableChildElementDeclarations.get(i);

32. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

169 : CMNode cmnode = (CMNode) availableChildElementDeclarations.get(i);

33. WARNING: DiscouragedReference

Discouraged access: The method getNodeType() from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

170 : if (cmnode.getNodeType() == CMNode.ELEMENT_DECLARATION && cmnode.getNodeName().toLowerCase(Locale.US).equals(elementName)) {

34. WARNING: DiscouragedReference

Discouraged access: The type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

170 : if (cmnode.getNodeType() == CMNode.ELEMENT_DECLARATION && cmnode.getNodeName().toLowerCase(Locale.US).equals(elementName)) {

35. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT_DECLARATION from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

170 : if (cmnode.getNodeType() == CMNode.ELEMENT_DECLARATION && cmnode.getNodeName().toLowerCase(Locale.US).equals(elementName)) {

36. WARNING: DiscouragedReference

Discouraged access: The method getNodeName() from the type CMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

170 : if (cmnode.getNodeType() == CMNode.ELEMENT_DECLARATION && cmnode.getNodeName().toLowerCase(Locale.US).equals(elementName)) {

37. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

186 : case CMElementDeclaration.ANY :

38. WARNING: DiscouragedReference

Discouraged access: The field ANY from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

186 : case CMElementDeclaration.ANY :

39. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

187 : case CMElementDeclaration.MIXED :

40. WARNING: DiscouragedReference

Discouraged access: The field MIXED from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

187 : case CMElementDeclaration.MIXED :

41. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

188 : case CMElementDeclaration.PCDATA :

42. WARNING: DiscouragedReference

Discouraged access: The field PCDATA from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

188 : case CMElementDeclaration.PCDATA :

43. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

189 : case CMElementDeclaration.CDATA :

44. WARNING: DiscouragedReference

Discouraged access: The field CDATA from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

189 : case CMElementDeclaration.CDATA :

45. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

193 : case CMElementDeclaration.ELEMENT :

46. WARNING: DiscouragedReference

Discouraged access: The field ELEMENT from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

193 : case CMElementDeclaration.ELEMENT :

47. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

194 : case CMElementDeclaration.EMPTY :

48. WARNING: DiscouragedReference

Discouraged access: The field EMPTY from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

194 : case CMElementDeclaration.EMPTY :

49. WARNING: DiscouragedReference

Discouraged access: The method isElementContentWhitespace() from the type IDOMText is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

195 : if (((IDOMText) child).isElementContentWhitespace())

50. WARNING: DiscouragedReference

Discouraged access: The type IDOMText is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

195 : if (((IDOMText) child).isElementContentWhitespace())

51. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

208 : if (contentType != CMElementDeclaration.EMPTY)

52. WARNING: DiscouragedReference

Discouraged access: The field EMPTY from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

208 : if (contentType != CMElementDeclaration.EMPTY)

53. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

221 : Segment errorSeg = FMUtil.getSegment((IDOMNode) child, segType);

54. WARNING: DiscouragedReference

Discouraged access: The field reporter from the type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLElementContentValidator.java :

223 : reporter.report(new ErrorInfoImpl(error, errorSeg, child));

55. WARNING: DiscouragedReference

Discouraged access: The method report(ErrorInfo) from the type ValidationReporter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLElementContentValidator.java :

223 : reporter.report(new ErrorInfoImpl(error, errorSeg, child));

Source File: org/eclipse/wst/html/core/internal/validate/HTMLSimpleDocumentValidator.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLSimpleDocumentValidator.java :

14 : import org.eclipse.wst.xml.core.internal.validate.ValidationComponent;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLSimpleDocumentValidator.java :

24 : ValidationComponent[] validators = new ValidationComponent[2];

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLSimpleDocumentValidator.java :

24 : ValidationComponent[] validators = new ValidationComponent[2];

4. WARNING: DiscouragedReference

Discouraged access: The method isAdapterForType(Object) from the type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLSimpleDocumentValidator.java :

37 : return ((type == HTMLSimpleDocumentValidator.class) || super.isAdapterForType(type));

Source File: org/eclipse/wst/html/core/internal/validate/HTMLSimpleValidator.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLSimpleValidator.java :

14 : import org.eclipse.wst.xml.core.internal.validate.ValidationComponent;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLSimpleValidator.java :

24 : ValidationComponent[] validators = new ValidationComponent[5];

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLSimpleValidator.java :

24 : ValidationComponent[] validators = new ValidationComponent[5];

4. WARNING: DiscouragedReference

Discouraged access: The method isAdapterForType(Object) from the type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

HTMLSimpleValidator.java :

40 : return ((type == HTMLSimpleValidator.class) || super.isAdapterForType(type));

Source File: org/eclipse/wst/html/core/internal/validate/HTMLValidationAdapterFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type AbstractAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLValidationAdapterFactory.java :

15 : import org.eclipse.wst.sse.core.internal.provisional.AbstractAdapterFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLValidationAdapterFactory.java :

16 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapter;

3. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLValidationAdapterFactory.java :

17 : import org.eclipse.wst.sse.core.internal.provisional.INodeAdapterFactory;

4. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLValidationAdapterFactory.java :

18 : import org.eclipse.wst.sse.core.internal.provisional.INodeNotifier;

5. WARNING: DiscouragedReference

Discouraged access: The type ValidationAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLValidationAdapterFactory.java :

19 : import org.eclipse.wst.sse.core.internal.validate.ValidationAdapter;

6. WARNING: DiscouragedReference

Discouraged access: The type AbstractAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLValidationAdapterFactory.java :

22 : public class HTMLValidationAdapterFactory extends AbstractAdapterFactory {

7. WARNING: DiscouragedReference

Discouraged access: The constructor AbstractAdapterFactory(Object, boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLValidationAdapterFactory.java :

30 : super(ValidationAdapter.class, true);

8. WARNING: DiscouragedReference

Discouraged access: The type ValidationAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLValidationAdapterFactory.java :

30 : super(ValidationAdapter.class, true);

9. WARNING: DiscouragedReference

Discouraged access: The constructor AbstractAdapterFactory(Object, boolean) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLValidationAdapterFactory.java :

39 : super(adapterKey, registerAdapters);

10. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLValidationAdapterFactory.java :

44 : protected INodeAdapter createAdapter(INodeNotifier target) {

11. WARNING: DiscouragedReference

Discouraged access: The type INodeNotifier is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLValidationAdapterFactory.java :

44 : protected INodeAdapter createAdapter(INodeNotifier target) {

12. WARNING: DiscouragedReference

Discouraged access: The type INodeAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

HTMLValidationAdapterFactory.java :

69 : public INodeAdapterFactory copy() {

Source File: org/eclipse/wst/html/core/internal/validate/MessageFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type ErrorInfo is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MessageFactory.java :

28 : import org.eclipse.wst.sse.core.internal.validate.ErrorInfo;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MessageFactory.java :

29 : import org.eclipse.wst.sse.core.internal.validate.ValidationMessage;

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MessageFactory.java :

64 : int severity = ValidationMessage.WARNING;

4. WARNING: DiscouragedReference

Discouraged access: The field WARNING from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MessageFactory.java :

64 : int severity = ValidationMessage.WARNING;

5. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MessageFactory.java :

65 : severity = fPreferenceService.getInt(HTMLCorePlugin.getDefault().getBundle().getSymbolicName(), key, ValidationMessage.WARNING, fLookupOrder);

6. WARNING: DiscouragedReference

Discouraged access: The field WARNING from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MessageFactory.java :

65 : severity = fPreferenceService.getInt(HTMLCorePlugin.getDefault().getBundle().getSymbolicName(), key, ValidationMessage.WARNING, fLookupOrder);

7. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MessageFactory.java :

318 : public ValidationMessage createMessage(ErrorInfo info) {

8. WARNING: DiscouragedReference

Discouraged access: The type ErrorInfo is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MessageFactory.java :

318 : public ValidationMessage createMessage(ErrorInfo info) {

9. WARNING: DiscouragedReference

Discouraged access: The constructor ValidationMessage(String, int, int, int) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MessageFactory.java :

321 : return new ValidationMessage(errorMsg, info.getOffset(), info.getLength(), errorSeverity);

10. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MessageFactory.java :

321 : return new ValidationMessage(errorMsg, info.getOffset(), info.getLength(), errorSeverity);

11. WARNING: DiscouragedReference

Discouraged access: The method getOffset() from the type ErrorInfo is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MessageFactory.java :

321 : return new ValidationMessage(errorMsg, info.getOffset(), info.getLength(), errorSeverity);

12. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type ErrorInfo is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MessageFactory.java :

321 : return new ValidationMessage(errorMsg, info.getOffset(), info.getLength(), errorSeverity);

13. WARNING: DiscouragedReference

Discouraged access: The type ErrorInfo is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MessageFactory.java :

324 : private String getErrorMessage(ErrorInfo info) {

14. WARNING: DiscouragedReference

Discouraged access: The method getTargetType() from the type ErrorInfo is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MessageFactory.java :

325 : ErrorTable tab = getErrorTable(info.getTargetType());

15. WARNING: DiscouragedReference

Discouraged access: The method getState() from the type ErrorInfo is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MessageFactory.java :

329 : String template = tab.getMessage(info.getState());

16. WARNING: DiscouragedReference

Discouraged access: The method getHint() from the type ErrorInfo is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MessageFactory.java :

330 : Object[] arguments = {info.getHint()};

17. WARNING: DiscouragedReference

Discouraged access: The type ErrorInfo is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MessageFactory.java :

344 : private int getErrorSeverity(ErrorInfo info) {

18. WARNING: DiscouragedReference

Discouraged access: The method getTargetType() from the type ErrorInfo is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MessageFactory.java :

345 : ErrorTable tab = getErrorTable(info.getTargetType());

19. WARNING: DiscouragedReference

Discouraged access: The method getState() from the type ErrorInfo is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

MessageFactory.java :

348 : return tab.getSeverity(info.getState());

Source File: org/eclipse/wst/html/core/internal/validate/NamespaceValidator.java
1. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

NamespaceValidator.java :

13 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

2. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

NamespaceValidator.java :

14 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

3. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NamespaceValidator.java :

15 : import org.eclipse.wst.xml.core.internal.contentmodel.CMAttributeDeclaration;

4. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NamespaceValidator.java :

16 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

5. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NamespaceValidator.java :

17 : import org.eclipse.wst.xml.core.internal.contentmodel.CMNamedNodeMap;

6. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NamespaceValidator.java :

18 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMAttr;

7. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NamespaceValidator.java :

19 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

8. WARNING: DiscouragedReference

Discouraged access: The method isAdapterForType(Object) from the type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NamespaceValidator.java :

35 : return ((type == NamespaceValidator.class) || super.isAdapterForType(type));

9. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

NamespaceValidator.java :

38 : public void validate(IndexedRegion node) {

10. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NamespaceValidator.java :

41 : IDOMElement e = (IDOMElement) target;

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NamespaceValidator.java :

41 : IDOMElement e = (IDOMElement) target;

12. WARNING: DiscouragedReference

Discouraged access: The method isCommentTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NamespaceValidator.java :

42 : if (!isValidPrefix(e.getPrefix(), target) && !e.isCommentTag()) {

13. WARNING: DiscouragedReference

Discouraged access: The method hasStartTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NamespaceValidator.java :

45 : if (e.hasStartTag())

14. WARNING: DiscouragedReference

Discouraged access: The method hasEndTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NamespaceValidator.java :

47 : else if (e.hasEndTag())

15. WARNING: DiscouragedReference

Discouraged access: The field reporter from the type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NamespaceValidator.java :

51 : reporter.report(new ErrorInfoImpl(UNDEFINED_NAME_ERROR, errorSeg, e));

16. WARNING: DiscouragedReference

Discouraged access: The method report(ErrorInfo) from the type ValidationReporter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

NamespaceValidator.java :

51 : reporter.report(new ErrorInfoImpl(UNDEFINED_NAME_ERROR, errorSeg, e));

17. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NamespaceValidator.java :

58 : if (!(n instanceof IDOMAttr))

18. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NamespaceValidator.java :

60 : IDOMAttr a = (IDOMAttr) n;

19. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NamespaceValidator.java :

60 : IDOMAttr a = (IDOMAttr) n;

20. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

NamespaceValidator.java :

66 : ITextRegion r = a.getNameRegion();

21. WARNING: DiscouragedReference

Discouraged access: The method getNameRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NamespaceValidator.java :

66 : ITextRegion r = a.getNameRegion();

22. WARNING: DiscouragedReference

Discouraged access: The method getNameRegionStartOffset() from the type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NamespaceValidator.java :

69 : int a_offset = a.getNameRegionStartOffset();

23. WARNING: DiscouragedReference

Discouraged access: The method getNameRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NamespaceValidator.java :

70 : int a_length = a.getNameRegion().getLength();

24. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

NamespaceValidator.java :

70 : int a_length = a.getNameRegion().getLength();

25. WARNING: DiscouragedReference

Discouraged access: The field reporter from the type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NamespaceValidator.java :

71 : reporter.report(new ErrorInfoImpl(UNDEFINED_NAME_ERROR, new Segment(a_offset, a_length), a));

26. WARNING: DiscouragedReference

Discouraged access: The method report(ErrorInfo) from the type ValidationReporter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

NamespaceValidator.java :

71 : reporter.report(new ErrorInfoImpl(UNDEFINED_NAME_ERROR, new Segment(a_offset, a_length), a));

27. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NamespaceValidator.java :

79 : return target instanceof IDOMElement;

28. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NamespaceValidator.java :

87 : CMElementDeclaration dec = CMUtil.getDeclaration(target);

29. WARNING: DiscouragedReference

Discouraged access: The type IDOMAttr is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NamespaceValidator.java :

91 : private boolean isUnknownAttr(IDOMAttr attr, Element target) {

30. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NamespaceValidator.java :

92 : CMElementDeclaration dec = CMUtil.getDeclaration(target);

31. WARNING: DiscouragedReference

Discouraged access: The type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NamespaceValidator.java :

95 : CMNamedNodeMap adecls = dec.getAttributes();

32. WARNING: DiscouragedReference

Discouraged access: The method getAttributes() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NamespaceValidator.java :

95 : CMNamedNodeMap adecls = dec.getAttributes();

33. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NamespaceValidator.java :

96 : CMAttributeDeclaration adec = (CMAttributeDeclaration) adecls.getNamedItem(attr.getName());

34. WARNING: DiscouragedReference

Discouraged access: The type CMAttributeDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NamespaceValidator.java :

96 : CMAttributeDeclaration adec = (CMAttributeDeclaration) adecls.getNamedItem(attr.getName());

35. WARNING: DiscouragedReference

Discouraged access: The method getNamedItem(String) from the type CMNamedNodeMap is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NamespaceValidator.java :

96 : CMAttributeDeclaration adec = (CMAttributeDeclaration) adecls.getNamedItem(attr.getName());

Source File: org/eclipse/wst/html/core/internal/validate/NullValidator.java
1. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

NullValidator.java :

13 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationReporter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

NullValidator.java :

14 : import org.eclipse.wst.sse.core.internal.validate.ValidationReporter;

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NullValidator.java :

15 : import org.eclipse.wst.xml.core.internal.validate.ValidationComponent;

4. WARNING: DiscouragedReference

Discouraged access: The type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NullValidator.java :

21 : final class NullValidator extends ValidationComponent {

5. WARNING: DiscouragedReference

Discouraged access: The constructor ValidationComponent() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

NullValidator.java :

24 : super();

6. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

NullValidator.java :

27 : public void validate(IndexedRegion node) {

7. WARNING: DiscouragedReference

Discouraged access: The type ValidationReporter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

NullValidator.java :

31 : public void setReporter(ValidationReporter reporter) {

Source File: org/eclipse/wst/html/core/internal/validate/PrimeValidator.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

PrimeValidator.java :

15 : import org.eclipse.wst.xml.core.internal.validate.ValidationComponent;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

PrimeValidator.java :

17 : abstract class PrimeValidator extends ValidationComponent {

3. WARNING: DiscouragedReference

Discouraged access: The constructor ValidationComponent() is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

PrimeValidator.java :

23 : super();

Source File: org/eclipse/wst/html/core/internal/validate/Segment.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

Segment.java :

15 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

Segment.java :

30 : public Segment(IStructuredDocumentRegion region) {

3. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

Segment.java :

32 : this.offset = region.getStartOffset();

4. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

Segment.java :

33 : this.length = region.getLength();

5. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

Segment.java :

40 : public Segment(IStructuredDocumentRegion start, IStructuredDocumentRegion end) {

6. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

Segment.java :

40 : public Segment(IStructuredDocumentRegion start, IStructuredDocumentRegion end) {

7. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

Segment.java :

42 : this.offset = start.getStartOffset();

8. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

Segment.java :

43 : int endOffset = (end == null) ? start.getEndOffset() : end.getEndOffset();

9. WARNING: DiscouragedReference

Discouraged access: The method getEndOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

Segment.java :

43 : int endOffset = (end == null) ? start.getEndOffset() : end.getEndOffset();

Source File: org/eclipse/wst/html/core/internal/validate/SyntaxValidator.java
1. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

17 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

18 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion;

3. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

19 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion;

4. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

20 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList;

5. WARNING: DiscouragedReference

Discouraged access: The type ErrorInfo is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

21 : import org.eclipse.wst.sse.core.internal.validate.ErrorInfo;

6. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

22 : import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;

7. WARNING: DiscouragedReference

Discouraged access: The type InvalidCharacterException is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

23 : import org.eclipse.wst.xml.core.internal.document.InvalidCharacterException;

8. WARNING: DiscouragedReference

Discouraged access: The type SourceValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

24 : import org.eclipse.wst.xml.core.internal.document.SourceValidator;

9. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

25 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument;

10. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

26 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMElement;

11. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

27 : import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode;

12. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

28 : import org.eclipse.wst.xml.core.internal.regions.DOMRegionContext;

13. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

36 : static private boolean isValidRegion(ITextRegion rgn) {

14. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

37 : String type = rgn.getType();

15. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

40 : if (type == DOMRegionContext.XML_END_TAG_OPEN || type == DOMRegionContext.XML_TAG_NAME || type == DOMRegionContext.XML_TAG_CLOSE) {

16. WARNING: DiscouragedReference

Discouraged access: The field XML_END_TAG_OPEN from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

40 : if (type == DOMRegionContext.XML_END_TAG_OPEN || type == DOMRegionContext.XML_TAG_NAME || type == DOMRegionContext.XML_TAG_CLOSE) {

17. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

40 : if (type == DOMRegionContext.XML_END_TAG_OPEN || type == DOMRegionContext.XML_TAG_NAME || type == DOMRegionContext.XML_TAG_CLOSE) {

18. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

40 : if (type == DOMRegionContext.XML_END_TAG_OPEN || type == DOMRegionContext.XML_TAG_NAME || type == DOMRegionContext.XML_TAG_CLOSE) {

19. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

40 : if (type == DOMRegionContext.XML_END_TAG_OPEN || type == DOMRegionContext.XML_TAG_NAME || type == DOMRegionContext.XML_TAG_CLOSE) {

20. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_CLOSE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

40 : if (type == DOMRegionContext.XML_END_TAG_OPEN || type == DOMRegionContext.XML_TAG_NAME || type == DOMRegionContext.XML_TAG_CLOSE) {

21. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

46 : static private String getTagName(IStructuredDocumentRegion tag) {

22. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

47 : ITextRegionList regions = tag.getRegions();

23. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

47 : ITextRegionList regions = tag.getRegions();

24. WARNING: DiscouragedReference

Discouraged access: The method iterator() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

48 : Iterator iter = regions.iterator();

25. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

50 : ITextRegion rgn = (ITextRegion) iter.next();

26. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

50 : ITextRegion rgn = (ITextRegion) iter.next();

27. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

51 : if (rgn.getType() == DOMRegionContext.XML_TAG_NAME)

28. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

51 : if (rgn.getType() == DOMRegionContext.XML_TAG_NAME)

29. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_NAME from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

51 : if (rgn.getType() == DOMRegionContext.XML_TAG_NAME)

30. WARNING: DiscouragedReference

Discouraged access: The method getText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

52 : return tag.getText(rgn);

31. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

57 : static private boolean isEmptyContent(CMElementDeclaration decl) {

32. WARNING: DiscouragedReference

Discouraged access: The method getContentType() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

58 : return (decl != null) && (decl.getContentType() == CMElementDeclaration.EMPTY);

33. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

58 : return (decl != null) && (decl.getContentType() == CMElementDeclaration.EMPTY);

34. WARNING: DiscouragedReference

Discouraged access: The field EMPTY from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

58 : return (decl != null) && (decl.getContentType() == CMElementDeclaration.EMPTY);

35. WARNING: DiscouragedReference

Discouraged access: The method isAdapterForType(Object) from the type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

66 : return ((type == SyntaxValidator.class) || super.isAdapterForType(type));

36. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

74 : public IDOMElement target = null;

37. WARNING: DiscouragedReference

Discouraged access: The type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

75 : public CMElementDeclaration decl = null;

38. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

76 : public IStructuredDocumentRegion startTag = null;

39. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

77 : public IStructuredDocumentRegion endTag = null;

40. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

83 : public void validate(IndexedRegion indexedNode) {

41. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

89 : if (!(node instanceof IDOMElement))

42. WARNING: DiscouragedReference

Discouraged access: The type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

93 : info.target = (IDOMElement) node;

43. WARNING: DiscouragedReference

Discouraged access: The method isGlobalTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

99 : if (info.target.isGlobalTag()) {

44. WARNING: DiscouragedReference

Discouraged access: The method getStartStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

109 : info.startTag = info.target.getStartStructuredDocumentRegion();

45. WARNING: DiscouragedReference

Discouraged access: The method getEndStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

110 : info.endTag = info.target.getEndStructuredDocumentRegion();

46. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

116 : if (!(doc instanceof IDOMDocument))

47. WARNING: DiscouragedReference

Discouraged access: The method getDocumentTypeId() from the type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

118 : String typeid = ((IDOMDocument) doc).getDocumentTypeId();

48. WARNING: DiscouragedReference

Discouraged access: The type IDOMDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

118 : String typeid = ((IDOMDocument) doc).getDocumentTypeId();

49. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

128 : public TagErrorInfoImpl(int state, IStructuredDocumentRegion tag, String hint) {

50. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

143 : ITextRegionList regions = info.endTag.getRegions();

51. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

143 : ITextRegionList regions = info.endTag.getRegions();

52. WARNING: DiscouragedReference

Discouraged access: The method isEmpty() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

144 : if (regions == null || regions.isEmpty())

53. WARNING: DiscouragedReference

Discouraged access: The method iterator() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

146 : Iterator iter = regions.iterator();

54. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

148 : ITextRegion rgn = (ITextRegion) iter.next();

55. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

148 : ITextRegion rgn = (ITextRegion) iter.next();

56. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

157 : ITextRegionList regions = info.endTag.getRegions();

57. WARNING: DiscouragedReference

Discouraged access: The method getRegions() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

157 : ITextRegionList regions = info.endTag.getRegions();

58. WARNING: DiscouragedReference

Discouraged access: The method iterator() from the type ITextRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

158 : Iterator iter = regions.iterator();

59. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

160 : ITextRegion rgn = (ITextRegion) iter.next();

60. WARNING: DiscouragedReference

Discouraged access: The type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

160 : ITextRegion rgn = (ITextRegion) iter.next();

61. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

161 : String type = rgn.getType();

62. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

164 : if (type == DOMRegionContext.XML_END_TAG_OPEN || type == DOMRegionContext.XML_TAG_CLOSE)

63. WARNING: DiscouragedReference

Discouraged access: The field XML_END_TAG_OPEN from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

164 : if (type == DOMRegionContext.XML_END_TAG_OPEN || type == DOMRegionContext.XML_TAG_CLOSE)

64. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

164 : if (type == DOMRegionContext.XML_END_TAG_OPEN || type == DOMRegionContext.XML_TAG_CLOSE)

65. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_CLOSE from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

164 : if (type == DOMRegionContext.XML_END_TAG_OPEN || type == DOMRegionContext.XML_TAG_CLOSE)

66. WARNING: DiscouragedReference

Discouraged access: The method getFullText(ITextRegion) from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

166 : hint += info.endTag.getFullText(rgn);

67. WARNING: DiscouragedReference

Discouraged access: The method report(ErrorInfo) from the type ValidationReporter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

174 : this.reporter.report(error);

68. WARNING: DiscouragedReference

Discouraged access: The field reporter from the type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

174 : this.reporter.report(error);

69. WARNING: DiscouragedReference

Discouraged access: The method isStartTagClosed() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

179 : if (!info.target.isStartTagClosed()) {

70. WARNING: DiscouragedReference

Discouraged access: The method isContainer() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

189 : if (info.target.isContainer()) {

71. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

201 : Segment errorSeg = new Segment(info.endTag.getStartOffset(), info.endTag.getLength());

72. WARNING: DiscouragedReference

Discouraged access: The method getLength() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

201 : Segment errorSeg = new Segment(info.endTag.getStartOffset(), info.endTag.getLength());

73. WARNING: DiscouragedReference

Discouraged access: The method isClosed() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

209 : if (!info.target.isClosed()) {

74. WARNING: DiscouragedReference

Discouraged access: The method isEmptyTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

217 : if (!info.target.isEmptyTag() && DOMRegionContext.XML_TAG_OPEN.equals(info.target.getStartStructuredDocumentRegion().getFirstRegion().getType())) {

75. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

217 : if (!info.target.isEmptyTag() && DOMRegionContext.XML_TAG_OPEN.equals(info.target.getStartStructuredDocumentRegion().getFirstRegion().getType())) {

76. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_OPEN from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

217 : if (!info.target.isEmptyTag() && DOMRegionContext.XML_TAG_OPEN.equals(info.target.getStartStructuredDocumentRegion().getFirstRegion().getType())) {

77. WARNING: DiscouragedReference

Discouraged access: The method getStartStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

217 : if (!info.target.isEmptyTag() && DOMRegionContext.XML_TAG_OPEN.equals(info.target.getStartStructuredDocumentRegion().getFirstRegion().getType())) {

78. WARNING: DiscouragedReference

Discouraged access: The method getFirstRegion() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

217 : if (!info.target.isEmptyTag() && DOMRegionContext.XML_TAG_OPEN.equals(info.target.getStartStructuredDocumentRegion().getFirstRegion().getType())) {

79. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

217 : if (!info.target.isEmptyTag() && DOMRegionContext.XML_TAG_OPEN.equals(info.target.getStartStructuredDocumentRegion().getFirstRegion().getType())) {

80. WARNING: DiscouragedReference

Discouraged access: The method isEmptyTag() from the type IDOMElement is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

237 : if (info.decl != null && CMUtil.isHTML(info.decl) && !info.target.isEmptyTag() && !CMUtil.isEndTagOmissible(info.decl) && info.target.getStartStructuredDocumentRegion().getFirstRegion().getType() == DOMRegionContext.XML_TAG_OPEN) {

81. WARNING: DiscouragedReference

Discouraged access: The method getType() from the type ITextRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

237 : if (info.decl != null && CMUtil.isHTML(info.decl) && !info.target.isEmptyTag() && !CMUtil.isEndTagOmissible(info.decl) && info.target.getStartStructuredDocumentRegion().getFirstRegion().getType() == DOMRegionContext.XML_TAG_OPEN) {

82. WARNING: DiscouragedReference

Discouraged access: The method getFirstRegion() from the type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

237 : if (info.decl != null && CMUtil.isHTML(info.decl) && !info.target.isEmptyTag() && !CMUtil.isEndTagOmissible(info.decl) && info.target.getStartStructuredDocumentRegion().getFirstRegion().getType() == DOMRegionContext.XML_TAG_OPEN) {

83. WARNING: DiscouragedReference

Discouraged access: The method getStartStructuredDocumentRegion() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

237 : if (info.decl != null && CMUtil.isHTML(info.decl) && !info.target.isEmptyTag() && !CMUtil.isEndTagOmissible(info.decl) && info.target.getStartStructuredDocumentRegion().getFirstRegion().getType() == DOMRegionContext.XML_TAG_OPEN) {

84. WARNING: DiscouragedReference

Discouraged access: The type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

237 : if (info.decl != null && CMUtil.isHTML(info.decl) && !info.target.isEmptyTag() && !CMUtil.isEndTagOmissible(info.decl) && info.target.getStartStructuredDocumentRegion().getFirstRegion().getType() == DOMRegionContext.XML_TAG_OPEN) {

85. WARNING: DiscouragedReference

Discouraged access: The field XML_TAG_OPEN from the type DOMRegionContext is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

237 : if (info.decl != null && CMUtil.isHTML(info.decl) && !info.target.isEmptyTag() && !CMUtil.isEndTagOmissible(info.decl) && info.target.getStartStructuredDocumentRegion().getFirstRegion().getType() == DOMRegionContext.XML_TAG_OPEN) {

86. WARNING: DiscouragedReference

Discouraged access: The method getElementName() from the type CMElementDeclaration is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

273 : String declared = info.decl.getElementName();

87. WARNING: DiscouragedReference

Discouraged access: The method report(ErrorInfo) from the type ValidationReporter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

284 : this.reporter.report(error);

88. WARNING: DiscouragedReference

Discouraged access: The field reporter from the type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

284 : this.reporter.report(error);

89. WARNING: DiscouragedReference

Discouraged access: The method report(ErrorInfo) from the type ValidationReporter is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

293 : this.reporter.report(error);

90. WARNING: DiscouragedReference

Discouraged access: The field reporter from the type ValidationComponent is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

293 : this.reporter.report(error);

91. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

307 : IDOMNode text = (IDOMNode) child;

92. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

307 : IDOMNode text = (IDOMNode) child;

93. WARNING: DiscouragedReference

Discouraged access: The method getStartOffset() from the type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.sse.core/@dot

SyntaxValidator.java :

310 : charOffset += text.getStartOffset();

94. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

322 : IDOMNode tag = (IDOMNode) child;

95. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

322 : IDOMNode tag = (IDOMNode) child;

96. WARNING: DiscouragedReference

Discouraged access: The method isClosed() from the type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

323 : if (!tag.isClosed()) {

97. WARNING: DiscouragedReference

Discouraged access: The type IDOMNode is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

336 : private int validateTextSource(IDOMNode text) {

98. WARNING: DiscouragedReference

Discouraged access: The type SourceValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

338 : SourceValidator validator = new SourceValidator(text);

99. WARNING: DiscouragedReference

Discouraged access: The constructor SourceValidator(Node) is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

338 : SourceValidator validator = new SourceValidator(text);

100. WARNING: DiscouragedReference

Discouraged access: The type SourceValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/patches-R3.0.5-P/workdir/plugins/org.eclipse.wst.xml.core/@dot

SyntaxValidator.java :

338 : SourceValidator validator = new SourceValidator(text);