Java Doc for XIncludeTest.java in  » XML » xom » nu » xom » tests » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » XML » xom » nu.xom.tests 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


nu.xom.tests.XOMTestCase
   nu.xom.tests.XIncludeTest

XIncludeTest
public class XIncludeTest extends XOMTestCase (Code)

Unit tests for the XInclude and XPointer engines.


author:
   Elliotte Rusty Harold
version:
   1.1b3



Constructor Summary
public  XIncludeTest(String name)
    

Method Summary
protected  voidsetUp()
    
protected  voidtearDown()
    
public  voidtest1()
    
public  voidtest2()
    
public  voidtestAcceptHTML()
    
public  voidtestAcceptLanguageEnglish()
    
public  voidtestAcceptLanguageFrench()
    
public  voidtestAcceptPlainText()
    
public  voidtestAcceptableCirclePointer()
    
public  voidtestAnotherMalformedXPointer()
    
public  voidtestAutoDetectUTF16BigEndianWithByteOrderMark()
    
public  voidtestAutoDetectUTF16LittleEndianWithByteOrderMark()
    
public  voidtestAutoDetectUTF8WithByteOrderMark()
    
public  voidtestAutoDetectUnicodeBigUnmarked()
    
public  voidtestBadAcceptAttribute()
    
public  voidtestBadAcceptAttributeWithLatin1Character()
    
public  voidtestBadElementSchemeDataIsNotAnError()
    
public  voidtestBadHTTPHeaderExceptionConstructor()
    
public  voidtestBadHrefAttributerExceptionConstructor()
    
public  voidtestBadIRIIsAFatalError()
    
public  voidtestBadIRIWithUnrecognizedSchemeIsAFatalError()
    
public  voidtestBadIdValueInElementScheme()
    
public  voidtestBadParseAttribute()
    
public  voidtestBadXPointerInFragmentIDIsFatalError()
    
public  voidtestBaseURIsPreservedInResultDocument()
    
public  voidtestBaseURIsPreservedInSameDocumentInclusion()
    
public  voidtestBaselessDocument()
    
public  voidtestC1()
    
public  voidtestC2()
    
public  voidtestC3()
    
public  voidtestChildDocumentSetsErrorURI()
    
public  voidtestCirclePointer()
    
public  voidtestColonizedNameForIdValueInElementScheme()
    
public  voidtestDocumentIncludesItself()
    
public  voidtestEBCDIC()
    
public  voidtestEmptyEncodingAttribute()
    
public  voidtestEmptyFallback()
    
public  voidtestEmptyHrefTreatedSameAsMissingHref()
    
public  voidtestEncodingAttribute()
    
public  voidtestEncodingAttributeStartsWithDigit()
    
public  voidtestFailsOnFragmentID()
    
public  voidtestFallback()
    
public  voidtestFallbackCantContainFallbackElement()
    
public  voidtestFallbackInIncludedDocument()
    
public  voidtestFallbackInIncludedDocumentHasBadXPointer()
    
public  voidtestFallbackInIncludedDocumentIncludesADocumentWithParseEqualsText()
    
public  voidtestFallbackInIncludedDocumentThatResolvesToNonElement()
    
public  voidtestFallbackInIncludedDocumentUsesAnIntradocumentXPointer()
    
public  voidtestFallbackInIncludedDocumentWithBadParseAttribute()
    
public  voidtestFallbackInIncludedDocumentWithFragmentID()
    
public  voidtestFallbackInIncludedDocumentWithMissingHrefAndParseAttributes()
    
public  voidtestFallbackInIncludedDocumentWithXPointer()
    
public  voidtestFallbackInIncludedDocumentWithXPointer2()
    
public  voidtestFallbackIsNotChildOfIncludeElement()
    
public  voidtestFallbackWithRecursiveInclude()
    
public  voidtestFragmentIDsAreRemovedFromElementBaseURIsAfterInclusion()
    
