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 )
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;
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;
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;
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;
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()))
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()))
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()))
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);
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);
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))
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;
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;
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);
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);
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);
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();
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;
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;
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;
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;
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;
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;
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;
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;
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);
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);
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) {
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;
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;
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();
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) {
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();
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();
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) {
The local variable map is never read
StylesheetBuilder.java :
167 : NamedNodeMap map = element.getAttributes();
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);
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) {
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;
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;
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);
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);
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) {
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
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();
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());
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());
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;
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());
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());
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;
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;
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;
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;
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;
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;
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;
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) {
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) {
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;
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();
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();
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();
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();
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) {
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) {
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();
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();
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++) {
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);
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);
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) {
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;
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;
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) {
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$
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) {
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) {
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);
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) {
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);
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) {
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$
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) {
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) {
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;
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;
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;
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;
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;
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;
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) {
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) {
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) {
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());
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());
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());
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();
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();
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();
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));
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));
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));
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));
The local variable contentType is never read
XMLContentType.java :
34 : IContentType contentType;
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;
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
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);
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;
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;
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;
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;
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);
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;
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;
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
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)
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)
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)
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()
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>();
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>();
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]);
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;
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;
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
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);
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);
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;
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;
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;
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;
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;
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
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);
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
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);
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)
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)
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(){
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(){
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()
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];
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)
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()));
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()));
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$
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());
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()));
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()));
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$
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;
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;
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;
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);
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())
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())
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);
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$
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$
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)
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;
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
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
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;
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;
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;
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();
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);
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);
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);
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)
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();
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();
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();
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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 {
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();
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() {
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) {
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();
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();
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();
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;
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() {
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() {
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());
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());
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());
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) {
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());
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());
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());
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());
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() {
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;
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;
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;
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;
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;
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;
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 {
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 {
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();
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);
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);
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() {
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() {
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();
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();
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() {
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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 {
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();
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() {
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) {
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();
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;
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() {
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() {
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();
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();
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) {
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);
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;
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;
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);
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);
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);
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);
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) {
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) {
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);
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);
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);
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);
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);
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);
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());
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());
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());
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;
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;
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;
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;
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;
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;
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;
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;
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 {
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();
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() {
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());
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());
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) {
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);
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() {
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;
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;
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;
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;
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) {
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();
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) {
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) {
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) {
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) {
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) {
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) {
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);
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());
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());
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());
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());
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());
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());
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()) {
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());
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());
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());
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);
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);
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);
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);
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());
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());
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());
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());
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());
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());
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);
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());
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());
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);
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)) {
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)) {
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)) {
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)) {
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)) {
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)) {
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)) {
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)) {
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)) {
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)) {
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)) {
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)) {
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)) {
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)) {
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)) {
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)) {
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)) {
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)) {
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)) {
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()) {
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());
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());
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());
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);
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);
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);
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);
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());
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());
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);
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());
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());
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());
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());
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());
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());
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)) {
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)) {
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)) {
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)) {
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)) {
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)) {
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)) {
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)) {
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)) {
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)) {
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)) {
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;
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;
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;
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;
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;
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 {
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;
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;
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) {
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();
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();
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);
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);
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) {
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) {
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;
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 {
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;
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;
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;
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;
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 {
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 {
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();
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) {
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) {
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) {
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) {
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);