Interface org.xml.sax.DocumentHandler
Changed Methods | ||
---|---|---|
void characters (char[], int |
Now deprecated. |
|
void endDocument () |
Now deprecated. |
|
void endElement (String ) |
Now deprecated. |
|
void ignorableWhitespace (char[], int |
Now deprecated. |
|
void processingInstruction (String, String |
Now deprecated. |
|
void setDocumentLocator (Locator ) |
Now deprecated. |
|
void startDocument () |
Now deprecated. |
|
void startElement (String, AttributeList |
Now deprecated. |