}
@Override
protected boolean extractEntity(Node node, ExtractionResult out) throws ExtractionException {
this.fragment = new HTMLDocument(node);
BNode listing = getBlankNodeFor(node);
out.writeTriple(listing, RDF.TYPE, hLISTING.Listing);
for (String action : findActions(fragment)) {
out.writeTriple(listing, hLISTING.action, hLISTING.getClass(action));
}