Index
All Classes and Interfaces|All Packages
E
- expandingEntityReferences() - Method in class org.apache.axiom.truth.xml.XMLSubject
-
Expand entity references; same as
expandingEntityReferences(true)
. - expandingEntityReferences(boolean) - Method in class org.apache.axiom.truth.xml.XMLSubject
-
Specifies if entity references should be expanded.
H
- hasSameContentAs(Object) - Method in class org.apache.axiom.truth.xml.XMLSubject
-
Fails unless the subject represents the same XML as the given object.
I
- ignoringComments() - Method in class org.apache.axiom.truth.xml.XMLSubject
-
Ignore comments; same as
ignoringComments(true)
. - ignoringComments(boolean) - Method in class org.apache.axiom.truth.xml.XMLSubject
-
Specifies if comments should be ignored.
- ignoringElementContentWhitespace() - Method in class org.apache.axiom.truth.xml.XMLSubject
-
Ignore element content whitespace; same as
ignoringElementContentWhitespace(true)
. - ignoringElementContentWhitespace(boolean) - Method in class org.apache.axiom.truth.xml.XMLSubject
-
Specifies if element content whitespace should be ignored.
- ignoringNamespaceDeclarations() - Method in class org.apache.axiom.truth.xml.XMLSubject
-
Ignore all namespace declarations; same as
ignoringNamespaceDeclarations(true)
. - ignoringNamespaceDeclarations(boolean) - Method in class org.apache.axiom.truth.xml.XMLSubject
-
Specifies if namespace declarations should be ignored.
- ignoringNamespacePrefixes() - Method in class org.apache.axiom.truth.xml.XMLSubject
-
Ignore namespace prefixes; same as
ignoringNamespacePrefixes(true)
. - ignoringNamespacePrefixes(boolean) - Method in class org.apache.axiom.truth.xml.XMLSubject
-
Specifies if namespace prefixes should be ignored.
- ignoringPrologAndEpilog() - Method in class org.apache.axiom.truth.xml.XMLSubject
-
Ignore the prolog and epilog entirely; same as
ignoringPrologAndEpilog(true)
. - ignoringPrologAndEpilog(boolean) - Method in class org.apache.axiom.truth.xml.XMLSubject
-
Specifies if the prolog and epilog should be ignored entirely.
- ignoringRedundantNamespaceDeclarations() - Method in class org.apache.axiom.truth.xml.XMLSubject
-
Ignore redundant namespace declarations; same as
ignoringRedundantNamespaceDeclarations(true)
. - ignoringRedundantNamespaceDeclarations(boolean) - Method in class org.apache.axiom.truth.xml.XMLSubject
-
Specify if redundant namespace declarations should be ignored.
- ignoringWhitespace() - Method in class org.apache.axiom.truth.xml.XMLSubject
-
Ignore all whitespace; same as
ignoringWhitespace(true)
. - ignoringWhitespace(boolean) - Method in class org.apache.axiom.truth.xml.XMLSubject
-
Specifies if whitespace should be ignored.
- ignoringWhitespaceInPrologAndEpilog() - Method in class org.apache.axiom.truth.xml.XMLSubject
-
Ignore whitespace in the prolog and epilog; same as
ignoringWhitespaceInPrologAndEpilog(true)
. - ignoringWhitespaceInPrologAndEpilog(boolean) - Method in class org.apache.axiom.truth.xml.XMLSubject
-
Specifies if whitespace in the prolog and epilog should be ignored.
O
- org.apache.axiom.truth.xml - package org.apache.axiom.truth.xml
-
Google Truth extension for XML.
T
- treatingElementContentWhitespaceAsText() - Method in class org.apache.axiom.truth.xml.XMLSubject
-
Treat element content whitespace as simple text nodes; same as
treatingElementContentWhitespaceAsText(true)
. - treatingElementContentWhitespaceAsText(boolean) - Method in class org.apache.axiom.truth.xml.XMLSubject
-
Specifies how element content whitespace is to be treated.
X
- xml() - Static method in class org.apache.axiom.truth.xml.XMLTruth
-
Get the
Subject.Factory
to be used withTruth.assertAbout(Subject.Factory)
. - xml(Class<T>, T) - Static method in class org.apache.axiom.truth.xml.XMLTruth
-
Prepare XML data so that it will be accessed through a particular API.
- XMLSubject - Class in org.apache.axiom.truth.xml
-
Propositions for objects representing XML data.
- XMLTruth - Class in org.apache.axiom.truth.xml
-
Google Truth extension for XML.
All Classes and Interfaces|All Packages