Added: any23/site/apidocs/org/apache/any23/extractor/yaml/YAMLProcessorException.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/extractor/yaml/YAMLProcessorException.html?rev=1827596&view=auto ============================================================================== --- any23/site/apidocs/org/apache/any23/extractor/yaml/YAMLProcessorException.html (added) +++ any23/site/apidocs/org/apache/any23/extractor/yaml/YAMLProcessorException.html Fri Mar 23 20:53:24 2018 @@ -0,0 +1,381 @@ + + + +
+ + +public class YAMLProcessorException +extends RuntimeException+
Constructor and Description | +
---|
YAMLProcessorException() |
+
YAMLProcessorException(Object reason) |
+
YAMLProcessorException(Object reason,
+ String message) |
+
YAMLProcessorException(Object reason,
+ String message,
+ Throwable cause) |
+
YAMLProcessorException(Object reason,
+ String message,
+ Throwable cause,
+ boolean enableSuppression,
+ boolean writableStackTrace) |
+
YAMLProcessorException(Object reason,
+ Throwable cause) |
+
Modifier and Type | +Method and Description | +
---|---|
Object |
+getReason() |
+
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public YAMLProcessorException()+
public YAMLProcessorException(Object reason)+
public YAMLProcessorException(Object reason, + String message, + Throwable cause)+
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.
+ + Added: any23/site/apidocs/org/apache/any23/extractor/yaml/class-use/ElementsProcessor.ModelHolder.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/extractor/yaml/class-use/ElementsProcessor.ModelHolder.html?rev=1827596&view=auto ============================================================================== --- any23/site/apidocs/org/apache/any23/extractor/yaml/class-use/ElementsProcessor.ModelHolder.html (added) +++ any23/site/apidocs/org/apache/any23/extractor/yaml/class-use/ElementsProcessor.ModelHolder.html Fri Mar 23 20:53:24 2018 @@ -0,0 +1,186 @@ + + + + + + +Package | +Description | +
---|---|
org.apache.any23.extractor.yaml | +
+ This package provides an YAML extractor able to generate RDF statements from any YAML
+ files.
+ |
+
Modifier and Type | +Method and Description | +
---|---|
ElementsProcessor.ModelHolder |
+ElementsProcessor.asModel(org.eclipse.rdf4j.model.IRI namespace,
+ Object t,
+ org.eclipse.rdf4j.model.Value rootNode)
+Converts a data structure to
+ElementsProcessor.ModelHolder . |
+
protected ElementsProcessor.ModelHolder |
+ElementsProcessor.processList(org.eclipse.rdf4j.model.IRI ns,
+ List<Object> object) |
+
protected ElementsProcessor.ModelHolder |
+ElementsProcessor.processMap(org.eclipse.rdf4j.model.IRI ns,
+ Map<String,Object> object,
+ org.eclipse.rdf4j.model.Value parentNode)
+This method creates a map with non bnode root.
+ |
+
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.
+ + Added: any23/site/apidocs/org/apache/any23/extractor/yaml/class-use/ElementsProcessor.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/extractor/yaml/class-use/ElementsProcessor.html?rev=1827596&view=auto ============================================================================== --- any23/site/apidocs/org/apache/any23/extractor/yaml/class-use/ElementsProcessor.html (added) +++ any23/site/apidocs/org/apache/any23/extractor/yaml/class-use/ElementsProcessor.html Fri Mar 23 20:53:24 2018 @@ -0,0 +1,169 @@ + + + + + + +Package | +Description | +
---|---|
org.apache.any23.extractor.yaml | +
+ This package provides an YAML extractor able to generate RDF statements from any YAML
+ files.
+ |
+
Modifier and Type | +Method and Description | +
---|---|
static ElementsProcessor |
+ElementsProcessor.getInstance() |
+
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.
+ + Added: any23/site/apidocs/org/apache/any23/extractor/yaml/class-use/YAMLProcessorException.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/extractor/yaml/class-use/YAMLProcessorException.html?rev=1827596&view=auto ============================================================================== --- any23/site/apidocs/org/apache/any23/extractor/yaml/class-use/YAMLProcessorException.html (added) +++ any23/site/apidocs/org/apache/any23/extractor/yaml/class-use/YAMLProcessorException.html Fri Mar 23 20:53:24 2018 @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.
+ + Added: any23/site/apidocs/org/apache/any23/plugin/extractor/openie/OpenIEExtractor.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/plugin/extractor/openie/OpenIEExtractor.html?rev=1827596&view=auto ============================================================================== --- any23/site/apidocs/org/apache/any23/plugin/extractor/openie/OpenIEExtractor.html (added) +++ any23/site/apidocs/org/apache/any23/plugin/extractor/openie/OpenIEExtractor.html Fri Mar 23 20:53:24 2018 @@ -0,0 +1,349 @@ + + + + + + +public class OpenIEExtractor +extends Object +implements Extractor.TagSoupDOMExtractor+
Extractor.BlindExtractor, Extractor.ContentExtractor, Extractor.TagSoupDOMExtractor
Constructor and Description | +
---|
OpenIEExtractor()
+default constructor
+ |
+
Modifier and Type | +Method and Description | +
---|---|
ExtractorDescription |
+getDescription()
+Returns a
+ExtractorDescription of this extractor. |
+
void |
+run(ExtractionParameters extractionParameters,
+ ExtractionContext context,
+ Document in,
+ ExtractionResult out)
+Executes the extractor.
+ |
+
public OpenIEExtractor()+
public ExtractorDescription getDescription()+
Extractor
ExtractorDescription
of this extractor.getDescription
in interface Extractor<Document>
Extractor.getDescription()
public void run(ExtractionParameters extractionParameters, + ExtractionContext context, + Document in, + ExtractionResult out) + throws IOException, + ExtractionException+
Extractor
run
in interface Extractor<Document>
extractionParameters
- the parameters to be applied during the extraction.context
- The document context.in
- The extractor input data.out
- the collector for the extracted data.IOException
- On error while reading from the input stream.ExtractionException
- On other error, such as parse errors.Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.
+ + Added: any23/site/apidocs/org/apache/any23/plugin/extractor/openie/OpenIEExtractorFactory.html URL: http://svn.apache.org/viewvc/any23/site/apidocs/org/apache/any23/plugin/extractor/openie/OpenIEExtractorFactory.html?rev=1827596&view=auto ============================================================================== --- any23/site/apidocs/org/apache/any23/plugin/extractor/openie/OpenIEExtractorFactory.html (added) +++ any23/site/apidocs/org/apache/any23/plugin/extractor/openie/OpenIEExtractorFactory.html Fri Mar 23 20:53:24 2018 @@ -0,0 +1,384 @@ + + + + + + +public class OpenIEExtractorFactory +extends SimpleExtractorFactory<OpenIEExtractor> +implements ExtractorFactory<OpenIEExtractor>+
Modifier and Type | +Field and Description | +
---|---|
static String |
+NAME |
+
static Prefixes |
+prefixes |
+
Constructor and Description | +
---|
OpenIEExtractorFactory() |
+
Modifier and Type | +Method and Description | +
---|---|
OpenIEExtractor |
+createExtractor()
+Creates an extractor instance.
+ |
+
static ExtractorDescription |
+getDescriptionInstance() |
+
getExampleInput, getExtractorLabel, getExtractorName, getPrefixes, getSupportedMIMETypes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExampleInput, getSupportedMIMETypes
getExtractorLabel, getExtractorName, getPrefixes
public static final String NAME+
public static final Prefixes prefixes+
public OpenIEExtractorFactory()+
public OpenIEExtractor createExtractor()+
ExtractorFactory
createExtractor
in interface ExtractorFactory<OpenIEExtractor>
public static ExtractorDescription getDescriptionInstance()+
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.
+ +