public  voidtestGoodIRIWithUnrecognizedSchemeIsAResourceError()
    
public  voidtestHiddenError()
    
public  voidtestHiddenError2()
    
public  voidtestHiddenError3()
    
public  voidtestIDAndTumbler()
    
public  voidtestIncludeDigitFileNames()
    
public  voidtestIncludeDocumentThatUsesIntradocumentReferences()
    
public  voidtestIncludeElementsCannotHaveChildrenFromXIncludeNamespace()
    
public  voidtestIncludeElementsCannotHaveIncludeChildren()
    
public  voidtestIncludeHighPunctuationFileNames()
    
public  voidtestIncludeLowerCaseFileNames()
    
public  voidtestIncludeLowerPunctuationFileNames()
    
public  voidtestIncludeReferencesItItself()
    
public  voidtestIncludeReferencesItsAncestor()
    
public  voidtestIncludeTextWithCustomNodeFactory()
    
public  voidtestIncludeTextWithCustomNodeFactoryThatChangesElementNames()
    
public  voidtestIncludeTextWithCustomNodeFactoryThatFiltersElementsNamedB()
    
public  voidtestIncludeTextWithCustomNodeFactoryThatOnlyReturnsRoot()
    
public  voidtestIncludeTextWithCustomNodeFactoryThatReturnsEachNonRootElementThreeTimes()
    
public  voidtestIncludeUpperCaseFileNames()
    
public  voidtestInclusionLoopWithLength2Cycle()
    
public  voidtestInheritedXMLLangAttributes()
    
public  voidtestLineEnds()
    
public  voidtestMalformedEncodingAttribute()
    
public  voidtestMalformedXPointer()
    
public  voidtestMalformedXPointerWithFallback()
    
public  voidtestMarsh()
    
public  voidtestMiddlePunctuationError()
    
public  voidtestMissingHref()
    
public  voidtestMultipleFallbacks()
    
public  voidtestMultipleFallbacks2()
    
public  voidtestNamespaces()
    
public  voidtestNoFallbackInIncludedDocumentWithXPointer()
    
public  voidtestNoInclusions()
    
public  voidtestNoLanguageSpecified()
    
public  voidtestNullBaseURI()
    
public  voidtestOnlyXPointer()
    
public  voidtestParseEqualsTextWithNodeFactoryThatRemovesAllTextNodes()
    
public  voidtestParseEqualsTextWithNodeFactoryThatReplacesTextNodesWithAttributes()
    
public  voidtestParseEqualsTextWithNodeFactoryThatReplacesTextNodesWithComments()
    
public  voidtestParseEqualsTextWithNodeFactoryThatReplacesTextNodesWithTwoElements()
    
public  voidtestParseEqualsXML()
    
public  voidtestPercentEscapesAreNotAllowedInXPointerAttributes()
    
public  voidtestRecurseWithinSameDocument()
    
public  voidtestRelativeURLBaseURIFixup()
    
public  voidtestRelativeURLInBaselessDocument()
    
public  voidtestReplaceRoot()
    
public  voidtestReplaceRoot2()
    
public  voidtestResolveThroughXPointer()
    
public  voidtestShorthandXPointerMatchesNothing()
    
public  voidtestSiblingIncludes()
    
public  voidtestUnavailableResource()
    
public  voidtestUnicodeLittleUnmarked()
    
public  voidtestUnrecognizedAttributesAreIgnored()
    
public  voidtestUnrecognizedColonizedSchemeNameBackedUpByTumbler()
    
public  voidtestUnrecognizedXPointerScheme()
    
public  voidtestUnrecognizedXPointerSchemeWithFallback()
    
public  voidtestXIncludeTestSuite()
    
public  voidtestXMLBaseNotUsedToResolveMissingHref()
    
public  voidtestXMLBaseOnIncludeElementUsedToResolveHref()
    
