Compiler Report

Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1

Number of source files: 42 Number of classfiles: 45

Problems: 387 (Errors: 0 Warnings: 387 )

Source File: org/eclipse/wst/xsl/core/XSLCore.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLCore.java :

24 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

2. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLCore.java :

25 : import org.eclipse.wst.sse.core.internal.provisional.IndexedRegion;

3. WARNING: DiscouragedReference

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

XSLCore.java :

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

4. WARNING: UnusedImport

The import org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode is never used

XSLCore.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLCore.java :

199 : if ((node instanceof IndexedRegion) && ((IndexedRegion) node).contains(offset) && (node.hasAttributes()))

6. WARNING: DiscouragedReference

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

XSLCore.java :

199 : if ((node instanceof IndexedRegion) && ((IndexedRegion) node).contains(offset) && (node.hasAttributes()))

7. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLCore.java :

199 : if ((node instanceof IndexedRegion) && ((IndexedRegion) node).contains(offset) && (node.hasAttributes()))

8. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLCore.java :

204 : IndexedRegion attRegion = (IndexedRegion) attrs.item(i);

9. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLCore.java :

204 : IndexedRegion attRegion = (IndexedRegion) attrs.item(i);

10. WARNING: DiscouragedReference

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

XSLCore.java :

205 : if (attRegion.contains(offset))

11. WARNING: DiscouragedReference

Discouraged access: The type IndexedRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLCore.java :

224 : IndexedRegion inode = null;

12. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLCore.java :

225 : IStructuredModel sModel = null;

13. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLCore.java :

228 : sModel = StructuredModelManager.getModelManager().getExistingModelForRead(document);

14. WARNING: DiscouragedReference

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

XSLCore.java :

229 : inode = sModel.getIndexedRegion(offset);

15. WARNING: DiscouragedReference

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

XSLCore.java :

231 : inode = sModel.getIndexedRegion(offset - 1);

16. WARNING: DiscouragedReference

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

XSLCore.java :

236 : sModel.releaseFromRead();

Source File: org/eclipse/wst/xsl/core/internal/StylesheetBuilder.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

StylesheetBuilder.java :

23 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

2. WARNING: DiscouragedReference

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

StylesheetBuilder.java :

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

3. WARNING: DiscouragedReference

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

StylesheetBuilder.java :

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

4. WARNING: DiscouragedReference

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

StylesheetBuilder.java :

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

5. WARNING: DiscouragedReference

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

StylesheetBuilder.java :

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

6. WARNING: DiscouragedReference

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

StylesheetBuilder.java :

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

7. WARNING: DiscouragedReference

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

StylesheetBuilder.java :

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

8. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

StylesheetBuilder.java :

87 : IStructuredModel smodel = null;

9. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IFile) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

StylesheetBuilder.java :

89 : smodel = StructuredModelManager.getModelManager() .getExistingModelForRead(file);

10. WARNING: DiscouragedReference

Discouraged access: The method getModelForRead(IFile) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

StylesheetBuilder.java :

92 : smodel = StructuredModelManager.getModelManager() .getModelForRead(file);

11. WARNING: DiscouragedReference

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

StylesheetBuilder.java :

