Package org.apache.any23.extractor.rdfa
Class RDFa11ParserTest
- java.lang.Object
-
- org.apache.any23.extractor.rdfa.RDFa11ParserTest
-
@Deprecated public class RDFa11ParserTest extends Object
Deprecated.since 2.3- Author:
- Michele Mostarda (mostarda@fbk.eu)
-
-
Constructor Summary
Constructors Constructor Description RDFa11ParserTest()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidtestExtractPrefixSections()Deprecated.voidtestGetAsPlainLiteral()Deprecated.voidtestGetAsXMLLiteral()Deprecated.voidtestGetDocumentBase()Deprecated.voidtestIsCURIEBNodeNegative()Deprecated.voidtestIsCURIEBNodePositive()Deprecated.voidtestIsCURIENegative()Deprecated.voidtestIsCURIEPositive()Deprecated.voidtestIsRelativeNegative()Deprecated.voidtestIsRelativePositive1()Deprecated.voidtestIsRelativePositive2()Deprecated.voidtestUpdateIRIMapping()Deprecated.
-
-
-
Method Detail
-
testGetDocumentBase
public void testGetDocumentBase() throws MalformedURLExceptionDeprecated.- Throws:
MalformedURLException
-
testExtractPrefixSections
public void testExtractPrefixSections()
Deprecated.
-
testIsCURIEPositive
public void testIsCURIEPositive()
Deprecated.
-
testIsCURIENegative
public void testIsCURIENegative()
Deprecated.
-
testIsCURIEBNodePositive
public void testIsCURIEBNodePositive()
Deprecated.
-
testIsCURIEBNodeNegative
public void testIsCURIEBNodeNegative()
Deprecated.
-
testIsRelativeNegative
public void testIsRelativeNegative()
Deprecated.
-
testIsRelativePositive1
public void testIsRelativePositive1() throws ParserConfigurationExceptionDeprecated.- Throws:
ParserConfigurationException
-
testIsRelativePositive2
public void testIsRelativePositive2() throws ParserConfigurationExceptionDeprecated.- Throws:
ParserConfigurationException
-
testUpdateIRIMapping
public void testUpdateIRIMapping() throws ParserConfigurationExceptionDeprecated.- Throws:
ParserConfigurationException
-
testGetAsPlainLiteral
public void testGetAsPlainLiteral() throws ParserConfigurationExceptionDeprecated.- Throws:
ParserConfigurationException
-
testGetAsXMLLiteral
public void testGetAsXMLLiteral() throws ParserConfigurationException, IOException, TransformerExceptionDeprecated.
-
-