bugged stringlengths 6 599k | fixed stringlengths 6 40.8M | __index_level_0__ int64 0 3.24M |
|---|---|---|
public void mousePressed(MouseEvent event) { if(event.getButton() == MouseEvent.BUTTON2){ if (frameActions .isShowing()) { frameActions .setVisible(false); } else { ... | public void mousePressed(MouseEvent event) { if(event.getButton() == MouseEvent.BUTTON2){ if (frameActions .isShowing()) { frameActions .setVisible(false); } else { ... | 17,018 |
public final CertPath generateCertPath(InputStream inStream) throws CertificateException { throw new CertificateException("not implemented"); } | public final CertPath generateCertPath(InputStream inStream) throws CertificateException { return certFacSpi.engineGenerateCertPath(inStream); } | 17,021 |
public ExpandVetoException(TreeExpansionEvent event) { super(); this.event = event; } // ExpandVetoException() | public ExpandVetoException(TreeExpansionEvent event) { super(); this.event = event; } // ExpandVetoException() | 17,023 |
public ExpandVetoException(TreeExpansionEvent event) { super(); this.event = event; } // ExpandVetoException() | public ExpandVetoException(TreeExpansionEvent event) { super(); this.event = event; } // ExpandVetoException() | 17,024 |
public Icon getPressedIcon() { return pressed_button; } | public Icon getPressedIcon() { return pressed_button; } | 17,025 |
Icon getRolloverSelectedIcon() { // Returns the rollover selection icon for the button. return null; } | Icon getRolloverSelectedIcon() { // Returns the rollover selection icon for the button. return null; } | 17,026 |
public Icon getRolloverIcon() { // Returns the rollover icon for the button. return null; } | public Icon getRolloverIcon() { // Returns the rollover icon for the button. return null; } | 17,027 |
Icon getSelectedIcon() { // Returns the selected icon for the button. return selected_button; } | Icon getSelectedIcon() { // Returns the selected icon for the button. return selected_button; } | 17,028 |
public Icon getDisabledSelectedIcon() { //Returns the icon used by the button when it's disabled and selected. return disabled_selected_button; } | public Icon getDisabledSelectedIcon() { //Returns the icon used by the button when it's disabled and selected. return disabled_selected_button; } | 17,029 |
public Icon getDisabledIcon() { return disabled_button; } | public Icon getDisabledIcon() { return disabled_button; } | 17,030 |
public void addChangeListener(ChangeListener l) { getModel().addChangeListener(l); } | public void addChangeListener(ChangeListener l) { getModel().addChangeListener(l); } | 17,031 |
public boolean isFocusPainted() { return paint_focus; } | public boolean isFocusPainted() { return paint_focus; } | 17,032 |
public void removeChangeListener(ChangeListener l) { getModel().removeChangeListener(l); } | public void removeChangeListener(ChangeListener l) { getModel().removeChangeListener(l); } | 17,033 |
public gnuServantObject(Servant a_servant, byte[] an_id, ORB_1_4 an_orb, gnuPOA a_poa ) { Id = an_id; setServant(a_servant); poa = a_poa; if (poa != null) { manager = poa.the_POAManager(); } else { manager = null; } repo... | public gnuServantObject(Servant a_servant, byte[] an_id, ORB_1_4 an_orb, gnuPOA a_poa ) { Id = an_id; setServant(a_servant); poa = a_poa; if (poa != null) { manager = poa.the_POAManager(); } else { manager = null; } repo... | 17,034 |
public gnuServantObject(Servant a_servant, byte[] an_id, ORB_1_4 an_orb, gnuPOA a_poa ) { Id = an_id; setServant(a_servant); poa = a_poa; if (poa != null) { manager = poa.the_POAManager(); } else { manager = null; } repo... | public gnuServantObject(Servant a_servant, byte[] an_id, ORB_1_4 an_orb, gnuPOA a_poa ) { Id = an_id; manager = a_poa.the_POAManager(); poa = a_poa; if (poa != null) { manager = poa.the_POAManager(); } else { manager = null; ... | 17,035 |
public gnuServantObject(Servant a_servant, byte[] an_id, ORB_1_4 an_orb, gnuPOA a_poa ) { Id = an_id; setServant(a_servant); poa = a_poa; if (poa != null) { manager = poa.the_POAManager(); } else { manager = null; } repo... | public gnuServantObject(Servant a_servant, byte[] an_id, ORB_1_4 an_orb, gnuPOA a_poa ) { Id = an_id; setServant(a_servant); poa = a_poa; if (poa != null) { manager = poa.the_POAManager(); } else { manager = null; } repo... | 17,036 |
RETokenRange(int subIndex, char lo, char hi, boolean ins) { super(subIndex); this.lo = (insens = ins) ? Character.toLowerCase(lo) : lo; this.hi = ins ? Character.toLowerCase(hi) : hi; } | RETokenRange(int subIndex, char lo, char hi, boolean ins) { super(subIndex); this.lo = (insens = ins) ? Character.toLowerCase(lo) : lo; this.hi = ins ? Character.toLowerCase(hi) : hi; } | 17,038 |
boolean match(CharIndexed input, REMatch mymatch) { char c = input.charAt(mymatch.index); if (c == CharIndexed.OUT_OF_BOUNDS) return false; if (insens) c = Character.toLowerCase(c); if ((c >= lo) && (c <= hi)) { ++mymatch.index; return next(input, mymatch); } return false; } | boolean match(CharIndexed input, REMatch mymatch) { char c = input.charAt(mymatch.index); if (c == CharIndexed.OUT_OF_BOUNDS) return false; if (insens) c = Character.toLowerCase(c); if ((c >= lo) && (c <= hi)) { ++mymatch.index; return next(input, mymatch); } return false; } | 17,039 |
Adapter (DocumentHandler dh) { docHandler = dh; } | Adapter (DocumentHandler dh) { docHandler = dh; } | 17,040 |
public void characters (char buf [], int offset, int len) throws SAXException { docHandler.characters (buf, offset, len); } | public void characters (char buf [], int offset, int len) throws SAXException { docHandler.characters (buf, offset, len); } | 17,041 |
public void characters (char buf [], int offset, int len) throws SAXException { docHandler.characters (buf, offset, len); } | public void characters (char buf [], int offset, int len) throws SAXException { docHandler.characters (buf, offset, len); } | 17,042 |
public void endDocument () throws SAXException { docHandler.endDocument (); } | public void endDocument () throws SAXException { docHandler.endDocument (); } | 17,043 |
public void endElement (String u, String l, String name) throws SAXException { docHandler.endElement (name); } | public void endElement (String u, String l, String name) throws SAXException { docHandler.endElement (name); } | 17,044 |
public void endElement (String u, String l, String name) throws SAXException { docHandler.endElement (name); } | public void endElement (String u, String l, String name) throws SAXException { docHandler.endElement (name); } | 17,045 |
public void endPrefixMapping (String prefix) { /* ignored */ } | public void endPrefixMapping (String prefix) { /* ignored */ } | 17,046 |
public void ignorableWhitespace (char buf [], int offset, int len) throws SAXException { docHandler.ignorableWhitespace (buf, offset, len); } | public void ignorableWhitespace (char buf [], int offset, int len) throws SAXException { docHandler.ignorableWhitespace (buf, offset, len); } | 17,047 |
public void ignorableWhitespace (char buf [], int offset, int len) throws SAXException { docHandler.ignorableWhitespace (buf, offset, len); } | public void ignorableWhitespace (char buf [], int offset, int len) throws SAXException { docHandler.ignorableWhitespace (buf, offset, len); } | 17,048 |
public void processingInstruction (String target, String data) throws SAXException { docHandler.processingInstruction (target, data); } | public void processingInstruction (String target, String data) throws SAXException { docHandler.processingInstruction (target, data); } | 17,049 |
public void processingInstruction (String target, String data) throws SAXException { docHandler.processingInstruction (target, data); } | public void processingInstruction (String target, String data) throws SAXException { docHandler.processingInstruction (target, data); } | 17,050 |
public void setDocumentLocator (Locator l) { docHandler.setDocumentLocator (l); } | public void setDocumentLocator (Locator l) { docHandler.setDocumentLocator (l); } | 17,051 |
public void skippedEntity (String name) { /* ignored */ } | public void skippedEntity (String name) { /* ignored */ } | 17,052 |
public void startDocument () throws SAXException { docHandler.startDocument (); } | public void startDocument () throws SAXException { docHandler.startDocument (); } | 17,053 |
public void startElement ( String namespace, String local, String name, Attributes attrs ) throws SAXException { docHandler.startElement (name, (AttributeList) attrs); } | public void startElement ( String namespace, String local, String name, Attributes attrs ) throws SAXException { docHandler.startElement (name, (AttributeList) attrs); } | 17,054 |
public void startElement ( String namespace, String local, String name, Attributes attrs ) throws SAXException { docHandler.startElement (name, (AttributeList) attrs); } | public void startElement ( String namespace, String local, String name, Attributes attrs ) throws SAXException { docHandler.startElement (name, (AttributeList) attrs); } | 17,055 |
public void startPrefixMapping (String prefix, String uri) { /* ignored */ } | public void startPrefixMapping (String prefix, String uri) { /* ignored */ } | 17,056 |
public SAXDriver () { reset (); } | public SAXDriver() { reset (); } | 17,057 |
public SAXDriver () { reset (); } | public SAXDriver () { reset(); } | 17,058 |
String absolutize (String baseURI, String systemId, boolean nice) throws MalformedURLException, SAXException { // FIXME normalize system IDs -- when? // - Convert to UTF-8 // - Map reserved and non-ASCII characters to %HH try { if (baseURI == null) { warn ("No base URI; hope this SYSTEM id is absolute: "... | String absolutize(String baseURI, String systemId, boolean nice) throws MalformedURLException, SAXException { // FIXME normalize system IDs -- when? // - Convert to UTF-8 // - Map reserved and non-ASCII characters to %HH try { if (baseURI == null) { warn ("No base URI; hope this SYSTEM id is absolute: " ... | 17,059 |
String absolutize (String baseURI, String systemId, boolean nice) throws MalformedURLException, SAXException { // FIXME normalize system IDs -- when? // - Convert to UTF-8 // - Map reserved and non-ASCII characters to %HH try { if (baseURI == null) { warn ("No base URI; hope this SYSTEM id is absolute: "... | String absolutize (String baseURI, String systemId, boolean nice) throws MalformedURLException, SAXException { // FIXME normalize system IDs -- when? // - Convert to UTF-8 // - Map reserved and non-ASCII characters to %HH try { if (baseURI == null) { warn ("No base URI; hope this SYSTEM id is absolute: "... | 17,060 |
String absolutize (String baseURI, String systemId, boolean nice) throws MalformedURLException, SAXException { // FIXME normalize system IDs -- when? // - Convert to UTF-8 // - Map reserved and non-ASCII characters to %HH try { if (baseURI == null) { warn ("No base URI; hope this SYSTEM id is absolute: "... | String absolutize (String baseURI, String systemId, boolean nice) throws MalformedURLException, SAXException { // FIXME normalize system IDs -- when? // - Convert to UTF-8 // - Map reserved and non-ASCII characters to %HH try { if (baseURI == null) { warn ("No base URI; hope this SYSTEM id is absolute: "... | 17,061 |
String absolutize (String baseURI, String systemId, boolean nice) throws MalformedURLException, SAXException { // FIXME normalize system IDs -- when? // - Convert to UTF-8 // - Map reserved and non-ASCII characters to %HH try { if (baseURI == null) { warn ("No base URI; hope this SYSTEM id is absolute: "... | String absolutize (String baseURI, String systemId, boolean nice) throws MalformedURLException, SAXException { // FIXME normalize system IDs -- when? // - Convert to UTF-8 // - Map reserved and non-ASCII characters to %HH try { if (baseURI == null) { warn ("No base URI; hope this SYSTEM id is absolute: "... | 17,062 |
void attribute (String qname, String value, boolean isSpecified) throws SAXException { if (!attributes) { attributes = true; if (namespaces) prefixStack.pushContext (); } // process namespace decls immediately; // then maybe forget this as an attribute if (namespaces) { int index; // default... | void attribute(String qname, String value, boolean isSpecified) throws SAXException { if (!attributes) { attributes = true; if (namespaces) prefixStack.pushContext (); } // process namespace decls immediately; // then maybe forget this as an attribute if (namespaces) { int index; // default ... | 17,063 |
void attribute (String qname, String value, boolean isSpecified) throws SAXException { if (!attributes) { attributes = true; if (namespaces) prefixStack.pushContext (); } // process namespace decls immediately; // then maybe forget this as an attribute if (namespaces) { int index; // default... | void attribute (String qname, String value, boolean isSpecified) throws SAXException { if (!attributes) { attributes = true; if (namespaces) prefixStack.pushContext (); } // process namespace decls immediately; // then maybe forget this as an attribute if (namespaces) { int index; // default... | 17,064 |
void attribute (String qname, String value, boolean isSpecified) throws SAXException { if (!attributes) { attributes = true; if (namespaces) prefixStack.pushContext (); } // process namespace decls immediately; // then maybe forget this as an attribute if (namespaces) { int index; // default... | void attribute (String qname, String value, boolean isSpecified) throws SAXException { if (!attributes) { attributes = true; if (namespaces) prefixStack.pushContext (); } // process namespace decls immediately; // then maybe forget this as an attribute if (namespaces) { int index; // default... | 17,065 |
void attribute (String qname, String value, boolean isSpecified) throws SAXException { if (!attributes) { attributes = true; if (namespaces) prefixStack.pushContext (); } // process namespace decls immediately; // then maybe forget this as an attribute if (namespaces) { int index; // default... | void attribute (String qname, String value, boolean isSpecified) throws SAXException { if (!attributes) { attributes = true; if (namespaces) prefixStack.pushContext (); } // process namespace decls immediately; // then maybe forget this as an attribute if (namespaces) { int index; // default... | 17,066 |
void attribute (String qname, String value, boolean isSpecified) throws SAXException { if (!attributes) { attributes = true; if (namespaces) prefixStack.pushContext (); } // process namespace decls immediately; // then maybe forget this as an attribute if (namespaces) { int index; // default... | void attribute (String qname, String value, boolean isSpecified) throws SAXException { if (!attributes) { attributes = true; if (namespaces) prefixStack.pushContext (); } // process namespace decls immediately; // then maybe forget this as an attribute if (namespaces) { int index; // default... | 17,067 |
void attribute (String qname, String value, boolean isSpecified) throws SAXException { if (!attributes) { attributes = true; if (namespaces) prefixStack.pushContext (); } // process namespace decls immediately; // then maybe forget this as an attribute if (namespaces) { int index; // default... | void attribute (String qname, String value, boolean isSpecified) throws SAXException { if (!attributes) { attributes = true; if (namespaces) prefixStack.pushContext (); } // process namespace decls immediately; // then maybe forget this as an attribute if (namespaces) { int index; // default... | 17,068 |
void attribute (String qname, String value, boolean isSpecified) throws SAXException { if (!attributes) { attributes = true; if (namespaces) prefixStack.pushContext (); } // process namespace decls immediately; // then maybe forget this as an attribute if (namespaces) { int index; // default... | void attribute (String qname, String value, boolean isSpecified) throws SAXException { if (!attributes) { attributes = true; if (namespaces) prefixStack.pushContext (); } // process namespace decls immediately; // then maybe forget this as an attribute if (namespaces) { int index; // default... | 17,069 |
void attribute (String qname, String value, boolean isSpecified) throws SAXException { if (!attributes) { attributes = true; if (namespaces) prefixStack.pushContext (); } // process namespace decls immediately; // then maybe forget this as an attribute if (namespaces) { int index; // default... | void attribute (String qname, String value, boolean isSpecified) throws SAXException { if (!attributes) { attributes = true; if (namespaces) prefixStack.pushContext (); } // process namespace decls immediately; // then maybe forget this as an attribute if (namespaces) { int index; // default... | 17,070 |
void attribute (String qname, String value, boolean isSpecified) throws SAXException { if (!attributes) { attributes = true; if (namespaces) prefixStack.pushContext (); } // process namespace decls immediately; // then maybe forget this as an attribute if (namespaces) { int index; // default... | void attribute (String qname, String value, boolean isSpecified) throws SAXException { if (!attributes) { attributes = true; if (namespaces) prefixStack.pushContext (); } // process namespace decls immediately; // then maybe forget this as an attribute if (namespaces) { int index; // default... | 17,071 |
void attribute (String qname, String value, boolean isSpecified) throws SAXException { if (!attributes) { attributes = true; if (namespaces) prefixStack.pushContext (); } // process namespace decls immediately; // then maybe forget this as an attribute if (namespaces) { int index; // default... | void attribute (String qname, String value, boolean isSpecified) throws SAXException { if (!attributes) { attributes = true; if (namespaces) prefixStack.pushContext (); } // process namespace decls immediately; // then maybe forget this as an attribute if (namespaces) { int index; // default... | 17,072 |
void attribute (String qname, String value, boolean isSpecified) throws SAXException { if (!attributes) { attributes = true; if (namespaces) prefixStack.pushContext (); } // process namespace decls immediately; // then maybe forget this as an attribute if (namespaces) { int index; // default... | void attribute (String qname, String value, boolean isSpecified) throws SAXException { if (!attributes) { attributes = true; if (namespaces) prefixStack.pushContext (); } // process namespace decls immediately; // then maybe forget this as an attribute if (namespaces) { int index; // default... | 17,073 |
void attribute (String qname, String value, boolean isSpecified) throws SAXException { if (!attributes) { attributes = true; if (namespaces) prefixStack.pushContext (); } // process namespace decls immediately; // then maybe forget this as an attribute if (namespaces) { int index; // default... | void attribute (String qname, String value, boolean isSpecified) throws SAXException { if (!attributes) { attributes = true; if (namespaces) prefixStack.pushContext (); } // process namespace decls immediately; // then maybe forget this as an attribute if (namespaces) { int index; // default... | 17,074 |
void attribute (String qname, String value, boolean isSpecified) throws SAXException { if (!attributes) { attributes = true; if (namespaces) prefixStack.pushContext (); } // process namespace decls immediately; // then maybe forget this as an attribute if (namespaces) { int index; // default... | voidattribute(Stringqname,Stringvalue,booleanisSpecified)throwsSAXException{ if(!attributes){ attributes=true; if(namespaces) prefixStack.pushContext(); } //processnamespacedeclsimmediately; //thenmaybeforgetthisasanattribute if(namespaces){ int index;//defaultNSdeclaration?if(getFeature(FEATURE+"string-interning")){i... | 17,075 |
void charData (char ch[], int start, int length) throws SAXException { contentHandler.characters (ch, start, length); } | void charData(char[] ch, int start, int length) throws SAXException { contentHandler.characters (ch, start, length); } | 17,076 |
void charData (char ch[], int start, int length) throws SAXException { contentHandler.characters (ch, start, length); } | void charData (char ch[], int start, int length) throws SAXException { contentHandler.characters(ch, start, length); } | 17,077 |
void comment (char ch[], int start, int length) throws SAXException { if (lexicalHandler != base) lexicalHandler.comment (ch, start, length); } | void comment(char[] ch, int start, int length) throws SAXException { if (lexicalHandler != base) lexicalHandler.comment (ch, start, length); } | 17,078 |
void comment (char ch[], int start, int length) throws SAXException { if (lexicalHandler != base) lexicalHandler.comment (ch, start, length); } | void comment (char ch[], int start, int length) throws SAXException { if (lexicalHandler != base) { lexicalHandler.comment(ch, start, length); } } | 17,079 |
private void declarePrefix (String prefix, String uri) throws SAXException { int index = uri.indexOf (':'); // many versions of nwalsh docbook stylesheets // have bogus URLs; so this can't be an error... if (index < 1 && uri.length () != 0) warn ("relative URI for namespace: " + uri); // FIXME: char [0]... | private void declarePrefix(String prefix, String uri) throws SAXException { int index = uri.indexOf (':'); // many versions of nwalsh docbook stylesheets // have bogus URLs; so this can't be an error... if (index < 1 && uri.length () != 0) warn ("relative URI for namespace: " + uri); // FIXME: char [0] ... | 17,080 |
private void declarePrefix (String prefix, String uri) throws SAXException { int index = uri.indexOf (':'); // many versions of nwalsh docbook stylesheets // have bogus URLs; so this can't be an error... if (index < 1 && uri.length () != 0) warn ("relative URI for namespace: " + uri); // FIXME: char [0]... | private void declarePrefix (String prefix, String uri) throws SAXException { int index = uri.indexOf (':'); // many versions of nwalsh docbook stylesheets // have bogus URLs; so this can't be an error... if (index < 1 && uri.length () != 0) warn ("relative URI for namespace: " + uri); // FIXME: char [0]... | 17,081 |
private void declarePrefix (String prefix, String uri) throws SAXException { int index = uri.indexOf (':'); // many versions of nwalsh docbook stylesheets // have bogus URLs; so this can't be an error... if (index < 1 && uri.length () != 0) warn ("relative URI for namespace: " + uri); // FIXME: char [0]... | private void declarePrefix (String prefix, String uri) throws SAXException { int index = uri.indexOf (':'); // many versions of nwalsh docbook stylesheets // have bogus URLs; so this can't be an error... if (index < 1 && uri.length () != 0) warn ("relative URI for namespace: " + uri); // FIXME: char [0]... | 17,082 |
private void declarePrefix (String prefix, String uri) throws SAXException { int index = uri.indexOf (':'); // many versions of nwalsh docbook stylesheets // have bogus URLs; so this can't be an error... if (index < 1 && uri.length () != 0) warn ("relative URI for namespace: " + uri); // FIXME: char [0]... | private void declarePrefix (String prefix, String uri) throws SAXException { int index = uri.indexOf (':'); // many versions of nwalsh docbook stylesheets // have bogus URLs; so this can't be an error... if (index < 1 && uri.length () != 0) warn ("relative URI for namespace: " + uri); // FIXME: char [0]... | 17,083 |
private void declarePrefix (String prefix, String uri) throws SAXException { int index = uri.indexOf (':'); // many versions of nwalsh docbook stylesheets // have bogus URLs; so this can't be an error... if (index < 1 && uri.length () != 0) warn ("relative URI for namespace: " + uri); // FIXME: char [0]... | private void declarePrefix (String prefix, String uri) throws SAXException { int index = uri.indexOf (':'); // many versions of nwalsh docbook stylesheets // have bogus URLs; so this can't be an error... if (index < 1 && uri.length () != 0) warn ("relat... | 17,084 |
private void declarePrefix (String prefix, String uri) throws SAXException { int index = uri.indexOf (':'); // many versions of nwalsh docbook stylesheets // have bogus URLs; so this can't be an error... if (index < 1 && uri.length () != 0) warn ("relative URI for namespace: " + uri); // FIXME: char [0]... | private void declarePrefix (String prefix, String uri) throws SAXException { int index = uri.indexOf (':'); // many versions of nwalsh docbook stylesheets // have bogus URLs; so this can't be an error... if (index < 1 && uri.length () != 0) warn ("relative URI for namespace: " + uri); // FIXME: char [0]... | 17,085 |
void doctypeDecl (String name, String publicId, String systemId) throws SAXException { lexicalHandler.startDTD (name, publicId, systemId); // ... the "name" is a declaration and should be given // to the DeclHandler (but sax2 doesn't). // the IDs for the external subset are lexical details, // as are the con... | void doctypeDecl(String name, String publicId, String systemId) throws SAXException { lexicalHandler.startDTD (name, publicId, systemId); // ... the "name" is a declaration and should be given // to the DeclHandler (but sax2 doesn't). // the IDs for the external subset are lexical details, // as are the cont... | 17,086 |
void doctypeDecl (String name, String publicId, String systemId) throws SAXException { lexicalHandler.startDTD (name, publicId, systemId); // ... the "name" is a declaration and should be given // to the DeclHandler (but sax2 doesn't). // the IDs for the external subset are lexical details, // as are the con... | void doctypeDecl (String name, String publicId, String systemId) throws SAXException { lexicalHandler.startDTD (name, publicId, systemId); // ... the "name" is a declaration and should be given // to the DeclHandler (but sax2 doesn't). // the IDs for the external subset are lexical details, // as are the con... | 17,087 |
void endCDATA () throws SAXException { lexicalHandler.endCDATA (); } | void endCDATA() throws SAXException { lexicalHandler.endCDATA (); } | 17,088 |
void endCDATA () throws SAXException { lexicalHandler.endCDATA (); } | void endCDATA () throws SAXException { lexicalHandler.endCDATA(); } | 17,089 |
void endDoctype () throws SAXException { lexicalHandler.endDTD (); } | void endDoctype() throws SAXException { lexicalHandler.endDTD (); } | 17,090 |
void endDoctype () throws SAXException { lexicalHandler.endDTD (); } | void endDoctype () throws SAXException { lexicalHandler.endDTD(); } | 17,091 |
void endElement (String elname) throws SAXException { ContentHandler handler = contentHandler; if (!namespaces) { handler.endElement ("", "", elname); return; } prefixStack.processName (elname, nsTemp, false); handler.endElement (nsTemp [0], nsTemp [1], elname); Enumeration prefixes = prefixStack.getD... | void endElement(String elname) throws SAXException { ContentHandler handler = contentHandler; if (!namespaces) { handler.endElement ("", "", elname); return; } prefixStack.processName (elname, nsTemp, false); handler.endElement (nsTemp [0], nsTemp [1], elname); Enumeration prefixes = prefixStack.getDe... | 17,092 |
void endElement (String elname) throws SAXException { ContentHandler handler = contentHandler; if (!namespaces) { handler.endElement ("", "", elname); return; } prefixStack.processName (elname, nsTemp, false); handler.endElement (nsTemp [0], nsTemp [1], elname); Enumeration prefixes = prefixStack.getD... | void endElement (String elname) throws SAXException { ContentHandler handler = contentHandler; if (!namespaces) { handler.endElement ("", "", elname); return; } prefixStack.processName (elname, nsTemp, false); handler.endElement (nsTemp [0], nsTemp [1], elname); Enumeration prefixes = prefixStack.getD... | 17,093 |
void endElement (String elname) throws SAXException { ContentHandler handler = contentHandler; if (!namespaces) { handler.endElement ("", "", elname); return; } prefixStack.processName (elname, nsTemp, false); handler.endElement (nsTemp [0], nsTemp [1], elname); Enumeration prefixes = prefixStack.getD... | void endElement (String elname) throws SAXException { ContentHandler handler = contentHandler; if (!namespaces) { handler.endElement ("", "", elname); return; } prefixStack.processName (elname, nsTemp, false); handler.endElement (nsTemp [0], nsTemp [1], elname); Enumeration prefixes = prefixStack.getD... | 17,094 |
void endElement (String elname) throws SAXException { ContentHandler handler = contentHandler; if (!namespaces) { handler.endElement ("", "", elname); return; } prefixStack.processName (elname, nsTemp, false); handler.endElement (nsTemp [0], nsTemp [1], elname); Enumeration prefixes = prefixStack.getD... | void endElement (String elname) throws SAXException { ContentHandler handler = contentHandler; if (!namespaces) { handler.endElement ("", "", elname); return; } prefixStack.processName (elname, nsTemp, false); handler.endElement (nsTemp [0], nsTemp [1], elname); Enumeration prefixes = prefixStack.getD... | 17,095 |
void endElement (String elname) throws SAXException { ContentHandler handler = contentHandler; if (!namespaces) { handler.endElement ("", "", elname); return; } prefixStack.processName (elname, nsTemp, false); handler.endElement (nsTemp [0], nsTemp [1], elname); Enumeration prefixes = prefixStack.getD... | void endElement (String elname) throws SAXException { ContentHandler handler = contentHandler; if (!namespaces) { handler.endElement ("", "", elname); return; } prefixStack.processName (elname, nsTemp, false); handler.endElement (nsTemp [0], nsTemp [1], elname); Enumeration prefixes = prefixStack.getD... | 17,096 |
void endExternalEntity (String name) throws SAXException { if (!"[document]".equals (name)) lexicalHandler.endEntity (name); entityStack.pop (); } | void endExternalEntity(String name) throws SAXException { if (!"[document]".equals (name)) lexicalHandler.endEntity (name); entityStack.pop (); } | 17,097 |
void endExternalEntity (String name) throws SAXException { if (!"[document]".equals (name)) lexicalHandler.endEntity (name); entityStack.pop (); } | void endExternalEntity (String name) throws SAXException { if (!"[document]".equals (name)) lexicalHandler.endEntity (name); entityStack.pop (); } | 17,098 |
void endInternalEntity (String name) throws SAXException { lexicalHandler.endEntity (name); } | void endInternalEntity(String name) throws SAXException { lexicalHandler.endEntity (name); } | 17,099 |
void endInternalEntity (String name) throws SAXException { lexicalHandler.endEntity (name); } | void endInternalEntity (String name) throws SAXException { lexicalHandler.endEntity(name); } | 17,100 |
void fatal (String message) throws SAXException { SAXParseException fatal; fatal = new SAXParseException (message, this); errorHandler.fatalError (fatal); // Even if the application can continue ... we can't! throw fatal; } | void fatal(String message) throws SAXException { SAXParseException fatal; fatal = new SAXParseException (message, this); errorHandler.fatalError (fatal); // Even if the application can continue ... we can't! throw fatal; } | 17,101 |
void fatal (String message) throws SAXException { SAXParseException fatal; fatal = new SAXParseException (message, this); errorHandler.fatalError (fatal); // Even if the application can continue ... we can't! throw fatal; } | void fatal (String message) throws SAXException { SAXParseException fatal; fatal = new SAXParseException (message, this); errorHandler.fatalError (fatal); // Even if the application can continue ... we can't! throw fatal; } | 17,102 |
public int getColumnNumber () { return parser.getColumnNumber (); } | public int getColumnNumber() { return parser.getColumnNumber (); } | 17,103 |
public int getColumnNumber () { return parser.getColumnNumber (); } | public int getColumnNumber () { return parser.getColumnNumber(); } | 17,104 |
public ContentHandler getContentHandler () { return contentHandler == base ? null : contentHandler; } | public ContentHandler getContentHandler() { return contentHandler == base ? null : contentHandler; } | 17,105 |
public ContentHandler getContentHandler () { return contentHandler == base ? null : contentHandler; } | public ContentHandler getContentHandler () { return (contentHandler == base) ? null : contentHandler; } | 17,106 |
public DTDHandler getDTDHandler () { return (dtdHandler == base) ? null : dtdHandler; } | public DTDHandler getDTDHandler() { return (dtdHandler == base) ? null : dtdHandler; } | 17,107 |
DeclHandler getDeclHandler () { return declHandler; } | DeclHandler getDeclHandler () { return declHandler; } | 17,108 |
public EntityResolver getEntityResolver () { return (entityResolver == base) ? null : entityResolver; } | public EntityResolver getEntityResolver() { return (entityResolver == base) ? null : entityResolver; } | 17,109 |
public ErrorHandler getErrorHandler () { return errorHandler == base ? null : errorHandler; } | public ErrorHandler getErrorHandler () { return errorHandler == base ? null : errorHandler; } | 17,110 |
InputSource getExternalSubset (String name, String baseURI) throws SAXException, IOException { if (resolver2 == null || !useResolver2 || !extPE) return null; return resolver2.getExternalSubset (name, baseURI); } | InputSource getExternalSubset(String name, String baseURI) throws SAXException, IOException { if (resolver2 == null || !useResolver2 || !extPE) return null; return resolver2.getExternalSubset (name, baseURI); } | 17,111 |
InputSource getExternalSubset (String name, String baseURI) throws SAXException, IOException { if (resolver2 == null || !useResolver2 || !extPE) return null; return resolver2.getExternalSubset (name, baseURI); } | InputSource getExternalSubset (String name, String baseURI) throws SAXException, IOException { if (resolver2 == null || !useResolver2 || !extPE) return null; } return resolver2.getExternalSubset(name, baseURI); } | 17,112 |
public boolean getFeature (String featureId) throws SAXNotRecognizedException, SAXNotSupportedException { if ((FEATURE + "validation").equals (featureId)) return false; // external entities (both types) are optionally included if ((FEATURE + "external-general-entities").equals (featureId)) return extG... | public boolean getFeature(String featureId) throws SAXNotRecognizedException, SAXNotSupportedException { if ((FEATURE + "validation").equals (featureId)) return false; // external entities (both types) are optionally included if ((FEATURE + "external-general-entities").equals (featureId)) return extGE... | 17,113 |
public boolean getFeature (String featureId) throws SAXNotRecognizedException, SAXNotSupportedException { if ((FEATURE + "validation").equals (featureId)) return false; // external entities (both types) are optionally included if ((FEATURE + "external-general-entities").equals (featureId)) return extG... | public boolean getFeature (String featureId) throws SAXNotRecognizedException, SAXNotSupportedException { if ((FEATURE + "validation").equals (featureId)) return false; // external entities (both types) are optionally included if ((FEATURE + "external-general-entities").equals (featureId)) return extG... | 17,114 |
public boolean getFeature (String featureId) throws SAXNotRecognizedException, SAXNotSupportedException { if ((FEATURE + "validation").equals (featureId)) return false; // external entities (both types) are optionally included if ((FEATURE + "external-general-entities").equals (featureId)) return extG... | public boolean getFeature (String featureId) throws SAXNotRecognizedException, SAXNotSupportedException { if ((FEATURE + "validation").equals (featureId)) return false; // external entities (both types) are optionally included if ((FEATURE + "external-general-entities").equals (featureId)) return extG... | 17,115 |
public boolean getFeature (String featureId) throws SAXNotRecognizedException, SAXNotSupportedException { if ((FEATURE + "validation").equals (featureId)) return false; // external entities (both types) are optionally included if ((FEATURE + "external-general-entities").equals (featureId)) return extG... | public boolean getFeature (String featureId) throws SAXNotRecognizedException, SAXNotSupportedException { if ((FEATURE + "validation").equals (featureId)) return false; // external entities (both types) are optionally included if ((FEATURE + "external-general-entities").equals (featureId)) return extG... | 17,116 |
public boolean getFeature (String featureId) throws SAXNotRecognizedException, SAXNotSupportedException { if ((FEATURE + "validation").equals (featureId)) return false; // external entities (both types) are optionally included if ((FEATURE + "external-general-entities").equals (featureId)) return extG... | public boolean getFeature (String featureId) throws SAXNotRecognizedException, SAXNotSupportedException { if ((FEATURE + "validation").equals (featureId)) return false; // external entities (both types) are optionally included if ((FEATURE + "external-general-entities").equals (featureId)) return extG... | 17,117 |
public boolean getFeature (String featureId) throws SAXNotRecognizedException, SAXNotSupportedException { if ((FEATURE + "validation").equals (featureId)) return false; // external entities (both types) are optionally included if ((FEATURE + "external-general-entities").equals (featureId)) return extG... | public boolean getFeature (String featureId) throws SAXNotRecognizedException, SAXNotSupportedException { if ((FEATURE + "validation").equals (featureId)) return false; // external entities (both types) are optionally included if ((FEATURE + "external-general-entities").equals (featureId)) return extG... | 17,118 |
public boolean getFeature (String featureId) throws SAXNotRecognizedException, SAXNotSupportedException { if ((FEATURE + "validation").equals (featureId)) return false; // external entities (both types) are optionally included if ((FEATURE + "external-general-entities").equals (featureId)) return extG... | public boolean getFeature (String featureId) throws SAXNotRecognizedException, SAXNotSupportedException { if ((FEATURE + "validation").equals (featureId)) return false; // external entities (both types) are optionally included if ((FEATURE + "external-general-entities").equals (featureId)) return extG... | 17,119 |
public boolean getFeature (String featureId) throws SAXNotRecognizedException, SAXNotSupportedException { if ((FEATURE + "validation").equals (featureId)) return false; // external entities (both types) are optionally included if ((FEATURE + "external-general-entities").equals (featureId)) return extG... | public boolean getFeature (String featureId) throws SAXNotRecognizedException, SAXNotSupportedException { if ((FEATURE + "validation").equals (featureId)) return false; // external entities (both types) are optionally included if ((FEATURE + "external-general-entities").equals (featureId)) return extG... | 17,120 |
public boolean getFeature (String featureId) throws SAXNotRecognizedException, SAXNotSupportedException { if ((FEATURE + "validation").equals (featureId)) return false; // external entities (both types) are optionally included if ((FEATURE + "external-general-entities").equals (featureId)) return extG... | public boolean getFeature (String featureId) throws SAXNotRecognizedException, SAXNotSupportedException { if ((FEATURE + "validation").equals (featureId)) return false; // external entities (both types) are optionally included if ((FEATURE + "external-general-entities").equals (featureId)) return extG... | 17,121 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.