public  voidtestXMLBaseRetainedFromUnincludedElement()
    
public  voidtestXMLBaseUsedToResolveHref()
    
public  voidtestXMLLangAttributes()
    
public  voidtestXPointerBareNameID()
    
public  voidtestXPointerDoubleElementByChildSequence()
    
public  voidtestXPointerDoubleElementByID()
    
public  voidtestXPointerDoubleTumbler()
    
public  voidtestXPointerExceptionGetCause()
    
public  voidtestXPointerExceptionReinitializeCause()
    
public  voidtestXPointerExceptionSelfCausation()
    
public  voidtestXPointerFailureIsAResourceError()
    
public  voidtestXPointerIsNotResolvedAgainstTheSourceInfoset()
    
public  voidtestXPointerOverridesFragmentID()
    
public  voidtestXPointerPureTumbler()
    
public  voidtestXPointerSyntaxErrorInSecondPart()
    
public  voidtestXPointerSyntaxErrorIsAResourceError()
    
public  voidtestXPointerSyntaxErrorMissingFinalParenthesis()
    
public  voidtestXPointerTripleTumbler()
    
public  voidtestXPointerTumblerMatchesNothing()
    
public  voidtestXPointerTumblerWithWhiteSpace()
    
public  voidtestXPointerXMLID()
    
public  voidtestXPointersResolvedAgainstAcquiredInfoset()
    
public  voidtestXpointerAttributeContainsPercentEscapeInUnactivatedFallback()
    


Constructor Detail
XIncludeTest
public XIncludeTest(String name)(Code)




Method Detail
setUp
protected void setUp()(Code)



tearDown
protected void tearDown()(Code)



test1
public void test1() throws ParsingException, IOException, XIncludeException(Code)



test2
public void test2() throws ParsingException, IOException, XIncludeException(Code)



testAcceptHTML
public void testAcceptHTML() throws ParsingException, IOException, XIncludeException(Code)



testAcceptLanguageEnglish
public void testAcceptLanguageEnglish() throws ParsingException, IOException, XIncludeException(Code)



testAcceptLanguageFrench
public void testAcceptLanguageFrench() throws ParsingException, IOException, XIncludeException(Code)



testAcceptPlainText
public void testAcceptPlainText() throws ParsingException, IOException, XIncludeException(Code)



testAcceptableCirclePointer
public void testAcceptableCirclePointer() throws ParsingException, IOException, XIncludeException(Code)



testAnotherMalformedXPointer
public void testAnotherMalformedXPointer() throws ParsingException, IOException(Code)



testAutoDetectUTF16BigEndianWithByteOrderMark
public void testAutoDetectUTF16BigEndianWithByteOrderMark() throws ParsingException, IOException, XIncludeException(Code)



testAutoDetectUTF16LittleEndianWithByteOrderMark
public void testAutoDetectUTF16LittleEndianWithByteOrderMark() throws ParsingException, IOException, XIncludeException(Code)



testAutoDetectUTF8WithByteOrderMark
public void testAutoDetectUTF8WithByteOrderMark() throws ParsingException, IOException, XIncludeException(Code)



testAutoDetectUnicodeBigUnmarked
public void testAutoDetectUnicodeBigUnmarked() throws ParsingException, IOException, XIncludeException(Code)



testBadAcceptAttribute
public void testBadAcceptAttribute() throws ParsingException, IOException, XIncludeException(Code)



testBadAcceptAttributeWithLatin1Character
public void testBadAcceptAttributeWithLatin1Character() throws ParsingException, IOException, XIncludeException(Code)



testBadElementSchemeDataIsNotAnError
public void testBadElementSchemeDataIsNotAnError() throws ParsingException, IOException, XIncludeException(Code)



testBadHTTPHeaderExceptionConstructor
public void testBadHTTPHeaderExceptionConstructor()(Code)



testBadHrefAttributerExceptionConstructor
public void testBadHrefAttributerExceptionConstructor()(Code)



