com.oracle.xqj.tck.testcases

Class XQDataFactoryTest

public class XQDataFactoryTest extends XQJTestCase

Method Summary
voidtestCreateAtomicType()
voidtestCreateAttributeType()
voidtestCreateCommentType()
voidtestCreateDocumentElementType()
voidtestCreateDocumentSchemaElementType()
voidtestCreateElementType()
voidtestCreateItem()
voidtestCreateItemFromAtomicValue()
voidtestCreateItemFromBoolean()
voidtestCreateItemFromByte()
voidtestCreateItemFromDocument_InputStream()
voidtestCreateItemFromDocument_Reader()
voidtestCreateItemFromDocument_Source()
voidtestCreateItemFromDocument_String()
voidtestCreateItemFromDocument_XMLStreamReader()
voidtestCreateItemFromDouble()
voidtestCreateItemFromFloat()
voidtestCreateItemFromInt()
voidtestCreateItemFromLong()
voidtestCreateItemFromNode()
voidtestCreateItemFromObject()
voidtestCreateItemFromShort()
voidtestCreateItemFromString()
voidtestCreateItemType()
voidtestCreateNodeType()
voidtestCreateProcessingInstructionType()
voidtestCreateSchemaAttributeType()
voidtestCreateSchemaElementType()
voidtestCreateSequenceType()
voidtestCreateSequence_FromIterator()
voidtestCreateSequence_FromSequence()
voidtestCreateTextType()
voidtestDocumentType()

Method Detail

testCreateAtomicType

public void testCreateAtomicType()

testCreateAttributeType

public void testCreateAttributeType()

testCreateCommentType

public void testCreateCommentType()

testCreateDocumentElementType

public void testCreateDocumentElementType()

testCreateDocumentSchemaElementType

public void testCreateDocumentSchemaElementType()

testCreateElementType

public void testCreateElementType()

testCreateItem

public void testCreateItem()

testCreateItemFromAtomicValue

public void testCreateItemFromAtomicValue()

testCreateItemFromBoolean

public void testCreateItemFromBoolean()

testCreateItemFromByte

public void testCreateItemFromByte()

testCreateItemFromDocument_InputStream

public void testCreateItemFromDocument_InputStream()

testCreateItemFromDocument_Reader

public void testCreateItemFromDocument_Reader()

testCreateItemFromDocument_Source

public void testCreateItemFromDocument_Source()

testCreateItemFromDocument_String

public void testCreateItemFromDocument_String()

testCreateItemFromDocument_XMLStreamReader

public void testCreateItemFromDocument_XMLStreamReader()

testCreateItemFromDouble

public void testCreateItemFromDouble()

testCreateItemFromFloat

public void testCreateItemFromFloat()

testCreateItemFromInt

public void testCreateItemFromInt()

testCreateItemFromLong

public void testCreateItemFromLong()

testCreateItemFromNode

public void testCreateItemFromNode()

testCreateItemFromObject

public void testCreateItemFromObject()

testCreateItemFromShort

public void testCreateItemFromShort()

testCreateItemFromString

public void testCreateItemFromString()

testCreateItemType

public void testCreateItemType()

testCreateNodeType

public void testCreateNodeType()

testCreateProcessingInstructionType

public void testCreateProcessingInstructionType()

testCreateSchemaAttributeType

public void testCreateSchemaAttributeType()

testCreateSchemaElementType

public void testCreateSchemaElementType()

testCreateSequenceType

public void testCreateSequenceType()

testCreateSequence_FromIterator

public void testCreateSequence_FromIterator()

testCreateSequence_FromSequence

public void testCreateSequence_FromSequence()

testCreateTextType

public void testCreateTextType()

testDocumentType

public void testDocumentType()