org.apache.any23.extractor
Class TagSoupExtractionResult.ResourceRoot

java.lang.Object
  extended by org.apache.any23.extractor.TagSoupExtractionResult.ResourceRoot
Enclosing interface:
TagSoupExtractionResult

public static class TagSoupExtractionResult.ResourceRoot
extends Object

Defines a property root object.


Constructor Summary
TagSoupExtractionResult.ResourceRoot(String[] path, org.openrdf.model.Resource root, Class<? extends MicroformatExtractor> extractor)
           
 
Method Summary
 Class<? extends MicroformatExtractor> getExtractor()
           
 String[] getPath()
           
 org.openrdf.model.Resource getRoot()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TagSoupExtractionResult.ResourceRoot

public TagSoupExtractionResult.ResourceRoot(String[] path,
                                            org.openrdf.model.Resource root,
                                            Class<? extends MicroformatExtractor> extractor)
Method Detail

getPath

public String[] getPath()

getRoot

public org.openrdf.model.Resource getRoot()

getExtractor

public Class<? extends MicroformatExtractor> getExtractor()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.