testBadIRIIsAFatalError
public void testBadIRIIsAFatalError() throws IOException, ParsingException, XIncludeException(Code)



testBadIRIWithUnrecognizedSchemeIsAFatalError
public void testBadIRIWithUnrecognizedSchemeIsAFatalError() throws IOException, ParsingException, XIncludeException(Code)



testBadIdValueInElementScheme
public void testBadIdValueInElementScheme() throws ParsingException, IOException(Code)



testBadParseAttribute
public void testBadParseAttribute() throws ParsingException, IOException, XIncludeException(Code)



testBadXPointerInFragmentIDIsFatalError
public void testBadXPointerInFragmentIDIsFatalError() throws ParsingException, IOException, XIncludeException(Code)



testBaseURIsPreservedInResultDocument
public void testBaseURIsPreservedInResultDocument() throws ParsingException, IOException, XIncludeException(Code)



testBaseURIsPreservedInSameDocumentInclusion
public void testBaseURIsPreservedInSameDocumentInclusion() throws ParsingException, IOException, XIncludeException(Code)



testBaselessDocument
public void testBaselessDocument() throws IOException, ParsingException, XIncludeException(Code)



testC1
public void testC1() throws ParsingException, IOException, XIncludeException(Code)



testC2
public void testC2() throws ParsingException, IOException, XIncludeException(Code)



testC3
public void testC3() throws ParsingException, IOException, XIncludeException(Code)



testChildDocumentSetsErrorURI
public void testChildDocumentSetsErrorURI() throws ParsingException, IOException, XIncludeException(Code)



testCirclePointer
public void testCirclePointer() throws ParsingException, IOException, XIncludeException(Code)



testColonizedNameForIdValueInElementScheme
public void testColonizedNameForIdValueInElementScheme() throws ParsingException, IOException(Code)



testDocumentIncludesItself
public void testDocumentIncludesItself() throws ParsingException, IOException, XIncludeException(Code)



testEBCDIC
public void testEBCDIC() throws ParsingException, IOException, XIncludeException(Code)



testEmptyEncodingAttribute
public void testEmptyEncodingAttribute() throws IOException, ParsingException, XIncludeException(Code)



testEmptyFallback
public void testEmptyFallback() throws ParsingException, IOException, XIncludeException(Code)



testEmptyHrefTreatedSameAsMissingHref
public void testEmptyHrefTreatedSameAsMissingHref() throws ParsingException, IOException, XIncludeException(Code)



testEncodingAttribute
public void testEncodingAttribute() throws ParsingException, IOException, XIncludeException(Code)



testEncodingAttributeStartsWithDigit
public void testEncodingAttributeStartsWithDigit() throws IOException, ParsingException, XIncludeException(Code)



testFailsOnFragmentID
public void testFailsOnFragmentID() throws ParsingException, IOException, XIncludeException(Code)



testFallback
public void testFallback() throws ParsingException, IOException, XIncludeException(Code)



testFallbackCantContainFallbackElement
public void testFallbackCantContainFallbackElement() throws ParsingException, IOException, XIncludeException(Code)



testFallbackInIncludedDocument
public void testFallbackInIncludedDocument() throws ParsingException, IOException, XIncludeException(Code)



testFallbackInIncludedDocumentHasBadXPointer
public void testFallbackInIncludedDocumentHasBadXPointer() throws ParsingException, IOException, XIncludeException(Code)



testFallbackInIncludedDocumentIncludesADocumentWithParseEqualsText
public void testFallbackInIncludedDocumentIncludesADocumentWithParseEqualsText() throws ParsingException, IOException, XIncludeException(Code)



testFallbackInIncludedDocumentThatResolvesToNonElement
public void testFallbackInIncludedDocumentThatResolvesToNonElement() throws ParsingException, IOException, XIncludeException(Code)



