Home
last modified time | relevance | path

Searched refs:fDocument (Results 226 – 250 of 330) sorted by relevance

12345678910>>...14

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/
H A DCommitCommentArea.java65 private IDocument fDocument; field in CommitCommentArea.TextBox
207 fDocument = new Document(initialText); in TextBox()
212 sourceViewer.setDocument(fDocument, annotationModel); in TextBox()
213 fDocument.addDocumentListener(this); in TextBox()
282 fDocument.removeDocumentListener(this); in focusGained()
287 fDocument.addDocumentListener(this); in focusGained()
298 fDocument.removeDocumentListener(this); in focusLost()
304 fDocument.addDocumentListener(this); in focusLost()
/dports/devel/staf/src/staf/services/stax/service/
H A DSTAXJob.java126 fDocument = document; in STAXJob()
159 fDocument = document; in setSTAXDocument()
204 { fDocument.setStartFunction(startFunction); } in setStartFunction()
209 { fDocument.setStartFuncArgs(startFuncArgs); } in setStartFuncArgs()
525 fDocument.addFunction(function); in addFunction()
530 return fDocument.getFunction(name); in getFunction()
556 return fDocument.functionExists(name); in functionExists()
561 fDocument.addDefaultAction(action); in addDefaultAction()
871 STAXAction action = fDocument.getFunction( in startExecution()
872 fDocument.getStartFunction()); in startExecution()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractDOMParser.java206 protected Document fDocument; field in AbstractDOMParser
379 return fDocument; in getDocument()
386 fDocument = null; in dropDocumentReferences()
430 fDocument = null; in reset()
776 fDocument = new DocumentImpl (); in startDocument()
777 fDocumentImpl = (CoreDocumentImpl)fDocument; in startDocument()
788 fDocument = new PSVIDocumentImpl(); in startDocument()
789 fDocumentImpl = (CoreDocumentImpl)fDocument; in startDocument()
840 fCurrentNode = fDocument; in startDocument()
844 fDocument = fDeferredDocumentImpl; in startDocument()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractDOMParser.java206 protected Document fDocument; field in AbstractDOMParser
379 return fDocument; in getDocument()
386 fDocument = null; in dropDocumentReferences()
430 fDocument = null; in reset()
776 fDocument = new DocumentImpl (); in startDocument()
777 fDocumentImpl = (CoreDocumentImpl)fDocument; in startDocument()
788 fDocument = new PSVIDocumentImpl(); in startDocument()
789 fDocumentImpl = (CoreDocumentImpl)fDocument; in startDocument()
840 fCurrentNode = fDocument; in startDocument()
844 fDocument = fDeferredDocumentImpl; in startDocument()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractDOMParser.java206 protected Document fDocument; field in AbstractDOMParser
379 return fDocument; in getDocument()
386 fDocument = null; in dropDocumentReferences()
430 fDocument = null; in reset()
776 fDocument = new DocumentImpl (); in startDocument()
777 fDocumentImpl = (CoreDocumentImpl)fDocument; in startDocument()
788 fDocument = new PSVIDocumentImpl(); in startDocument()
789 fDocumentImpl = (CoreDocumentImpl)fDocument; in startDocument()
840 fCurrentNode = fDocument; in startDocument()
844 fDocument = fDeferredDocumentImpl; in startDocument()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractDOMParser.java206 protected Document fDocument; field in AbstractDOMParser
379 return fDocument; in getDocument()
386 fDocument = null; in dropDocumentReferences()
430 fDocument = null; in reset()
776 fDocument = new DocumentImpl (); in startDocument()
777 fDocumentImpl = (CoreDocumentImpl)fDocument; in startDocument()
788 fDocument = new PSVIDocumentImpl(); in startDocument()
789 fDocumentImpl = (CoreDocumentImpl)fDocument; in startDocument()
840 fCurrentNode = fDocument; in startDocument()
844 fDocument = fDeferredDocumentImpl; in startDocument()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractDOMParser.java206 protected Document fDocument; field in AbstractDOMParser
379 return fDocument; in getDocument()
386 fDocument = null; in dropDocumentReferences()
430 fDocument = null; in reset()
776 fDocument = new DocumentImpl (); in startDocument()
777 fDocumentImpl = (CoreDocumentImpl)fDocument; in startDocument()
788 fDocument = new PSVIDocumentImpl(); in startDocument()
789 fDocumentImpl = (CoreDocumentImpl)fDocument; in startDocument()
840 fCurrentNode = fDocument; in startDocument()
844 fDocument = fDeferredDocumentImpl; in startDocument()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DDOMSerializerImpl.java692 Document fDocument =(node.getNodeType() == Node.DOCUMENT_NODE) in write() local
699 ver = (String) getVersion.invoke(fDocument, (Object[]) null); in write()
722 fDocument.getClass().getMethod("getInputEncoding", new Class[] {}); in write()
724 encoding = (String) getEncoding.invoke(fDocument, (Object[]) null); in write()
891 Document fDocument =(node.getNodeType() == Node.DOCUMENT_NODE) in writeToURI() local
897 fDocument.getClass().getMethod("getXmlVersion", new Class[] {}); in writeToURI()
899 ver = (String) getXmlVersion.invoke(fDocument, (Object[]) null); in writeToURI()
919 fDocument.getClass().getMethod("getInputEncoding", new Class[] {}); in writeToURI()
921 encoding = (String) getEncoding.invoke(fDocument, (Object[]) null); in writeToURI()
929 fDocument.getClass().getMethod("getXmlEncoding", new Class[] {}); in writeToURI()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DDOMSerializerImpl.java692 Document fDocument =(node.getNodeType() == Node.DOCUMENT_NODE) in write() local
699 ver = (String) getVersion.invoke(fDocument, (Object[]) null); in write()
722 fDocument.getClass().getMethod("getInputEncoding", new Class[] {}); in write()
724 encoding = (String) getEncoding.invoke(fDocument, (Object[]) null); in write()
891 Document fDocument =(node.getNodeType() == Node.DOCUMENT_NODE) in writeToURI() local
897 fDocument.getClass().getMethod("getXmlVersion", new Class[] {}); in writeToURI()
899 ver = (String) getXmlVersion.invoke(fDocument, (Object[]) null); in writeToURI()
919 fDocument.getClass().getMethod("getInputEncoding", new Class[] {}); in writeToURI()
921 encoding = (String) getEncoding.invoke(fDocument, (Object[]) null); in writeToURI()
929 fDocument.getClass().getMethod("getXmlEncoding", new Class[] {}); in writeToURI()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/xml/jaxp/testng/validation/
H A DBaseTest.java69 protected Document fDocument; field in BaseTest
154 Source source = new DOMSource(fDocument); in validateDocument()
156 Result result = new DOMResult(fDocument); in validateDocument()
170 fDocument = builder.parse(fDocumentURL.toExternalForm()); in reset()
171 fRootNode = (ElementPSVI) fDocument.getDocumentElement(); in reset()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/xml/jaxp/testng/validation/
H A DBaseTest.java69 protected Document fDocument; field in BaseTest
154 Source source = new DOMSource(fDocument); in validateDocument()
156 Result result = new DOMResult(fDocument); in validateDocument()
170 fDocument = builder.parse(fDocumentURL.toExternalForm()); in reset()
171 fRootNode = (ElementPSVI) fDocument.getDocumentElement(); in reset()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/
H A DCompareResultDialog.java97 private IDocument fDocument; field in CompareResultDialog.CompareResultViewerConfiguration.SimpleDamagerRepairer
106 fDocument= document; in setDocument()
111 return new Region(0, fDocument.getLength()); in getDamageRegion()
116 … presentation.setDefaultStyleRange(new StyleRange(0, fDocument.getLength(), null, null)); in createPresentation()
120 …presentation.addStyleRange(new StyleRange(prefix, fDocument.getLength()-suffix-prefix, attr.getFor… in createPresentation()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/xml/jaxp/testng/validation/
H A DBaseTest.java69 protected Document fDocument; field in BaseTest
154 Source source = new DOMSource(fDocument); in validateDocument()
156 Result result = new DOMResult(fDocument); in validateDocument()
170 fDocument = builder.parse(fDocumentURL.toExternalForm()); in reset()
171 fRootNode = (ElementPSVI) fDocument.getDocumentElement(); in reset()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/xml/jaxp/testng/validation/
H A DBaseTest.java69 protected Document fDocument; field in BaseTest
154 Source source = new DOMSource(fDocument); in validateDocument()
156 Result result = new DOMResult(fDocument); in validateDocument()
170 fDocument = builder.parse(fDocumentURL.toExternalForm()); in reset()
171 fRootNode = (ElementPSVI) fDocument.getDocumentElement(); in reset()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/xml/jaxp/testng/validation/
H A DBaseTest.java69 protected Document fDocument; field in BaseTest
154 Source source = new DOMSource(fDocument); in validateDocument()
156 Result result = new DOMResult(fDocument); in validateDocument()
170 fDocument = builder.parse(fDocumentURL.toExternalForm()); in reset()
171 fRootNode = (ElementPSVI) fDocument.getDocumentElement(); in reset()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/xml/jaxp/testng/validation/
H A DBaseTest.java69 protected Document fDocument; field in BaseTest
154 Source source = new DOMSource(fDocument); in validateDocument()
156 Result result = new DOMResult(fDocument); in validateDocument()
170 fDocument = builder.parse(fDocumentURL.toExternalForm()); in reset()
171 fRootNode = (ElementPSVI) fDocument.getDocumentElement(); in reset()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/xml/jaxp/testng/validation/
H A DBaseTest.java69 protected Document fDocument; field in BaseTest
154 Source source = new DOMSource(fDocument); in validateDocument()
156 Result result = new DOMResult(fDocument); in validateDocument()
170 fDocument = builder.parse(fDocumentURL.toExternalForm()); in reset()
171 fRootNode = (ElementPSVI) fDocument.getDocumentElement(); in reset()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/xml/jaxp/testng/validation/
H A DBaseTest.java69 protected Document fDocument; field in BaseTest
154 Source source = new DOMSource(fDocument); in validateDocument()
156 Result result = new DOMResult(fDocument); in validateDocument()
170 fDocument = builder.parse(fDocumentURL.toExternalForm()); in reset()
171 fRootNode = (ElementPSVI) fDocument.getDocumentElement(); in reset()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/
H A DSpellCheckingTest.java61 private IDocument fDocument; field in SpellCheckingTest
87 fDocument= fileBuffer.getDocument(); in setUp()
114 …spellingService.check(fDocument, fSpellingContext, new SpellingProblemCollector(printDebugInfo && … in measure()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/
H A DOverrideIndicatorTest.java63 private IDocument fDocument; field in OverrideIndicatorTest
74 fDocument= fEditor.getDocumentProvider().getDocument(fEditor.getEditorInput()); in setUp()
75 assertNotNull(fDocument); in setUp()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DNodeIteratorImpl.java50 private DocumentImpl fDocument; field in NodeIteratorImpl
97 fDocument = document; in NodeIteratorImpl()
372 fDocument.removeNodeIterator(this); in detach()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DNodeIteratorImpl.java50 private DocumentImpl fDocument; field in NodeIteratorImpl
97 fDocument = document; in NodeIteratorImpl()
372 fDocument.removeNodeIterator(this); in detach()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/changes/
H A DTextDiffContentTest.java59 private Document fDocument; field in TextDiffContentTest
75 fDocument = new Document(MODIFIED_SOURCE_CONTENTS); in setUp()
76 fDocumentChange = new DocumentChange("Changes to document", fDocument); in setUp()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DNodeIteratorImpl.java50 private DocumentImpl fDocument; field in NodeIteratorImpl
97 fDocument = document; in NodeIteratorImpl()
372 fDocument.removeNodeIterator(this); in detach()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DNodeIteratorImpl.java50 private DocumentImpl fDocument; field in NodeIteratorImpl
97 fDocument = document; in NodeIteratorImpl()
372 fDocument.removeNodeIterator(this); in detach()

12345678910>>...14