- 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.
- isReportingElementContentWhitespace() - Method in interface org.apache.axiom.truth.xml.spi.XML
-
Check whether element content whitespace will be reported as
WHITESPACE events.