testFallbackInIncludedDocumentUsesAnIntradocumentXPointer
public void testFallbackInIncludedDocumentUsesAnIntradocumentXPointer() throws ParsingException, IOException, XIncludeException(Code)



testFallbackInIncludedDocumentWithBadParseAttribute
public void testFallbackInIncludedDocumentWithBadParseAttribute() throws ParsingException, IOException, XIncludeException(Code)



testFallbackInIncludedDocumentWithFragmentID
public void testFallbackInIncludedDocumentWithFragmentID() throws ParsingException, IOException, XIncludeException(Code)



testFallbackInIncludedDocumentWithMissingHrefAndParseAttributes
public void testFallbackInIncludedDocumentWithMissingHrefAndParseAttributes() throws ParsingException, IOException, XIncludeException(Code)



testFallbackInIncludedDocumentWithXPointer
public void testFallbackInIncludedDocumentWithXPointer() throws ParsingException, IOException, XIncludeException(Code)



testFallbackInIncludedDocumentWithXPointer2
public void testFallbackInIncludedDocumentWithXPointer2() throws ParsingException, IOException, XIncludeException(Code)



testFallbackIsNotChildOfIncludeElement
public void testFallbackIsNotChildOfIncludeElement() throws ParsingException, IOException, XIncludeException(Code)



testFallbackWithRecursiveInclude
public void testFallbackWithRecursiveInclude() throws ParsingException, IOException, XIncludeException(Code)



testFragmentIDsAreRemovedFromElementBaseURIsAfterInclusion
public void testFragmentIDsAreRemovedFromElementBaseURIsAfterInclusion() throws ParsingException, IOException, XIncludeException(Code)



testGoodIRIWithUnrecognizedSchemeIsAResourceError
public void testGoodIRIWithUnrecognizedSchemeIsAResourceError() throws IOException, ParsingException, XIncludeException(Code)



testHiddenError
public void testHiddenError() throws ParsingException, IOException, XIncludeException(Code)



testHiddenError2
public void testHiddenError2() throws ParsingException, IOException, XIncludeException(Code)



testHiddenError3
public void testHiddenError3() throws ParsingException, IOException, XIncludeException(Code)



testIDAndTumbler
public void testIDAndTumbler() throws ParsingException, IOException, XIncludeException(Code)



testIncludeDigitFileNames
public void testIncludeDigitFileNames() throws ParsingException, IOException, XIncludeException(Code)



testIncludeDocumentThatUsesIntradocumentReferences
public void testIncludeDocumentThatUsesIntradocumentReferences() throws ParsingException, IOException, XIncludeException(Code)



testIncludeElementsCannotHaveChildrenFromXIncludeNamespace
public void testIncludeElementsCannotHaveChildrenFromXIncludeNamespace() throws ParsingException, IOException, XIncludeException(Code)



testIncludeElementsCannotHaveIncludeChildren
public void testIncludeElementsCannotHaveIncludeChildren() throws ParsingException, IOException, XIncludeException(Code)



testIncludeHighPunctuationFileNames
public void testIncludeHighPunctuationFileNames() throws ParsingException, IOException, XIncludeException(Code)



testIncludeLowerCaseFileNames
public void testIncludeLowerCaseFileNames() throws ParsingException, IOException, XIncludeException(Code)



testIncludeLowerPunctuationFileNames
public void testIncludeLowerPunctuationFileNames() throws ParsingException, IOException, XIncludeException(Code)



testIncludeReferencesItItself
public void testIncludeReferencesItItself() throws ParsingException, IOException, XIncludeException(Code)



testIncludeReferencesItsAncestor
public void testIncludeReferencesItsAncestor() throws ParsingException, IOException, XIncludeException(Code)



testIncludeTextWithCustomNodeFactory
public void testIncludeTextWithCustomNodeFactory() throws ParsingException, IOException, XIncludeException(Code)