105 : if (smodel != null && smodel instanceof IDOMModel) {

12. WARNING: DiscouragedReference

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

StylesheetBuilder.java :

106 : IDOMModel model = (IDOMModel) smodel;

13. WARNING: DiscouragedReference

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

StylesheetBuilder.java :

106 : IDOMModel model = (IDOMModel) smodel;

14. WARNING: DiscouragedReference

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

StylesheetBuilder.java :

115 : smodel.releaseFromRead();

15. WARNING: DiscouragedReference

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

StylesheetBuilder.java :

124 : private Stylesheet parseModel(IDOMModel model, IFile file) {

16. WARNING: DiscouragedReference

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

StylesheetBuilder.java :

125 : IDOMDocument document = model.getDocument();

17. WARNING: DiscouragedReference

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

StylesheetBuilder.java :

125 : IDOMDocument document = model.getDocument();

18. WARNING: DiscouragedReference

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

StylesheetBuilder.java :

155 : public void walkDocument(IDOMDocument document) {

19. WARNING: LocalVariableIsNeverUsed

The local variable map is never read

StylesheetBuilder.java :

167 : NamedNodeMap map = element.getAttributes();

20. WARNING: DiscouragedReference

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

StylesheetBuilder.java :

241 : configure((IDOMNode) element, xslEl);

21. WARNING: DiscouragedReference

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

StylesheetBuilder.java :

258 : private void configure(IDOMNode node, XSLElement element) {

22. WARNING: DiscouragedReference

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

StylesheetBuilder.java :

260 : IDOMElement domElem = (IDOMElement) node;

23. WARNING: DiscouragedReference

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

StylesheetBuilder.java :

260 : IDOMElement domElem = (IDOMElement) node;

24. WARNING: DiscouragedReference

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

StylesheetBuilder.java :

264 : IDOMAttr attr = (IDOMAttr) map.item(i);

25. WARNING: DiscouragedReference

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

StylesheetBuilder.java :

264 : IDOMAttr attr = (IDOMAttr) map.item(i);

26. WARNING: DiscouragedReference

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

StylesheetBuilder.java :

275 : private static void setPositionInfo(IDOMNode node, XSLNode inc) {

27. WARNING: DiscouragedReference

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

StylesheetBuilder.java :

277 : IStructuredDocument structuredDocument = node

28. WARNING: DiscouragedReference

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

StylesheetBuilder.java :

277 : IStructuredDocument structuredDocument = node .getStructuredDocument();

29. WARNING: DiscouragedReference

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

StylesheetBuilder.java :

279 : int line = structuredDocument.getLineOfOffset(node .getStartOffset());

30. WARNING: DiscouragedReference

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

StylesheetBuilder.java :

279 : int line = structuredDocument.getLineOfOffset(node .getStartOffset());

31. WARNING: DiscouragedReference

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

StylesheetBuilder.java :

282 : int col = node.getStartOffset() - lineOffset;

32. WARNING: DiscouragedReference

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

StylesheetBuilder.java :

283 : inc.setOffset(node.getStartOffset());

33. WARNING: DiscouragedReference

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

StylesheetBuilder.java :

286 : inc.setLength(node.getLength());

Source File: org/eclipse/wst/xsl/core/internal/util/Debug.java
1. WARNING: DiscouragedReference

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

Debug.java :

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

2. WARNING: DiscouragedReference

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

Debug.java :

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

3. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

Debug.java :

19 : import org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegionList;

4. WARNING: DiscouragedReference

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

Debug.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

Debug.java :

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

6. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

Debug.java :

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

7. WARNING: DiscouragedReference

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

Debug.java :

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

8. WARNING: DiscouragedReference

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

Debug.java :

99 : public static final void dump(IStructuredDocument structuredDocument) {

9. WARNING: DiscouragedReference

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

Debug.java :

103 : public static final void dump(IStructuredDocument structuredDocument, boolean verbose) {

10. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

Debug.java :

104 : ITextRegionCollection flatNode = null;

11. WARNING: DiscouragedReference

Discouraged access: The type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

Debug.java :

106 : IStructuredDocumentRegionList flatNodes = structuredDocument.getRegionList();

12. WARNING: DiscouragedReference

Discouraged access: The method getRegionList() from the type IStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

Debug.java :

106 : IStructuredDocumentRegionList flatNodes = structuredDocument.getRegionList();

13. WARNING: DiscouragedReference

Discouraged access: The method elements() from the type IStructuredDocumentRegionList is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

Debug.java :

107 : Enumeration structuredDocumentRegions = flatNodes.elements();

14. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

Debug.java :

109 : flatNode = (ITextRegionCollection) structuredDocumentRegions.nextElement();

15. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

Debug.java :

128 : public static final void dump(ITextRegionCollection region, boolean verbose) {

16. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

Debug.java :

137 : private static void printChildRegions(ITextRegionCollection region, int depth) {

17. WARNING: DiscouragedReference

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

Debug.java :

141 : ITextRegionList regionList = region.getRegions();

18. WARNING: DiscouragedReference

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

Debug.java :

141 : ITextRegionList regionList = region.getRegions();

19. WARNING: DiscouragedReference

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

Debug.java :

142 : for (int i = 0; i < regionList.size(); i++) {

20. WARNING: DiscouragedReference

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

Debug.java :

143 : ITextRegion r = regionList.get(i);

21. WARNING: DiscouragedReference

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

Debug.java :

143 : ITextRegion r = regionList.get(i);

22. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

Debug.java :

144 : if (r instanceof ITextRegionCollection) {

23. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

Debug.java :

145 : ITextRegionCollection rc = (ITextRegionCollection) r;

24. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

Debug.java :

145 : ITextRegionCollection rc = (ITextRegionCollection) r;

25. WARNING: DiscouragedReference

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

Debug.java :

163 : private static void printParent(IStructuredDocumentRegion region) {

26. WARNING: DiscouragedReference

Discouraged access: The method getParentDocument() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

Debug.java :

164 : System.out.println(" [parent document: " + toStringUtil(region.getParentDocument()) + "]"); //$NON-NLS-1$ //$NON-NLS-2$

27. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

Debug.java :

167 : private static void printParent(ITextRegionCollection region) {

28. WARNING: DiscouragedReference

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

Debug.java :

168 : if (region instanceof IStructuredDocumentRegion) {

29. WARNING: DiscouragedReference

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

Debug.java :

169 : printParent((IStructuredDocumentRegion) region);

30. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

Debug.java :

170 : } else if (region instanceof ITextRegionContainer) {

31. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

Debug.java :

171 : printParent((ITextRegionContainer) region);

32. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

Debug.java :

176 : private static void printParent(ITextRegionContainer region) {

33. WARNING: DiscouragedReference

Discouraged access: The method getParent() from the type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

Debug.java :

177 : System.out.println(" [parent document: " + toStringUtil(region.getParent()) + "]"); //$NON-NLS-1$ //$NON-NLS-2$

34. WARNING: DiscouragedReference

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

Debug.java :

192 : public static final String toStringUtil(IStructuredDocument object) {

35. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionCollection is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

Debug.java :

203 : public static final String toStringUtil(ITextRegionCollection object) {

Source File: org/eclipse/wst/xsl/core/internal/util/StructuredDocumentUtil.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentUtil.java :

4 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

2. WARNING: DiscouragedReference

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

StructuredDocumentUtil.java :

5 : 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/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentUtil.java :

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

4. WARNING: DiscouragedReference

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

StructuredDocumentUtil.java :

7 : 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/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredDocumentUtil.java :

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

6. WARNING: DiscouragedReference

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

StructuredDocumentUtil.java :

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

7. WARNING: DiscouragedReference

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

StructuredDocumentUtil.java :

27 : public static IDOMNode getNode(IStructuredDocumentRegion documentRegion, ITextRegion textRegion) {

8. WARNING: DiscouragedReference

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

StructuredDocumentUtil.java :

27 : public static IDOMNode getNode(IStructuredDocumentRegion documentRegion, ITextRegion textRegion) {

9. WARNING: DiscouragedReference

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

StructuredDocumentUtil.java :

27 : public static IDOMNode getNode(IStructuredDocumentRegion documentRegion, ITextRegion textRegion) {

10. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentUtil.java :

28 : IStructuredModel sModel = StructuredModelManager.getModelManager().getExistingModelForRead(documentRegion.getParentDocument());

11. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(IDocument) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentUtil.java :

28 : IStructuredModel sModel = StructuredModelManager.getModelManager().getExistingModelForRead(documentRegion.getParentDocument());

12. WARNING: DiscouragedReference

Discouraged access: The method getParentDocument() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredDocumentUtil.java :

28 : IStructuredModel sModel = StructuredModelManager.getModelManager().getExistingModelForRead(documentRegion.getParentDocument());

13. WARNING: DiscouragedReference

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

StructuredDocumentUtil.java :

29 : IDOMDocument documentNode = ((IDOMModel) sModel).getDocument();

14. WARNING: DiscouragedReference

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

StructuredDocumentUtil.java :

29 : IDOMDocument documentNode = ((IDOMModel) sModel).getDocument();

15. WARNING: DiscouragedReference

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

StructuredDocumentUtil.java :

29 : IDOMDocument documentNode = ((IDOMModel) sModel).getDocument();

16. WARNING: DiscouragedReference

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

StructuredDocumentUtil.java :

31 : return (IDOMNode)documentNode.getModel().getIndexedRegion(documentRegion.getStartOffset(textRegion));

17. WARNING: DiscouragedReference

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

StructuredDocumentUtil.java :

31 : return (IDOMNode)documentNode.getModel().getIndexedRegion(documentRegion.getStartOffset(textRegion));

18. WARNING: DiscouragedReference

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

StructuredDocumentUtil.java :

31 : return (IDOMNode)documentNode.getModel().getIndexedRegion(documentRegion.getStartOffset(textRegion));

19. WARNING: DiscouragedReference

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

StructuredDocumentUtil.java :

31 : return (IDOMNode)documentNode.getModel().getIndexedRegion(documentRegion.getStartOffset(textRegion));

Source File: org/eclipse/wst/xsl/core/internal/util/XMLContentType.java
1. WARNING: LocalVariableIsNeverUsed

The local variable contentType is never read

XMLContentType.java :

34 : IContentType contentType;

Source File: org/eclipse/wst/xsl/core/internal/validation/XSLValidationMessage.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLValidationMessage.java :

14 : import org.eclipse.wst.xml.core.internal.validation.core.ValidationMessage;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLValidationMessage.java :

24 : public class XSLValidationMessage extends ValidationMessage

3. WARNING: DiscouragedReference

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

XSLValidationMessage.java :

43 : super(message, lineNumber, columnNumber, uri);

4. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLValidationMessage.java :

77 : severity = ValidationMessage.SEV_HIGH;

5. WARNING: DiscouragedReference

Discouraged access: The field SEV_HIGH from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLValidationMessage.java :

77 : severity = ValidationMessage.SEV_HIGH;

6. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLValidationMessage.java :

80 : severity = ValidationMessage.SEV_LOW;

7. WARNING: DiscouragedReference

Discouraged access: The field SEV_LOW from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLValidationMessage.java :

80 : severity = ValidationMessage.SEV_LOW;

8. WARNING: DiscouragedReference

Discouraged access: The method setSeverity(int) from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLValidationMessage.java :

82 : super.setSeverity(severity);

Source File: org/eclipse/wst/xsl/core/internal/validation/XSLValidationReport.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLValidationReport.java :

18 : import org.eclipse.wst.xml.core.internal.validation.core.ValidationMessage;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationReport is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLValidationReport.java :

19 : import org.eclipse.wst.xml.core.internal.validation.core.ValidationReport;

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationReport is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLValidationReport.java :

29 : public class XSLValidationReport implements ValidationReport

4. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLValidationReport.java :

87 : public ValidationMessage addError(XSLNode node, String message)

5. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLValidationReport.java :

106 : public ValidationMessage addWarning(XSLNode node, String message)

6. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLValidationReport.java :

124 : public ValidationMessage addInfo(XSLNode node, String message)

7. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLValidationReport.java :

159 : public ValidationMessage[] getValidationMessages()

8. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLValidationReport.java :

161 : List<ValidationMessage> messages = new ArrayList<ValidationMessage>();

9. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLValidationReport.java :

161 : List<ValidationMessage> messages = new ArrayList<ValidationMessage>();

10. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLValidationReport.java :

165 : return messages.toArray(new ValidationMessage[0]);

Source File: org/eclipse/wst/xsl/core/internal/validation/XSLValidator.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLValidator.java :

30 : import org.eclipse.wst.sse.core.internal.validate.ValidationMessage;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationReport is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLValidator.java :

31 : import org.eclipse.wst.xml.core.internal.validation.core.ValidationReport;

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationReport is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLValidator.java :

72 : public ValidationReport validate(IFile xslFile, boolean forceBuild) throws CoreException

4. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLValidator.java :

148 : valPref = prefs.getInt(key, ValidationMessage.WARNING);

5. WARNING: DiscouragedReference

Discouraged access: The field WARNING from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLValidator.java :

148 : valPref = prefs.getInt(key, ValidationMessage.WARNING);

Source File: org/eclipse/wst/xsl/core/internal/validation/eclipse/Validator.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.validation/@dot

Validator.java :

31 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type AbstractNestedValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

Validator.java :

35 : import org.eclipse.wst.xml.core.internal.validation.core.AbstractNestedValidator;

3. WARNING: DiscouragedReference

Discouraged access: The type NestedValidatorContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

Validator.java :

36 : import org.eclipse.wst.xml.core.internal.validation.core.NestedValidatorContext;

4. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

Validator.java :

37 : import org.eclipse.wst.xml.core.internal.validation.core.ValidationMessage;

5. WARNING: DiscouragedReference

Discouraged access: The type ValidationReport is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

Validator.java :

38 : import org.eclipse.wst.xml.core.internal.validation.core.ValidationReport;

6. WARNING: DiscouragedReference

Discouraged access: The type AbstractNestedValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

Validator.java :

52 : public class Validator extends AbstractNestedValidator

7. WARNING: DiscouragedReference

Discouraged access: The method validate(IResource, int, ValidationState, IProgressMonitor) from the type AbstractNestedValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

Validator.java :

70 : ValidationResult res = super.validate(resource, kind, state, monitor);

8. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.validation/@dot

Validator.java :

86 : public IStatus validateInJob(IValidationContext context, IReporter reporter) throws ValidationException

9. WARNING: DiscouragedReference

Discouraged access: The method validateInJob(IValidationContext, IReporter) from the type AbstractNestedValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

Validator.java :

89 : return super.validateInJob(context, reporter);

10. WARNING: DiscouragedReference

Discouraged access: The type ValidationReport is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

Validator.java :

97 : public ValidationReport validate(final String uri, InputStream inputstream, NestedValidatorContext context)

11. WARNING: DiscouragedReference

Discouraged access: The type NestedValidatorContext is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

Validator.java :

97 : public ValidationReport validate(final String uri, InputStream inputstream, NestedValidatorContext context)

12. WARNING: DiscouragedReference

Discouraged access: The type ValidationReport is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

Validator.java :

99 : ValidationReport valreport = new ValidationReport(){

13. WARNING: DiscouragedReference

Discouraged access: The type ValidationReport is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

Validator.java :

99 : ValidationReport valreport = new ValidationReport(){

14. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

Validator.java :

112 : public ValidationMessage[] getValidationMessages()

15. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

Validator.java :

114 : return new ValidationMessage[0];

16. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

Validator.java :

143 : protected void addInfoToMessage(ValidationMessage validationMessage, IMessage message)

17. WARNING: DiscouragedReference

Discouraged access: The field COLUMN_NUMBER_ATTRIBUTE from the type AbstractNestedValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

Validator.java :

153 : message.setAttribute(COLUMN_NUMBER_ATTRIBUTE, Integer.valueOf(validationMessage.getColumnNumber()));

18. WARNING: DiscouragedReference

Discouraged access: The method getColumnNumber() from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

Validator.java :

153 : message.setAttribute(COLUMN_NUMBER_ATTRIBUTE, Integer.valueOf(validationMessage.getColumnNumber()));

19. WARNING: DiscouragedReference

Discouraged access: The field SQUIGGLE_SELECTION_STRATEGY_ATTRIBUTE from the type AbstractNestedValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

Validator.java :

154 : message.setAttribute(SQUIGGLE_SELECTION_STRATEGY_ATTRIBUTE, "ATTRIBUTE_VALUE"); // whether to squiggle the element, attribute or text //$NON-NLS-1$

20. WARNING: DiscouragedReference

Discouraged access: The field SQUIGGLE_NAME_OR_VALUE_ATTRIBUTE from the type AbstractNestedValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

Validator.java :

155 : message.setAttribute(SQUIGGLE_NAME_OR_VALUE_ATTRIBUTE, ((XSLAttribute) node).getName());

21. WARNING: DiscouragedReference

Discouraged access: The field COLUMN_NUMBER_ATTRIBUTE from the type AbstractNestedValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

Validator.java :

160 : message.setAttribute(COLUMN_NUMBER_ATTRIBUTE, Integer.valueOf(validationMessage.getColumnNumber()));

22. WARNING: DiscouragedReference

Discouraged access: The method getColumnNumber() from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

Validator.java :

160 : message.setAttribute(COLUMN_NUMBER_ATTRIBUTE, Integer.valueOf(validationMessage.getColumnNumber()));

23. WARNING: DiscouragedReference

Discouraged access: The field SQUIGGLE_SELECTION_STRATEGY_ATTRIBUTE from the type AbstractNestedValidator is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

Validator.java :

161 : message.setAttribute(SQUIGGLE_SELECTION_STRATEGY_ATTRIBUTE, "START_TAG"); // whether to squiggle the element, attribute or text //$NON-NLS-1$

Source File: org/eclipse/wst/xsl/core/internal/validation/eclipse/Validator2.java
1. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.validation/@dot

Validator2.java :

14 : import org.eclipse.wst.validation.internal.core.ValidationException;

2. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

Validator2.java :

18 : import org.eclipse.wst.xml.core.internal.validation.core.ValidationMessage;

3. WARNING: DiscouragedReference

Discouraged access: The type ValidationReport is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

Validator2.java :

19 : import org.eclipse.wst.xml.core.internal.validation.core.ValidationReport;

4. WARNING: DiscouragedReference

Discouraged access: The type ValidationReport is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

Validator2.java :

55 : ValidationReport report = doValidation(file, kind, state, monitor);

5. WARNING: DiscouragedReference

Discouraged access: The type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

Validator2.java :

60 : for (ValidationMessage message : report.getValidationMessages())

6. WARNING: DiscouragedReference

Discouraged access: The method getValidationMessages() from the type ValidationReport is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

Validator2.java :

60 : for (ValidationMessage message : report.getValidationMessages())

7. WARNING: DiscouragedReference

Discouraged access: The method getMessage() from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

Validator2.java :

63 : ValidatorMessage msg = ValidatorMessage.create(message.getMessage(), resource);

8. WARNING: DiscouragedReference

Discouraged access: The method getLineNumber() from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

Validator2.java :

64 : msg.setAttribute("lineNumber", xslMsg.getLineNumber()); //$NON-NLS-1$

9. WARNING: DiscouragedReference

Discouraged access: The method getSeverity() from the type ValidationMessage is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

Validator2.java :

65 : msg.setAttribute("severity", xslMsg.getSeverity()); //$NON-NLS-1$

10. WARNING: DiscouragedReference

Discouraged access: The type ValidationReport is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

Validator2.java :

72 : private ValidationReport doValidation(IFile file, int kind, ValidationState state, IProgressMonitor monitor)

11. WARNING: DiscouragedReference

Discouraged access: The type ValidationReport is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

Validator2.java :

74 : ValidationReport valreport = null;

12. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.validation/@dot

Validator2.java :

96 : public IStatus validateInJob(IValidationContext helper, IReporter reporter) throws ValidationException

13. WARNING: DiscouragedReference

Discouraged access: The type ValidationException is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.validation/@dot

Validator2.java :

108 : public void validate(IValidationContext helper, IReporter reporter) throws ValidationException

Source File: org/eclipse/wst/xsl/core/resolver/ResolverExtension.java
1. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

ResolverExtension.java :

28 : import org.eclipse.wst.sse.core.internal.provisional.IModelManager;

2. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

ResolverExtension.java :

29 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

3. WARNING: DiscouragedReference

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

ResolverExtension.java :

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

4. WARNING: DiscouragedReference

Discouraged access: The type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

ResolverExtension.java :

162 : IModelManager manager = StructuredModelManager.getModelManager();

5. WARNING: DiscouragedReference

Discouraged access: The method calculateId(IFile) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

ResolverExtension.java :

166 : String id = manager.calculateId(file);

6. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

ResolverExtension.java :

167 : IStructuredModel model = manager.getExistingModelForRead(id);

7. WARNING: DiscouragedReference

Discouraged access: The method getExistingModelForRead(Object) from the type IModelManager is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

ResolverExtension.java :

167 : IStructuredModel model = manager.getExistingModelForRead(id);

8. WARNING: DiscouragedReference

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

ResolverExtension.java :

170 : if (model instanceof IDOMModel)

9. WARNING: DiscouragedReference

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

ResolverExtension.java :

172 : Document doc = ((IDOMModel) model).getDocument();

10. WARNING: DiscouragedReference

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

ResolverExtension.java :

172 : Document doc = ((IDOMModel) model).getDocument();

11. WARNING: DiscouragedReference

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

ResolverExtension.java :

189 : model.releaseFromRead();

Source File: org/eclipse/wst/xsl/core/internal/encoding/XSLDocumentLoader.java
1. WARNING: DiscouragedReference

Discouraged access: The type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLDocumentLoader.java :

15 : import org.eclipse.wst.sse.core.internal.document.AbstractDocumentLoader;

2. WARNING: DiscouragedReference

Discouraged access: The type IDocumentCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLDocumentLoader.java :

16 : import org.eclipse.wst.sse.core.internal.document.IDocumentCharsetDetector;

3. WARNING: DiscouragedReference

Discouraged access: The type IDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLDocumentLoader.java :

17 : import org.eclipse.wst.sse.core.internal.document.IDocumentLoader;

4. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLDocumentLoader.java :

18 : import org.eclipse.wst.sse.core.internal.document.StructuredDocumentFactory;

5. WARNING: DiscouragedReference

Discouraged access: The type RegionParser is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLDocumentLoader.java :

19 : import org.eclipse.wst.sse.core.internal.ltk.parser.RegionParser;

6. WARNING: DiscouragedReference

Discouraged access: The type IEncodedDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLDocumentLoader.java :

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

7. WARNING: DiscouragedReference

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

XSLDocumentLoader.java :

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

8. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLDocumentLoader.java :

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

9. WARNING: DiscouragedReference

Discouraged access: The type XMLDocumentCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLDocumentLoader.java :

23 : import org.eclipse.wst.xml.core.internal.encoding.XMLDocumentCharsetDetector;

10. WARNING: DiscouragedReference

Discouraged access: The type XMLStructuredDocumentReParser is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLDocumentLoader.java :

24 : import org.eclipse.wst.xml.core.internal.parser.XMLStructuredDocumentReParser;

11. WARNING: DiscouragedReference

Discouraged access: The type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLDocumentLoader.java :

33 : public class XSLDocumentLoader extends AbstractDocumentLoader {

12. WARNING: DiscouragedReference

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

XSLDocumentLoader.java :

36 : super();

13. WARNING: DiscouragedReference

Discouraged access: The type IDocumentCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLDocumentLoader.java :

44 : public IDocumentCharsetDetector getDocumentEncodingDetector() {

14. WARNING: DiscouragedReference

Discouraged access: The field fDocumentEncodingDetector from the type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLDocumentLoader.java :

45 : if (fDocumentEncodingDetector == null) {

15. WARNING: DiscouragedReference

Discouraged access: The field fDocumentEncodingDetector from the type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLDocumentLoader.java :

46 : fDocumentEncodingDetector = new XMLDocumentCharsetDetector();

16. WARNING: DiscouragedReference

Discouraged access: The constructor XMLDocumentCharsetDetector() is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLDocumentLoader.java :

46 : fDocumentEncodingDetector = new XMLDocumentCharsetDetector();

17. WARNING: DiscouragedReference

Discouraged access: The type XMLDocumentCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLDocumentLoader.java :

46 : fDocumentEncodingDetector = new XMLDocumentCharsetDetector();

18. WARNING: DiscouragedReference

Discouraged access: The field fDocumentEncodingDetector from the type AbstractDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLDocumentLoader.java :

48 : return fDocumentEncodingDetector;

19. WARNING: DiscouragedReference

Discouraged access: The type RegionParser is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLDocumentLoader.java :

51 : public RegionParser getParser() {

20. WARNING: DiscouragedReference

Discouraged access: The type IEncodedDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLDocumentLoader.java :

62 : protected IEncodedDocument newEncodedDocument() {

21. WARNING: DiscouragedReference

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

XSLDocumentLoader.java :

63 : IStructuredDocument structuredDocument = StructuredDocumentFactory.getNewStructuredDocumentInstance(getParser());

22. WARNING: DiscouragedReference

Discouraged access: The type StructuredDocumentFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLDocumentLoader.java :

63 : IStructuredDocument structuredDocument = StructuredDocumentFactory.getNewStructuredDocumentInstance(getParser());

23. WARNING: DiscouragedReference

Discouraged access: The method getNewStructuredDocumentInstance(RegionParser) from the type StructuredDocumentFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLDocumentLoader.java :

63 : IStructuredDocument structuredDocument = StructuredDocumentFactory.getNewStructuredDocumentInstance(getParser());

24. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLDocumentLoader.java :

64 : if (structuredDocument instanceof BasicStructuredDocument) {

25. WARNING: DiscouragedReference

Discouraged access: The method setReParser(IStructuredTextReParser) from the type BasicStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLDocumentLoader.java :

65 : ((BasicStructuredDocument) structuredDocument).setReParser(new XMLStructuredDocumentReParser());

26. WARNING: DiscouragedReference

Discouraged access: The type BasicStructuredDocument is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLDocumentLoader.java :

65 : ((BasicStructuredDocument) structuredDocument).setReParser(new XMLStructuredDocumentReParser());

27. WARNING: DiscouragedReference

Discouraged access: The constructor XMLStructuredDocumentReParser() is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLDocumentLoader.java :

65 : ((BasicStructuredDocument) structuredDocument).setReParser(new XMLStructuredDocumentReParser());

28. WARNING: DiscouragedReference

Discouraged access: The type XMLStructuredDocumentReParser is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLDocumentLoader.java :

65 : ((BasicStructuredDocument) structuredDocument).setReParser(new XMLStructuredDocumentReParser());

29. WARNING: DiscouragedReference

Discouraged access: The type IDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLDocumentLoader.java :

70 : public IDocumentLoader newInstance() {

Source File: org/eclipse/wst/xsl/core/internal/modelhandler/ModelHandlerForXSL.java
1. WARNING: DiscouragedReference

Discouraged access: The type IDocumentCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelHandlerForXSL.java :

15 : 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/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelHandlerForXSL.java :

16 : import org.eclipse.wst.sse.core.internal.document.IDocumentLoader;

3. WARNING: DiscouragedReference

Discouraged access: The type IModelHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelHandlerForXSL.java :

17 : import org.eclipse.wst.sse.core.internal.ltk.modelhandler.IModelHandler;

4. WARNING: DiscouragedReference

Discouraged access: The type IModelLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelHandlerForXSL.java :

18 : import org.eclipse.wst.sse.core.internal.provisional.IModelLoader;

5. WARNING: DiscouragedReference

Discouraged access: The type XMLDocumentCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelHandlerForXSL.java :

19 : import org.eclipse.wst.xml.core.internal.encoding.XMLDocumentCharsetDetector;

6. WARNING: DiscouragedReference

Discouraged access: The type ModelHandlerForXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelHandlerForXSL.java :

20 : import org.eclipse.wst.xml.core.internal.modelhandler.ModelHandlerForXML;

7. WARNING: DiscouragedReference

Discouraged access: The type ModelHandlerForXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelHandlerForXSL.java :

30 : public class ModelHandlerForXSL extends ModelHandlerForXML implements IModelHandler {

8. WARNING: DiscouragedReference

Discouraged access: The type IModelHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelHandlerForXSL.java :

30 : public class ModelHandlerForXSL extends ModelHandlerForXML implements IModelHandler {

9. WARNING: DiscouragedReference

Discouraged access: The constructor ModelHandlerForXML() is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelHandlerForXSL.java :

43 : super();

10. WARNING: DiscouragedReference

Discouraged access: The method setId(String) from the type AbstractModelHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelHandlerForXSL.java :

44 : setId(ModelHandlerID);

11. WARNING: DiscouragedReference

Discouraged access: The method setAssociatedContentTypeId(String) from the type AbstractModelHandler is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelHandlerForXSL.java :

45 : setAssociatedContentTypeId(AssociatedContentTypeID);

12. WARNING: DiscouragedReference

Discouraged access: The type IDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelHandlerForXSL.java :

49 : public IDocumentLoader getDocumentLoader() {

13. WARNING: DiscouragedReference

Discouraged access: The type IDocumentCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelHandlerForXSL.java :

54 : public IDocumentCharsetDetector getEncodingDetector() {

14. WARNING: DiscouragedReference

Discouraged access: The constructor XMLDocumentCharsetDetector() is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelHandlerForXSL.java :

55 : return new XMLDocumentCharsetDetector();

15. WARNING: DiscouragedReference

Discouraged access: The type XMLDocumentCharsetDetector is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

ModelHandlerForXSL.java :

55 : return new XMLDocumentCharsetDetector();

16. WARNING: DiscouragedReference

Discouraged access: The type IModelLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

ModelHandlerForXSL.java :

59 : public IModelLoader getModelLoader() {

Source File: org/eclipse/wst/xsl/core/internal/modelhandler/XSLModelLoader.java
1. WARNING: DiscouragedReference

Discouraged access: The type PropagatingAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLModelLoader.java :

15 : 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/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLModelLoader.java :

16 : import org.eclipse.wst.sse.core.internal.document.IDocumentLoader;

3. WARNING: DiscouragedReference

Discouraged access: The type IModelLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLModelLoader.java :

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

4. WARNING: DiscouragedReference

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

XSLModelLoader.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLModelLoader.java :

19 : import org.eclipse.wst.sse.core.internal.provisional.IStructuredModel;

6. WARNING: DiscouragedReference

Discouraged access: The type Debug is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLModelLoader.java :

20 : import org.eclipse.wst.sse.core.internal.util.Debug;

7. WARNING: DiscouragedReference

Discouraged access: The type DebugAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLModelLoader.java :

21 : import org.eclipse.wst.xml.core.internal.DebugAdapterFactory;

8. WARNING: DiscouragedReference

Discouraged access: The type DOMModelImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLModelLoader.java :

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

9. WARNING: DiscouragedReference

Discouraged access: The type XMLModelLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLModelLoader.java :

23 : import org.eclipse.wst.xml.core.internal.modelhandler.XMLModelLoader;

10. WARNING: DiscouragedReference

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

XSLModelLoader.java :

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

11. WARNING: DiscouragedReference

Discouraged access: The type XMLModelLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLModelLoader.java :

32 : public class XSLModelLoader extends XMLModelLoader {

12. WARNING: DiscouragedReference

Discouraged access: The constructor XMLModelLoader() is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLModelLoader.java :

40 : super();

13. WARNING: DiscouragedReference

Discouraged access: The type IDocumentLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLModelLoader.java :

56 : public IDocumentLoader getDocumentLoader() {

14. WARNING: DiscouragedReference

Discouraged access: The field documentLoaderInstance from the type AbstractModelLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLModelLoader.java :

57 : if (documentLoaderInstance == null) {

15. WARNING: DiscouragedReference

Discouraged access: The field documentLoaderInstance from the type AbstractModelLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLModelLoader.java :

58 : documentLoaderInstance = new XSLDocumentLoader();

16. WARNING: DiscouragedReference

Discouraged access: The field documentLoaderInstance from the type AbstractModelLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLModelLoader.java :

60 : return documentLoaderInstance;

17. WARNING: DiscouragedReference

Discouraged access: The type IModelLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLModelLoader.java :

64 : public IModelLoader newInstance() {

18. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLModelLoader.java :

69 : public IStructuredModel newModel() {

19. WARNING: DiscouragedReference

Discouraged access: The constructor DOMModelImpl() is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLModelLoader.java :

70 : return new DOMModelImpl();

20. WARNING: DiscouragedReference

Discouraged access: The type DOMModelImpl is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLModelLoader.java :

70 : return new DOMModelImpl();

21. WARNING: DiscouragedReference

Discouraged access: The type IStructuredModel is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLModelLoader.java :

74 : protected void preLoadAdapt(IStructuredModel structuredModel) {

22. WARNING: DiscouragedReference

Discouraged access: The method preLoadAdapt(IStructuredModel) from the type XMLModelLoader is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLModelLoader.java :

75 : super.preLoadAdapt(structuredModel);

23. WARNING: DiscouragedReference

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

XSLModelLoader.java :

76 : IDOMModel domModel = (IDOMModel) structuredModel;

24. WARNING: DiscouragedReference

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

XSLModelLoader.java :

76 : IDOMModel domModel = (IDOMModel) structuredModel;

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/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLModelLoader.java :

83 : ((INodeNotifier) domModel.getDocument()).getAdapterFor(PropagatingAdapter.class);

26. WARNING: DiscouragedReference

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

XSLModelLoader.java :

83 : ((INodeNotifier) domModel.getDocument()).getAdapterFor(PropagatingAdapter.class);

27. WARNING: DiscouragedReference

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

XSLModelLoader.java :

83 : ((INodeNotifier) domModel.getDocument()).getAdapterFor(PropagatingAdapter.class);

28. WARNING: DiscouragedReference

Discouraged access: The type PropagatingAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLModelLoader.java :

83 : ((INodeNotifier) domModel.getDocument()).getAdapterFor(PropagatingAdapter.class);

29. WARNING: DiscouragedReference

Discouraged access: The type Debug is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLModelLoader.java :

85 : if (Debug.debugNotificationAndEvents) {

30. WARNING: DiscouragedReference

Discouraged access: The field debugNotificationAndEvents from the type Debug is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLModelLoader.java :

85 : if (Debug.debugNotificationAndEvents) {

31. WARNING: DiscouragedReference

Discouraged access: The type PropagatingAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLModelLoader.java :

86 : PropagatingAdapter propagatingAdapter = (PropagatingAdapter) ((INodeNotifier) domModel.getDocument()).getAdapterFor(PropagatingAdapter.class);

32. WARNING: DiscouragedReference

Discouraged access: The type PropagatingAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLModelLoader.java :

86 : PropagatingAdapter propagatingAdapter = (PropagatingAdapter) ((INodeNotifier) domModel.getDocument()).getAdapterFor(PropagatingAdapter.class);

33. WARNING: DiscouragedReference

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

XSLModelLoader.java :

86 : PropagatingAdapter propagatingAdapter = (PropagatingAdapter) ((INodeNotifier) domModel.getDocument()).getAdapterFor(PropagatingAdapter.class);

34. WARNING: DiscouragedReference

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

XSLModelLoader.java :

86 : PropagatingAdapter propagatingAdapter = (PropagatingAdapter) ((INodeNotifier) domModel.getDocument()).getAdapterFor(PropagatingAdapter.class);

35. WARNING: DiscouragedReference

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

XSLModelLoader.java :

86 : PropagatingAdapter propagatingAdapter = (PropagatingAdapter) ((INodeNotifier) domModel.getDocument()).getAdapterFor(PropagatingAdapter.class);

36. WARNING: DiscouragedReference

Discouraged access: The type PropagatingAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLModelLoader.java :

86 : PropagatingAdapter propagatingAdapter = (PropagatingAdapter) ((INodeNotifier) domModel.getDocument()).getAdapterFor(PropagatingAdapter.class);

37. WARNING: DiscouragedReference

Discouraged access: The method addAdaptOnCreateFactory(INodeAdapterFactory) from the type PropagatingAdapter is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLModelLoader.java :

87 : propagatingAdapter.addAdaptOnCreateFactory(new DebugAdapterFactory());

38. WARNING: DiscouragedReference

Discouraged access: The constructor DebugAdapterFactory() is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLModelLoader.java :

87 : propagatingAdapter.addAdaptOnCreateFactory(new DebugAdapterFactory());

39. WARNING: DiscouragedReference

Discouraged access: The type DebugAdapterFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLModelLoader.java :

87 : propagatingAdapter.addAdaptOnCreateFactory(new DebugAdapterFactory());

Source File: org/eclipse/wst/xsl/core/internal/parser/XSLSourceParser.java
1. WARNING: DiscouragedReference

Discouraged access: The type BlockTokenizer is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSourceParser.java :

15 : import org.eclipse.wst.sse.core.internal.ltk.parser.BlockTokenizer;

2. WARNING: DiscouragedReference

Discouraged access: The type RegionParser is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSourceParser.java :

16 : import org.eclipse.wst.sse.core.internal.ltk.parser.RegionParser;

3. WARNING: DiscouragedReference

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

XSLSourceParser.java :

17 : 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/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSourceParser.java :

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

5. WARNING: DiscouragedReference

Discouraged access: The type ITextRegionContainer is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSourceParser.java :

19 : import org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionContainer;

6. WARNING: DiscouragedReference

Discouraged access: The type Debug is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSourceParser.java :

20 : import org.eclipse.wst.sse.core.internal.util.Debug;

7. WARNING: DiscouragedReference

Discouraged access: The type XMLSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLSourceParser.java :

21 : import org.eclipse.wst.xml.core.internal.parser.XMLSourceParser;

8. WARNING: DiscouragedReference

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

XSLSourceParser.java :

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

9. WARNING: DiscouragedReference

Discouraged access: The type XMLSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLSourceParser.java :

24 : public class XSLSourceParser extends XMLSourceParser {

10. WARNING: DiscouragedReference

Discouraged access: The constructor XMLSourceParser() is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLSourceParser.java :

28 : super();

11. WARNING: DiscouragedReference

Discouraged access: The type RegionParser is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSourceParser.java :

32 : public RegionParser newInstance() {

12. WARNING: DiscouragedReference

Discouraged access: The method getTokenizer() from the type XMLSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLSourceParser.java :

34 : newInstance.setTokenizer(getTokenizer().newInstance());

13. WARNING: DiscouragedReference

Discouraged access: The method newInstance() from the type BlockTokenizer is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSourceParser.java :

34 : newInstance.setTokenizer(getTokenizer().newInstance());

14. WARNING: DiscouragedReference

Discouraged access: The type BlockTokenizer is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSourceParser.java :

38 : protected void setTokenizer(BlockTokenizer newTokenizer) {

15. WARNING: DiscouragedReference

Discouraged access: The method setTokenizer(BlockTokenizer) from the type XMLSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLSourceParser.java :

40 : super.setTokenizer(newTokenizer);

16. WARNING: DiscouragedReference

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

XSLSourceParser.java :

44 : protected IStructuredDocumentRegion parseNodes() {

17. WARNING: DiscouragedReference

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

XSLSourceParser.java :

49 : IStructuredDocumentRegion headNode = null;

18. WARNING: DiscouragedReference

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

XSLSourceParser.java :

50 : IStructuredDocumentRegion lastNode = null;

19. WARNING: DiscouragedReference

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

XSLSourceParser.java :

51 : ITextRegion region = null;

20. WARNING: DiscouragedReference

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

XSLSourceParser.java :

52 : IStructuredDocumentRegion currentNode = null;

21. WARNING: DiscouragedReference

Discouraged access: The method getNextRegion() from the type XMLSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLSourceParser.java :

55 : while ((region = getNextRegion()) != null) {

22. WARNING: DiscouragedReference

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

XSLSourceParser.java :

56 : type = region.getType();

23. WARNING: DiscouragedReference

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

XSLSourceParser.java :

60 : if (type == DOMRegionContext.BLOCK_TEXT) {

24. WARNING: DiscouragedReference

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

XSLSourceParser.java :

60 : if (type == DOMRegionContext.BLOCK_TEXT) {

25. WARNING: DiscouragedReference

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

XSLSourceParser.java :

61 : if (currentNode != null && currentNode.getLastRegion().getType() == DOMRegionContext.BLOCK_TEXT) {

26. WARNING: DiscouragedReference

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

XSLSourceParser.java :

61 : if (currentNode != null && currentNode.getLastRegion().getType() == DOMRegionContext.BLOCK_TEXT) {

27. WARNING: DiscouragedReference

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

XSLSourceParser.java :

61 : if (currentNode != null && currentNode.getLastRegion().getType() == DOMRegionContext.BLOCK_TEXT) {

28. WARNING: DiscouragedReference

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

XSLSourceParser.java :

61 : if (currentNode != null && currentNode.getLastRegion().getType() == DOMRegionContext.BLOCK_TEXT) {

29. WARNING: DiscouragedReference

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

XSLSourceParser.java :

64 : currentNode.addRegion(region);

30. WARNING: DiscouragedReference

Discouraged access: The method setLength(int) from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSourceParser.java :

65 : currentNode.setLength(region.getStart() + region.getLength() - currentNode.getStart());

31. WARNING: DiscouragedReference

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

XSLSourceParser.java :

65 : currentNode.setLength(region.getStart() + region.getLength() - currentNode.getStart());

32. WARNING: DiscouragedReference

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

XSLSourceParser.java :

65 : currentNode.setLength(region.getStart() + region.getLength() - currentNode.getStart());

33. WARNING: DiscouragedReference

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

XSLSourceParser.java :

65 : currentNode.setLength(region.getStart() + region.getLength() - currentNode.getStart());

34. WARNING: DiscouragedReference

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

XSLSourceParser.java :

66 : region.adjustStart(-currentNode.getStart());

35. WARNING: DiscouragedReference

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

XSLSourceParser.java :

66 : region.adjustStart(-currentNode.getStart());

36. WARNING: DiscouragedReference

Discouraged access: The method isEnded() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSourceParser.java :

75 : if (!currentNode.isEnded()) {

37. WARNING: DiscouragedReference

Discouraged access: The method setLength(int) from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSourceParser.java :

76 : currentNode.setLength(region.getStart() - currentNode.getStart());

38. WARNING: DiscouragedReference

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

XSLSourceParser.java :

76 : currentNode.setLength(region.getStart() - currentNode.getStart());

39. WARNING: DiscouragedReference

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

XSLSourceParser.java :

76 : currentNode.setLength(region.getStart() - currentNode.getStart());

40. WARNING: DiscouragedReference

Discouraged access: The method fireNodeParsed(IStructuredDocumentRegion) from the type XMLSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLSourceParser.java :

82 : fireNodeParsed(currentNode);

41. WARNING: DiscouragedReference

Discouraged access: The method createStructuredDocumentRegion(String) from the type XMLSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLSourceParser.java :

83 : currentNode = createStructuredDocumentRegion(type);

42. WARNING: DiscouragedReference

Discouraged access: The method setNext(IStructuredDocumentRegion) from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSourceParser.java :

85 : lastNode.setNext(currentNode);

43. WARNING: DiscouragedReference

Discouraged access: The method setPrevious(IStructuredDocumentRegion) from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSourceParser.java :

87 : currentNode.setPrevious(lastNode);

44. WARNING: DiscouragedReference

Discouraged access: The method setStart(int) from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSourceParser.java :

88 : currentNode.setStart(region.getStart());

45. WARNING: DiscouragedReference

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

XSLSourceParser.java :

88 : currentNode.setStart(region.getStart());

46. WARNING: DiscouragedReference

Discouraged access: The method setLength(int) from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSourceParser.java :

89 : currentNode.setLength(region.getStart() + region.getLength() - currentNode.getStart());

47. WARNING: DiscouragedReference

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

XSLSourceParser.java :

89 : currentNode.setLength(region.getStart() + region.getLength() - currentNode.getStart());

48. WARNING: DiscouragedReference

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

XSLSourceParser.java :

89 : currentNode.setLength(region.getStart() + region.getLength() - currentNode.getStart());

49. WARNING: DiscouragedReference

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

XSLSourceParser.java :

89 : currentNode.setLength(region.getStart() + region.getLength() - currentNode.getStart());

50. WARNING: DiscouragedReference

Discouraged access: The method setEnded(boolean) from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSourceParser.java :

90 : currentNode.setEnded(true);

51. WARNING: DiscouragedReference

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

XSLSourceParser.java :

91 : region.adjustStart(-currentNode.getStart());

52. WARNING: DiscouragedReference

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

XSLSourceParser.java :

91 : region.adjustStart(-currentNode.getStart());

53. WARNING: DiscouragedReference

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

XSLSourceParser.java :

92 : currentNode.addRegion(region);

54. WARNING: DiscouragedReference

Discouraged access: The method isEnded() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSourceParser.java :

98 : else if ((currentNode != null && currentNode.isEnded()) || (type == DOMRegionContext.XML_CONTENT) || (type == DOMRegionContext.XML_CHAR_REFERENCE) || (type == DOMRegionContext.XML_ENTITY_REFERENCE) || (type == DOMRegionContext.XML_PI_OPEN) || (type == DOMRegionContext.XML_TAG_OPEN) || (type == DOMRegionContext.XML_END_TAG_OPEN) || (type == DOMRegionContext.XML_COMMENT_OPEN) || (type == DOMRegionContext.XML_CDATA_OPEN) || (type == DOMRegionContext.XML_DECLARATION_OPEN)) {

55. WARNING: DiscouragedReference

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

XSLSourceParser.java :

98 : else if ((currentNode != null && currentNode.isEnded()) || (type == DOMRegionContext.XML_CONTENT) || (type == DOMRegionContext.XML_CHAR_REFERENCE) || (type == DOMRegionContext.XML_ENTITY_REFERENCE) || (type == DOMRegionContext.XML_PI_OPEN) || (type == DOMRegionContext.XML_TAG_OPEN) || (type == DOMRegionContext.XML_END_TAG_OPEN) || (type == DOMRegionContext.XML_COMMENT_OPEN) || (type == DOMRegionContext.XML_CDATA_OPEN) || (type == DOMRegionContext.XML_DECLARATION_OPEN)) {

56. WARNING: DiscouragedReference

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

XSLSourceParser.java :

98 : else if ((currentNode != null && currentNode.isEnded()) || (type == DOMRegionContext.XML_CONTENT) || (type == DOMRegionContext.XML_CHAR_REFERENCE) || (type == DOMRegionContext.XML_ENTITY_REFERENCE) || (type == DOMRegionContext.XML_PI_OPEN) || (type == DOMRegionContext.XML_TAG_OPEN) || (type == DOMRegionContext.XML_END_TAG_OPEN) || (type == DOMRegionContext.XML_COMMENT_OPEN) || (type == DOMRegionContext.XML_CDATA_OPEN) || (type == DOMRegionContext.XML_DECLARATION_OPEN)) {

57. WARNING: DiscouragedReference

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

XSLSourceParser.java :

98 : else if ((currentNode != null && currentNode.isEnded()) || (type == DOMRegionContext.XML_CONTENT) || (type == DOMRegionContext.XML_CHAR_REFERENCE) || (type == DOMRegionContext.XML_ENTITY_REFERENCE) || (type == DOMRegionContext.XML_PI_OPEN) || (type == DOMRegionContext.XML_TAG_OPEN) || (type == DOMRegionContext.XML_END_TAG_OPEN) || (type == DOMRegionContext.XML_COMMENT_OPEN) || (type == DOMRegionContext.XML_CDATA_OPEN) || (type == DOMRegionContext.XML_DECLARATION_OPEN)) {

58. WARNING: DiscouragedReference

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

XSLSourceParser.java :

98 : else if ((currentNode != null && currentNode.isEnded()) || (type == DOMRegionContext.XML_CONTENT) || (type == DOMRegionContext.XML_CHAR_REFERENCE) || (type == DOMRegionContext.XML_ENTITY_REFERENCE) || (type == DOMRegionContext.XML_PI_OPEN) || (type == DOMRegionContext.XML_TAG_OPEN) || (type == DOMRegionContext.XML_END_TAG_OPEN) || (type == DOMRegionContext.XML_COMMENT_OPEN) || (type == DOMRegionContext.XML_CDATA_OPEN) || (type == DOMRegionContext.XML_DECLARATION_OPEN)) {

59. WARNING: DiscouragedReference

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

XSLSourceParser.java :

98 : else if ((currentNode != null && currentNode.isEnded()) || (type == DOMRegionContext.XML_CONTENT) || (type == DOMRegionContext.XML_CHAR_REFERENCE) || (type == DOMRegionContext.XML_ENTITY_REFERENCE) || (type == DOMRegionContext.XML_PI_OPEN) || (type == DOMRegionContext.XML_TAG_OPEN) || (type == DOMRegionContext.XML_END_TAG_OPEN) || (type == DOMRegionContext.XML_COMMENT_OPEN) || (type == DOMRegionContext.XML_CDATA_OPEN) || (type == DOMRegionContext.XML_DECLARATION_OPEN)) {

60. WARNING: DiscouragedReference

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

XSLSourceParser.java :

98 : else if ((currentNode != null && currentNode.isEnded()) || (type == DOMRegionContext.XML_CONTENT) || (type == DOMRegionContext.XML_CHAR_REFERENCE) || (type == DOMRegionContext.XML_ENTITY_REFERENCE) || (type == DOMRegionContext.XML_PI_OPEN) || (type == DOMRegionContext.XML_TAG_OPEN) || (type == DOMRegionContext.XML_END_TAG_OPEN) || (type == DOMRegionContext.XML_COMMENT_OPEN) || (type == DOMRegionContext.XML_CDATA_OPEN) || (type == DOMRegionContext.XML_DECLARATION_OPEN)) {

61. WARNING: DiscouragedReference

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

XSLSourceParser.java :

98 : else if ((currentNode != null && currentNode.isEnded()) || (type == DOMRegionContext.XML_CONTENT) || (type == DOMRegionContext.XML_CHAR_REFERENCE) || (type == DOMRegionContext.XML_ENTITY_REFERENCE) || (type == DOMRegionContext.XML_PI_OPEN) || (type == DOMRegionContext.XML_TAG_OPEN) || (type == DOMRegionContext.XML_END_TAG_OPEN) || (type == DOMRegionContext.XML_COMMENT_OPEN) || (type == DOMRegionContext.XML_CDATA_OPEN) || (type == DOMRegionContext.XML_DECLARATION_OPEN)) {

62. WARNING: DiscouragedReference

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

XSLSourceParser.java :

98 : else if ((currentNode != null && currentNode.isEnded()) || (type == DOMRegionContext.XML_CONTENT) || (type == DOMRegionContext.XML_CHAR_REFERENCE) || (type == DOMRegionContext.XML_ENTITY_REFERENCE) || (type == DOMRegionContext.XML_PI_OPEN) || (type == DOMRegionContext.XML_TAG_OPEN) || (type == DOMRegionContext.XML_END_TAG_OPEN) || (type == DOMRegionContext.XML_COMMENT_OPEN) || (type == DOMRegionContext.XML_CDATA_OPEN) || (type == DOMRegionContext.XML_DECLARATION_OPEN)) {

63. WARNING: DiscouragedReference

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

XSLSourceParser.java :

98 : else if ((currentNode != null && currentNode.isEnded()) || (type == DOMRegionContext.XML_CONTENT) || (type == DOMRegionContext.XML_CHAR_REFERENCE) || (type == DOMRegionContext.XML_ENTITY_REFERENCE) || (type == DOMRegionContext.XML_PI_OPEN) || (type == DOMRegionContext.XML_TAG_OPEN) || (type == DOMRegionContext.XML_END_TAG_OPEN) || (type == DOMRegionContext.XML_COMMENT_OPEN) || (type == DOMRegionContext.XML_CDATA_OPEN) || (type == DOMRegionContext.XML_DECLARATION_OPEN)) {

64. 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/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLSourceParser.java :

98 : else if ((currentNode != null && currentNode.isEnded()) || (type == DOMRegionContext.XML_CONTENT) || (type == DOMRegionContext.XML_CHAR_REFERENCE) || (type == DOMRegionContext.XML_ENTITY_REFERENCE) || (type == DOMRegionContext.XML_PI_OPEN) || (type == DOMRegionContext.XML_TAG_OPEN) || (type == DOMRegionContext.XML_END_TAG_OPEN) || (type == DOMRegionContext.XML_COMMENT_OPEN) || (type == DOMRegionContext.XML_CDATA_OPEN) || (type == DOMRegionContext.XML_DECLARATION_OPEN)) {

65. WARNING: DiscouragedReference

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

XSLSourceParser.java :

98 : else if ((currentNode != null && currentNode.isEnded()) || (type == DOMRegionContext.XML_CONTENT) || (type == DOMRegionContext.XML_CHAR_REFERENCE) || (type == DOMRegionContext.XML_ENTITY_REFERENCE) || (type == DOMRegionContext.XML_PI_OPEN) || (type == DOMRegionContext.XML_TAG_OPEN) || (type == DOMRegionContext.XML_END_TAG_OPEN) || (type == DOMRegionContext.XML_COMMENT_OPEN) || (type == DOMRegionContext.XML_CDATA_OPEN) || (type == DOMRegionContext.XML_DECLARATION_OPEN)) {

66. 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/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLSourceParser.java :

98 : else if ((currentNode != null && currentNode.isEnded()) || (type == DOMRegionContext.XML_CONTENT) || (type == DOMRegionContext.XML_CHAR_REFERENCE) || (type == DOMRegionContext.XML_ENTITY_REFERENCE) || (type == DOMRegionContext.XML_PI_OPEN) || (type == DOMRegionContext.XML_TAG_OPEN) || (type == DOMRegionContext.XML_END_TAG_OPEN) || (type == DOMRegionContext.XML_COMMENT_OPEN) || (type == DOMRegionContext.XML_CDATA_OPEN) || (type == DOMRegionContext.XML_DECLARATION_OPEN)) {

67. WARNING: DiscouragedReference

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

XSLSourceParser.java :

98 : else if ((currentNode != null && currentNode.isEnded()) || (type == DOMRegionContext.XML_CONTENT) || (type == DOMRegionContext.XML_CHAR_REFERENCE) || (type == DOMRegionContext.XML_ENTITY_REFERENCE) || (type == DOMRegionContext.XML_PI_OPEN) || (type == DOMRegionContext.XML_TAG_OPEN) || (type == DOMRegionContext.XML_END_TAG_OPEN) || (type == DOMRegionContext.XML_COMMENT_OPEN) || (type == DOMRegionContext.XML_CDATA_OPEN) || (type == DOMRegionContext.XML_DECLARATION_OPEN)) {

68. 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/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLSourceParser.java :

98 : else if ((currentNode != null && currentNode.isEnded()) || (type == DOMRegionContext.XML_CONTENT) || (type == DOMRegionContext.XML_CHAR_REFERENCE) || (type == DOMRegionContext.XML_ENTITY_REFERENCE) || (type == DOMRegionContext.XML_PI_OPEN) || (type == DOMRegionContext.XML_TAG_OPEN) || (type == DOMRegionContext.XML_END_TAG_OPEN) || (type == DOMRegionContext.XML_COMMENT_OPEN) || (type == DOMRegionContext.XML_CDATA_OPEN) || (type == DOMRegionContext.XML_DECLARATION_OPEN)) {

69. WARNING: DiscouragedReference

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

XSLSourceParser.java :

98 : else if ((currentNode != null && currentNode.isEnded()) || (type == DOMRegionContext.XML_CONTENT) || (type == DOMRegionContext.XML_CHAR_REFERENCE) || (type == DOMRegionContext.XML_ENTITY_REFERENCE) || (type == DOMRegionContext.XML_PI_OPEN) || (type == DOMRegionContext.XML_TAG_OPEN) || (type == DOMRegionContext.XML_END_TAG_OPEN) || (type == DOMRegionContext.XML_COMMENT_OPEN) || (type == DOMRegionContext.XML_CDATA_OPEN) || (type == DOMRegionContext.XML_DECLARATION_OPEN)) {

70. 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/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLSourceParser.java :

98 : else if ((currentNode != null && currentNode.isEnded()) || (type == DOMRegionContext.XML_CONTENT) || (type == DOMRegionContext.XML_CHAR_REFERENCE) || (type == DOMRegionContext.XML_ENTITY_REFERENCE) || (type == DOMRegionContext.XML_PI_OPEN) || (type == DOMRegionContext.XML_TAG_OPEN) || (type == DOMRegionContext.XML_END_TAG_OPEN) || (type == DOMRegionContext.XML_COMMENT_OPEN) || (type == DOMRegionContext.XML_CDATA_OPEN) || (type == DOMRegionContext.XML_DECLARATION_OPEN)) {

71. WARNING: DiscouragedReference

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

XSLSourceParser.java :

98 : else if ((currentNode != null && currentNode.isEnded()) || (type == DOMRegionContext.XML_CONTENT) || (type == DOMRegionContext.XML_CHAR_REFERENCE) || (type == DOMRegionContext.XML_ENTITY_REFERENCE) || (type == DOMRegionContext.XML_PI_OPEN) || (type == DOMRegionContext.XML_TAG_OPEN) || (type == DOMRegionContext.XML_END_TAG_OPEN) || (type == DOMRegionContext.XML_COMMENT_OPEN) || (type == DOMRegionContext.XML_CDATA_OPEN) || (type == DOMRegionContext.XML_DECLARATION_OPEN)) {

72. 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/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLSourceParser.java :

98 : else if ((currentNode != null && currentNode.isEnded()) || (type == DOMRegionContext.XML_CONTENT) || (type == DOMRegionContext.XML_CHAR_REFERENCE) || (type == DOMRegionContext.XML_ENTITY_REFERENCE) || (type == DOMRegionContext.XML_PI_OPEN) || (type == DOMRegionContext.XML_TAG_OPEN) || (type == DOMRegionContext.XML_END_TAG_OPEN) || (type == DOMRegionContext.XML_COMMENT_OPEN) || (type == DOMRegionContext.XML_CDATA_OPEN) || (type == DOMRegionContext.XML_DECLARATION_OPEN)) {

73. WARNING: DiscouragedReference

Discouraged access: The method isEnded() from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSourceParser.java :

101 : if (!currentNode.isEnded()) {

74. WARNING: DiscouragedReference

Discouraged access: The method setLength(int) from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSourceParser.java :

102 : currentNode.setLength(region.getStart() - currentNode.getStart());

75. WARNING: DiscouragedReference

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

XSLSourceParser.java :

102 : currentNode.setLength(region.getStart() - currentNode.getStart());

76. WARNING: DiscouragedReference

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

XSLSourceParser.java :

102 : currentNode.setLength(region.getStart() - currentNode.getStart());

77. WARNING: DiscouragedReference

Discouraged access: The method fireNodeParsed(IStructuredDocumentRegion) from the type XMLSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLSourceParser.java :

108 : fireNodeParsed(currentNode);

78. WARNING: DiscouragedReference

Discouraged access: The method createStructuredDocumentRegion(String) from the type XMLSourceParser is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLSourceParser.java :

109 : currentNode = createStructuredDocumentRegion(type);

79. WARNING: DiscouragedReference

Discouraged access: The method setNext(IStructuredDocumentRegion) from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSourceParser.java :

111 : lastNode.setNext(currentNode);

80. WARNING: DiscouragedReference

Discouraged access: The method setPrevious(IStructuredDocumentRegion) from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSourceParser.java :

113 : currentNode.setPrevious(lastNode);

81. WARNING: DiscouragedReference

Discouraged access: The method setStart(int) from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSourceParser.java :

114 : currentNode.setStart(region.getStart());

82. WARNING: DiscouragedReference

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

XSLSourceParser.java :

114 : currentNode.setStart(region.getStart());

83. WARNING: DiscouragedReference

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

XSLSourceParser.java :

115 : currentNode.addRegion(region);

84. WARNING: DiscouragedReference

Discouraged access: The method setLength(int) from the type IStructuredDocumentRegion is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XSLSourceParser.java :

116 : currentNode.setLength(region.getStart() + region.getLength() - currentNode.getStart());

85. WARNING: DiscouragedReference

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

XSLSourceParser.java :

116 : currentNode.setLength(region.getStart() + region.getLength() - currentNode.getStart());

86. WARNING: DiscouragedReference

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

XSLSourceParser.java :

116 : currentNode.setLength(region.getStart() + region.getLength() - currentNode.getStart());

87. WARNING: DiscouragedReference

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

XSLSourceParser.java :

116 : currentNode.setLength(region.getStart() + region.getLength() - currentNode.getStart());

88. WARNING: DiscouragedReference

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

XSLSourceParser.java :

117 : region.adjustStart(-currentNode.getStart());

89. WARNING: DiscouragedReference

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

XSLSourceParser.java :

117 : region.adjustStart(-currentNode.getStart());

90. WARNING: DiscouragedReference

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

XSLSourceParser.java :

123 : else if ((type == DOMRegionContext.XML_TAG_NAME) || (type == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) || (type == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS) || (type == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) || (type == DOMRegionContext.XML_COMMENT_TEXT) || (type == DOMRegionContext.XML_PI_CONTENT) || (type == DOMRegionContext.XML_DOCTYPE_INTERNAL_SUBSET)) {

91. 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/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLSourceParser.java :

123 : else if ((type == DOMRegionContext.XML_TAG_NAME) || (type == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) || (type == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS) || (type == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) || (type == DOMRegionContext.XML_COMMENT_TEXT) || (type == DOMRegionContext.XML_PI_CONTENT) || (type == DOMRegionContext.XML_DOCTYPE_INTERNAL_SUBSET)) {

92. WARNING: DiscouragedReference

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

XSLSourceParser.java :

123 : else if ((type == DOMRegionContext.XML_TAG_NAME) || (type == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) || (type == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS) || (type == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) || (type == DOMRegionContext.XML_COMMENT_TEXT) || (type == DOMRegionContext.XML_PI_CONTENT) || (type == DOMRegionContext.XML_DOCTYPE_INTERNAL_SUBSET)) {

93. 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/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLSourceParser.java :

123 : else if ((type == DOMRegionContext.XML_TAG_NAME) || (type == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) || (type == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS) || (type == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) || (type == DOMRegionContext.XML_COMMENT_TEXT) || (type == DOMRegionContext.XML_PI_CONTENT) || (type == DOMRegionContext.XML_DOCTYPE_INTERNAL_SUBSET)) {

94. 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/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLSourceParser.java :

123 : else if ((type == DOMRegionContext.XML_TAG_NAME) || (type == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) || (type == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS) || (type == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) || (type == DOMRegionContext.XML_COMMENT_TEXT) || (type == DOMRegionContext.XML_PI_CONTENT) || (type == DOMRegionContext.XML_DOCTYPE_INTERNAL_SUBSET)) {

95. WARNING: DiscouragedReference

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

XSLSourceParser.java :

123 : else if ((type == DOMRegionContext.XML_TAG_NAME) || (type == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) || (type == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS) || (type == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) || (type == DOMRegionContext.XML_COMMENT_TEXT) || (type == DOMRegionContext.XML_PI_CONTENT) || (type == DOMRegionContext.XML_DOCTYPE_INTERNAL_SUBSET)) {

96. 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/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLSourceParser.java :

123 : else if ((type == DOMRegionContext.XML_TAG_NAME) || (type == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) || (type == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS) || (type == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) || (type == DOMRegionContext.XML_COMMENT_TEXT) || (type == DOMRegionContext.XML_PI_CONTENT) || (type == DOMRegionContext.XML_DOCTYPE_INTERNAL_SUBSET)) {

97. WARNING: DiscouragedReference

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

XSLSourceParser.java :

123 : else if ((type == DOMRegionContext.XML_TAG_NAME) || (type == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) || (type == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS) || (type == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) || (type == DOMRegionContext.XML_COMMENT_TEXT) || (type == DOMRegionContext.XML_PI_CONTENT) || (type == DOMRegionContext.XML_DOCTYPE_INTERNAL_SUBSET)) {

98. WARNING: DiscouragedReference

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

XSLSourceParser.java :

123 : else if ((type == DOMRegionContext.XML_TAG_NAME) || (type == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) || (type == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS) || (type == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) || (type == DOMRegionContext.XML_COMMENT_TEXT) || (type == DOMRegionContext.XML_PI_CONTENT) || (type == DOMRegionContext.XML_DOCTYPE_INTERNAL_SUBSET)) {

99. WARNING: DiscouragedReference

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

XSLSourceParser.java :

123 : else if ((type == DOMRegionContext.XML_TAG_NAME) || (type == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) || (type == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS) || (type == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) || (type == DOMRegionContext.XML_COMMENT_TEXT) || (type == DOMRegionContext.XML_PI_CONTENT) || (type == DOMRegionContext.XML_DOCTYPE_INTERNAL_SUBSET)) {

100. WARNING: DiscouragedReference

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

XSLSourceParser.java :

123 : else if ((type == DOMRegionContext.XML_TAG_NAME) || (type == DOMRegionContext.XML_TAG_ATTRIBUTE_NAME) || (type == DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS) || (type == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) || (type == DOMRegionContext.XML_COMMENT_TEXT) || (type == DOMRegionContext.XML_PI_CONTENT) || (type == DOMRegionContext.XML_DOCTYPE_INTERNAL_SUBSET)) {

Source File: org/eclipse/wst/xsl/core/internal/parser/regions/XPathSeparatorRegion.java
1. WARNING: DiscouragedReference

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

XPathSeparatorRegion.java :

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

2. WARNING: DiscouragedReference

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

XPathSeparatorRegion.java :

15 : 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/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

XPathSeparatorRegion.java :

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

4. WARNING: DiscouragedReference

Discouraged access: The type RegionToStringUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XPathSeparatorRegion.java :

17 : import org.eclipse.wst.xml.core.internal.parser.regions.RegionToStringUtil;

5. WARNING: DiscouragedReference

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

XPathSeparatorRegion.java :

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

6. WARNING: DiscouragedReference

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

XPathSeparatorRegion.java :

22 : public class XPathSeparatorRegion implements ITextRegion {

7. WARNING: DiscouragedReference

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

XPathSeparatorRegion.java :

24 : static private final String fType = DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS;

8. 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/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XPathSeparatorRegion.java :

24 : static private final String fType = DOMRegionContext.XML_TAG_ATTRIBUTE_EQUALS;

9. WARNING: DiscouragedReference

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

XPathSeparatorRegion.java :

55 : public void equatePositions(ITextRegion region) {

10. WARNING: DiscouragedReference

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

XPathSeparatorRegion.java :

56 : fStart = region.getStart();

11. WARNING: DiscouragedReference

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

XPathSeparatorRegion.java :

57 : fLength = (short) region.getLength();

12. WARNING: DiscouragedReference

Discouraged access: The type RegionToStringUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XPathSeparatorRegion.java :

86 : return RegionToStringUtil.toString(this);

13. WARNING: DiscouragedReference

Discouraged access: The method toString(ITextRegion) from the type RegionToStringUtil is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XPathSeparatorRegion.java :

86 : return RegionToStringUtil.toString(this);

14. WARNING: DiscouragedReference

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

XPathSeparatorRegion.java :

89 : public StructuredDocumentEvent updateRegion(Object requester, IStructuredDocumentRegion parent, String changes, int requestStart, int lengthToReplace) {

15. WARNING: DiscouragedReference

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

XPathSeparatorRegion.java :

89 : public StructuredDocumentEvent updateRegion(Object requester, IStructuredDocumentRegion parent, String changes, int requestStart, int lengthToReplace) {

Source File: org/eclipse/wst/xsl/core/internal/regions/XSLParserRegionFactory.java
1. WARNING: DiscouragedReference

Discouraged access: The type XMLParserRegionFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLParserRegionFactory.java :

15 : import org.eclipse.wst.xml.core.internal.parser.regions.XMLParserRegionFactory;

2. WARNING: DiscouragedReference

Discouraged access: The type XMLParserRegionFactory is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

XSLParserRegionFactory.java :

17 : public class XSLParserRegionFactory extends XMLParserRegionFactory {

Source File: org/eclipse/wst/xsl/core/internal/text/rules/StructuredTextPartitionerForXSL.java
1. WARNING: DiscouragedReference

Discouraged access: The type IStructuredTextPartitioner is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForXSL.java :

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

2. WARNING: DiscouragedReference

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

StructuredTextPartitionerForXSL.java :

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

3. WARNING: DiscouragedReference

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

StructuredTextPartitionerForXSL.java :

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

4. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForXSL.java :

18 : import org.eclipse.wst.xml.core.internal.text.rules.StructuredTextPartitionerForXML;

5. WARNING: DiscouragedReference

Discouraged access: The type StructuredTextPartitionerForXML is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForXSL.java :

28 : public class StructuredTextPartitionerForXSL extends StructuredTextPartitionerForXML implements IStructuredTextPartitioner {

6. WARNING: DiscouragedReference

Discouraged access: The type IStructuredTextPartitioner is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.sse.core/@dot

StructuredTextPartitionerForXSL.java :

28 : public class StructuredTextPartitionerForXSL extends StructuredTextPartitionerForXML implements IStructuredTextPartitioner {

7. WARNING: DiscouragedReference

Discouraged access: The constructor StructuredTextPartitionerForXML() is not accessible due to restriction on classpath entry /shared/webtools/projects/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForXSL.java :

38 : super();

8. WARNING: DiscouragedReference

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

StructuredTextPartitionerForXSL.java :

42 : public String getPartitionType(ITextRegion region, int offset) {

9. WARNING: DiscouragedReference

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

StructuredTextPartitionerForXSL.java :

44 : if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

10. WARNING: DiscouragedReference

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

StructuredTextPartitionerForXSL.java :

44 : if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

11. 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/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForXSL.java :

44 : if (region.getType() == DOMRegionContext.XML_TAG_ATTRIBUTE_VALUE) {

12. 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/wtp-R3.1-S/workdir/plugins/org.eclipse.wst.xml.core/@dot

StructuredTextPartitionerForXSL.java :

47 : result = super.getPartitionType(region, offset);