Package com.kohlschutter.boilerpipe.sax
Class CommonTagActions.Chained
java.lang.Object
com.kohlschutter.boilerpipe.sax.CommonTagActions.Chained
- All Implemented Interfaces:
TagAction
- Enclosing class:
CommonTagActions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanend(BoilerpipeHTMLContentHandler instance, String localName, String qName) booleanstart(BoilerpipeHTMLContentHandler instance, String localName, String qName, Attributes atts)
-
Field Details
-
t1
-
t2
-
-
Constructor Details
-
Chained
-
-
Method Details
-
start
public boolean start(BoilerpipeHTMLContentHandler instance, String localName, String qName, Attributes atts) throws SAXException - Specified by:
startin interfaceTagAction- Throws:
SAXException
-
end
public boolean end(BoilerpipeHTMLContentHandler instance, String localName, String qName) throws SAXException - Specified by:
endin interfaceTagAction- Throws:
SAXException
-
changesTagLevel
public boolean changesTagLevel()- Specified by:
changesTagLevelin interfaceTagAction
-