testIncludeTextWithCustomNodeFactoryThatChangesElementNames
public void testIncludeTextWithCustomNodeFactoryThatChangesElementNames() throws ParsingException, IOException, XIncludeException(Code)



testIncludeTextWithCustomNodeFactoryThatFiltersElementsNamedB
public void testIncludeTextWithCustomNodeFactoryThatFiltersElementsNamedB() throws ParsingException, IOException, XIncludeException(Code)



testIncludeTextWithCustomNodeFactoryThatOnlyReturnsRoot
public void testIncludeTextWithCustomNodeFactoryThatOnlyReturnsRoot() throws ParsingException, IOException, XIncludeException(Code)



testIncludeTextWithCustomNodeFactoryThatReturnsEachNonRootElementThreeTimes
public void testIncludeTextWithCustomNodeFactoryThatReturnsEachNonRootElementThreeTimes() throws ParsingException, IOException, XIncludeException(Code)



testIncludeUpperCaseFileNames
public void testIncludeUpperCaseFileNames() throws ParsingException, IOException, XIncludeException(Code)



testInclusionLoopWithLength2Cycle
public void testInclusionLoopWithLength2Cycle() throws ParsingException, IOException, XIncludeException(Code)



testInheritedXMLLangAttributes
public void testInheritedXMLLangAttributes() throws ParsingException, IOException, XIncludeException(Code)



testLineEnds
public void testLineEnds() throws ParsingException, IOException, XIncludeException(Code)



testMalformedEncodingAttribute
public void testMalformedEncodingAttribute() throws IOException, ParsingException, XIncludeException(Code)



testMalformedXPointer
public void testMalformedXPointer() throws ParsingException, IOException(Code)



testMalformedXPointerWithFallback
public void testMalformedXPointerWithFallback() throws ParsingException, IOException, XIncludeException(Code)



testMarsh
public void testMarsh() throws ParsingException, IOException, XIncludeException(Code)



testMiddlePunctuationError
public void testMiddlePunctuationError() throws ParsingException, IOException, XIncludeException(Code)



testMissingHref
public void testMissingHref() throws ParsingException, IOException, XIncludeException(Code)



testMultipleFallbacks
public void testMultipleFallbacks() throws ParsingException, IOException, XIncludeException(Code)



testMultipleFallbacks2
public void testMultipleFallbacks2() throws ParsingException, IOException, XIncludeException(Code)



testNamespaces
public void testNamespaces() throws ParsingException, IOException, XIncludeException(Code)



testNoFallbackInIncludedDocumentWithXPointer
public void testNoFallbackInIncludedDocumentWithXPointer() throws ParsingException, IOException, XIncludeException(Code)



testNoInclusions
public void testNoInclusions() throws ParsingException, IOException, XIncludeException(Code)



testNoLanguageSpecified
public void testNoLanguageSpecified() throws ParsingException, IOException, XIncludeException(Code)



testNullBaseURI
public void testNullBaseURI() throws ParsingException, IOException, XIncludeException(Code)



testOnlyXPointer
public void testOnlyXPointer() throws ParsingException, IOException, XIncludeException(Code)



testParseEqualsTextWithNodeFactoryThatRemovesAllTextNodes
public void testParseEqualsTextWithNodeFactoryThatRemovesAllTextNodes() throws ParsingException, IOException, XIncludeException(Code)



testParseEqualsTextWithNodeFactoryThatReplacesTextNodesWithAttributes
public void testParseEqualsTextWithNodeFactoryThatReplacesTextNodesWithAttributes() throws ParsingException, IOException, XIncludeException(Code)



testParseEqualsTextWithNodeFactoryThatReplacesTextNodesWithComments
public void testParseEqualsTextWithNodeFactoryThatReplacesTextNodesWithComments() throws ParsingException, IOException, XIncludeException(Code)



testParseEqualsTextWithNodeFactoryThatReplacesTextNodesWithTwoElements
public void testParseEqualsTextWithNodeFactoryThatReplacesTextNodesWithTwoElements() throws ParsingException, IOException, XIncludeException(Code)



