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
InvalidFormatException
public void characters(CharSequence chars) throws InvalidFormatException
InvalidFormatException
public void endElement(String name) throws InvalidFormatException
InvalidFormatException
Copyright © 2017 The Apache Software Foundation. All rights reserved.