| Package | Description |
|---|---|
| org.apache.axiom.truth.xml |
Google Truth extension for XML.
|
| Modifier and Type | Method and Description |
|---|---|
XMLSubject |
XMLSubject.expandingEntityReferences()
Expand entity references; same as
expandingEntityReferences(true). |
XMLSubject |
XMLSubject.expandingEntityReferences(boolean value)
Specifies if entity references should be expanded.
|
XMLSubject |
XMLSubject.ignoringComments()
Ignore comments; same as
ignoringComments(true). |
XMLSubject |
XMLSubject.ignoringComments(boolean value)
Specifies if comments should be ignored.
|
XMLSubject |
XMLSubject.ignoringElementContentWhitespace()
Ignore element content whitespace; same as
ignoringElementContentWhitespace(true). |
XMLSubject |
XMLSubject.ignoringElementContentWhitespace(boolean value)
Specifies if element content whitespace should be ignored.
|
XMLSubject |
XMLSubject.ignoringNamespaceDeclarations()
Ignore all namespace declarations; same as
ignoringNamespaceDeclarations(true). |
XMLSubject |
XMLSubject.ignoringNamespaceDeclarations(boolean value)
Specifies if namespace declarations should be ignored.
|
XMLSubject |
XMLSubject.ignoringNamespacePrefixes()
Ignore namespace prefixes; same as
ignoringNamespacePrefixes(true). |
XMLSubject |
XMLSubject.ignoringNamespacePrefixes(boolean value)
Specifies if namespace prefixes should be ignored.
|
XMLSubject |
XMLSubject.ignoringPrologAndEpilog()
Ignore the prolog and epilog entirely; same as
ignoringPrologAndEpilog(true). |
XMLSubject |
XMLSubject.ignoringPrologAndEpilog(boolean value)
Specifies if the prolog and epilog should be ignored entirely.
|
XMLSubject |
XMLSubject.ignoringRedundantNamespaceDeclarations()
Ignore redundant namespace declarations; same as
ignoringRedundantNamespaceDeclarations(true). |
XMLSubject |
XMLSubject.ignoringRedundantNamespaceDeclarations(boolean value)
Specify if redundant namespace declarations should be ignored.
|
XMLSubject |
XMLSubject.ignoringWhitespace()
Ignore all whitespace; same as
ignoringWhitespace(true). |
XMLSubject |
XMLSubject.ignoringWhitespace(boolean value)
Specifies if whitespace should be ignored.
|
XMLSubject |
XMLSubject.ignoringWhitespaceInPrologAndEpilog()
Ignore whitespace in the prolog and epilog; same as
ignoringWhitespaceInPrologAndEpilog(true). |
XMLSubject |
XMLSubject.ignoringWhitespaceInPrologAndEpilog(boolean value)
Specifies if whitespace in the prolog and epilog should be ignored.
|
XMLSubject |
XMLSubject.treatingElementContentWhitespaceAsText()
Treat element content whitespace as simple text nodes; same as
treatingElementContentWhitespaceAsText(true). |
XMLSubject |
XMLSubject.treatingElementContentWhitespaceAsText(boolean value)
Specifies how element content whitespace is to be treated.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.truth.SubjectFactory<XMLSubject,Object> |
XMLTruth.xml()
Get the
SubjectFactory to be used with Truth.assertAbout(SubjectFactory). |
Copyright © The Apache Software Foundation. All Rights Reserved.