testParseEqualsXML
public void testParseEqualsXML() throws ParsingException, IOException, XIncludeException(Code)



testPercentEscapesAreNotAllowedInXPointerAttributes
public void testPercentEscapesAreNotAllowedInXPointerAttributes() throws ParsingException, IOException, XIncludeException(Code)



testRecurseWithinSameDocument
public void testRecurseWithinSameDocument() throws ParsingException, IOException, XIncludeException(Code)



testRelativeURLBaseURIFixup
public void testRelativeURLBaseURIFixup() throws ParsingException, IOException, XIncludeException(Code)



testRelativeURLInBaselessDocument
public void testRelativeURLInBaselessDocument() throws IOException, ParsingException, XIncludeException(Code)



testReplaceRoot
public void testReplaceRoot() throws ParsingException, IOException, XIncludeException(Code)



testReplaceRoot2
public void testReplaceRoot2() throws ParsingException, IOException, XIncludeException(Code)



testResolveThroughXPointer
public void testResolveThroughXPointer() throws ParsingException, IOException, XIncludeException(Code)



testShorthandXPointerMatchesNothing
public void testShorthandXPointerMatchesNothing() throws ParsingException, IOException(Code)



testSiblingIncludes
public void testSiblingIncludes() throws ParsingException, IOException, XIncludeException(Code)



testUnavailableResource
public void testUnavailableResource() throws ParsingException, IOException, XIncludeException(Code)



testUnicodeLittleUnmarked
public void testUnicodeLittleUnmarked() throws ParsingException, IOException, XIncludeException(Code)



testUnrecognizedAttributesAreIgnored
public void testUnrecognizedAttributesAreIgnored() throws ParsingException, IOException, XIncludeException(Code)



testUnrecognizedColonizedSchemeNameBackedUpByTumbler
public void testUnrecognizedColonizedSchemeNameBackedUpByTumbler() throws ParsingException, IOException, XIncludeException(Code)



testUnrecognizedXPointerScheme
public void testUnrecognizedXPointerScheme() throws ParsingException, IOException(Code)



testUnrecognizedXPointerSchemeWithFallback
public void testUnrecognizedXPointerSchemeWithFallback() throws IOException, ParsingException, XIncludeException(Code)



testXIncludeTestSuite
public void testXIncludeTestSuite() throws ParsingException, IOException, XIncludeException(Code)



testXMLBaseNotUsedToResolveMissingHref
public void testXMLBaseNotUsedToResolveMissingHref() throws ParsingException, IOException, XIncludeException(Code)



testXMLBaseOnIncludeElementUsedToResolveHref
public void testXMLBaseOnIncludeElementUsedToResolveHref() throws ParsingException, IOException, XIncludeException(Code)



testXMLBaseRetainedFromUnincludedElement
public void testXMLBaseRetainedFromUnincludedElement() throws ParsingException, IOException, XIncludeException(Code)



testXMLBaseUsedToResolveHref
public void testXMLBaseUsedToResolveHref() throws ParsingException, IOException, XIncludeException(Code)



testXMLLangAttributes
public void testXMLLangAttributes() throws ParsingException, IOException, XIncludeException(Code)



testXPointerBareNameID
public void testXPointerBareNameID() throws ParsingException, IOException, XIncludeException(Code)



testXPointerDoubleElementByChildSequence
public void testXPointerDoubleElementByChildSequence() throws ParsingException, IOException, XIncludeException(Code)



testXPointerDoubleElementByID
public void testXPointerDoubleElementByID() throws ParsingException, IOException, XIncludeException(Code)



testXPointerDoubleTumbler
public void testXPointerDoubleTumbler() throws ParsingException, IOException, XIncludeException(Code)



testXPointerExceptionGetCause
public void testXPointerExceptionGetCause() throws ParsingException, IOException(Code)



