public abstract static class SgmlParser.ContentHandler extends Object
| Constructor and Description | 
|---|
ContentHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
characters(CharSequence chars)  | 
void | 
endElement(String name)  | 
void | 
startElement(String name,
            Map<String,String> attributes)  | 
public void startElement(String name, Map<String,String> attributes) throws InvalidFormatException
InvalidFormatExceptionpublic void characters(CharSequence chars) throws InvalidFormatException
InvalidFormatExceptionpublic void endElement(String name) throws InvalidFormatException
InvalidFormatExceptionCopyright © 2017 The Apache Software Foundation. All rights reserved.