SMILA (incubation) API documentation

org.eclipse.smila.processing.pipelets
Class HtmlToTextPipelet.MetadataExtractor

java.lang.Object
  extended by DefaultFilter
      extended by org.eclipse.smila.processing.pipelets.HtmlToTextPipelet.MetadataExtractor
Enclosing class:
HtmlToTextPipelet

public class HtmlToTextPipelet.MetadataExtractor
extends DefaultFilter

extract metadata from META tags.

Author:
jschumacher

Constructor Summary
HtmlToTextPipelet.MetadataExtractor(MultiValueMap metadata)
           
 
Method Summary
 void emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
          
 void startElement(QName element, XMLAttributes attributes, Augmentations augs)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlToTextPipelet.MetadataExtractor

public HtmlToTextPipelet.MetadataExtractor(MultiValueMap metadata)
Parameters:
metadata - map to use as target for storing the attribute-value lists.
Method Detail

startElement

public void startElement(QName element,
                         XMLAttributes attributes,
                         Augmentations augs)

See Also:
org.cyberneko.html.filters.DefaultFilter#startElement(org.apache.xerces.xni.QName, org.apache.xerces.xni.XMLAttributes, org.apache.xerces.xni.Augmentations)

emptyElement

public void emptyElement(QName element,
                         XMLAttributes attributes,
                         Augmentations augs)

See Also:
org.cyberneko.html.filters.DefaultFilter#emptyElement(org.apache.xerces.xni.QName, org.apache.xerces.xni.XMLAttributes, org.apache.xerces.xni.Augmentations)

SMILA (incubation) API documentation