testXPointerExceptionReinitializeCause
public void testXPointerExceptionReinitializeCause() throws ParsingException, IOException, XIncludeException(Code)



testXPointerExceptionSelfCausation
public void testXPointerExceptionSelfCausation() throws ParsingException, IOException(Code)



testXPointerFailureIsAResourceError
public void testXPointerFailureIsAResourceError() throws ParsingException, IOException, XIncludeException(Code)



testXPointerIsNotResolvedAgainstTheSourceInfoset
public void testXPointerIsNotResolvedAgainstTheSourceInfoset() throws ParsingException, IOException, XIncludeException(Code)



testXPointerOverridesFragmentID
public void testXPointerOverridesFragmentID() throws ParsingException, IOException, XIncludeException(Code)



testXPointerPureTumbler
public void testXPointerPureTumbler() throws ParsingException, IOException, XIncludeException(Code)



testXPointerSyntaxErrorInSecondPart
public void testXPointerSyntaxErrorInSecondPart() throws ParsingException, IOException(Code)



testXPointerSyntaxErrorIsAResourceError
public void testXPointerSyntaxErrorIsAResourceError() throws ParsingException, IOException, XIncludeException(Code)



testXPointerSyntaxErrorMissingFinalParenthesis
public void testXPointerSyntaxErrorMissingFinalParenthesis() throws ParsingException, IOException(Code)



testXPointerTripleTumbler
public void testXPointerTripleTumbler() throws ParsingException, IOException, XIncludeException(Code)



testXPointerTumblerMatchesNothing
public void testXPointerTumblerMatchesNothing() throws ParsingException, IOException(Code)



testXPointerTumblerWithWhiteSpace
public void testXPointerTumblerWithWhiteSpace() throws ParsingException, IOException, XIncludeException(Code)



testXPointerXMLID
public void testXPointerXMLID() throws ParsingException, IOException, XIncludeException(Code)



testXPointersResolvedAgainstAcquiredInfoset
public void testXPointersResolvedAgainstAcquiredInfoset() throws ParsingException, IOException, XIncludeException(Code)



testXpointerAttributeContainsPercentEscapeInUnactivatedFallback
public void testXpointerAttributeContainsPercentEscapeInUnactivatedFallback() throws ParsingException, IOException, XIncludeException(Code)



Methods inherited from nu.xom.tests.XOMTestCase
public static void assertEquals(Text expected, Text actual)(Code)(Java Doc)
public static void assertEquals(String message, Text expected, Text actual)(Code)(Java Doc)
public static void assertEquals(Attribute expected, Attribute actual)(Code)(Java Doc)
public static void assertEquals(String message, Attribute expected, Attribute actual)(Code)(Java Doc)
public static void assertEquals(DocType expected, DocType actual)(Code)(Java Doc)
public static void assertEquals(String message, DocType expected, DocType actual)(Code)(Java Doc)
public static void assertEquals(Element expected, Element actual)(Code)(Java Doc)
public static void assertEquals(String message, Element expected, Element actual)(Code)(Java Doc)
public static void assertEquals(Document expected, Document actual)(Code)(Java Doc)
public static void assertEquals(String message, Document expected, Document actual)(Code)(Java Doc)
public static void assertEquals(Comment expected, Comment actual)(Code)(Java Doc)
public static void assertEquals(String message, Comment expected, Comment actual)(Code)(Java Doc)
public static void assertEquals(ProcessingInstruction expected, ProcessingInstruction actual)(Code)(Java Doc)
public static void assertEquals(String message, ProcessingInstruction expected, ProcessingInstruction actual)(Code)(Java Doc)
public static void assertEquals(String message, Namespace expected, Namespace actual)(Code)(Java Doc)
public static void assertEquals(Node expected, Node actual)(Code)(Java Doc)
public static void assertEquals(String message, Node expected, Node actual)(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.