Uses of Class
org.apache.axiom.truth.xml.XMLSubject
-
Uses of XMLSubject in org.apache.axiom.truth.xml
Methods in org.apache.axiom.truth.xml that return XMLSubjectModifier and TypeMethodDescriptionXMLSubject.expandingEntityReferences()Expand entity references; same asexpandingEntityReferences(true).XMLSubject.expandingEntityReferences(boolean value) Specifies if entity references should be expanded.XMLSubject.ignoringComments()Ignore comments; same asignoringComments(true).XMLSubject.ignoringComments(boolean value) Specifies if comments should be ignored.XMLSubject.ignoringElementContentWhitespace()Ignore element content whitespace; same asignoringElementContentWhitespace(true).XMLSubject.ignoringElementContentWhitespace(boolean value) Specifies if element content whitespace should be ignored.XMLSubject.ignoringNamespaceDeclarations()Ignore all namespace declarations; same asignoringNamespaceDeclarations(true).XMLSubject.ignoringNamespaceDeclarations(boolean value) Specifies if namespace declarations should be ignored.XMLSubject.ignoringNamespacePrefixes()Ignore namespace prefixes; same asignoringNamespacePrefixes(true).XMLSubject.ignoringNamespacePrefixes(boolean value) Specifies if namespace prefixes should be ignored.XMLSubject.ignoringPrologAndEpilog()Ignore the prolog and epilog entirely; same asignoringPrologAndEpilog(true).XMLSubject.ignoringPrologAndEpilog(boolean value) Specifies if the prolog and epilog should be ignored entirely.XMLSubject.ignoringRedundantNamespaceDeclarations()Ignore redundant namespace declarations; same asignoringRedundantNamespaceDeclarations(true).XMLSubject.ignoringRedundantNamespaceDeclarations(boolean value) Specify if redundant namespace declarations should be ignored.XMLSubject.ignoringWhitespace()Ignore all whitespace; same asignoringWhitespace(true).XMLSubject.ignoringWhitespace(boolean value) Specifies if whitespace should be ignored.XMLSubject.ignoringWhitespaceInPrologAndEpilog()Ignore whitespace in the prolog and epilog; same asignoringWhitespaceInPrologAndEpilog(true).XMLSubject.ignoringWhitespaceInPrologAndEpilog(boolean value) Specifies if whitespace in the prolog and epilog should be ignored.XMLSubject.treatingElementContentWhitespaceAsText()Treat element content whitespace as simple text nodes; same astreatingElementContentWhitespaceAsText(true).XMLSubject.treatingElementContentWhitespaceAsText(boolean value) Specifies how element content whitespace is to be treated.Methods in org.apache.axiom.truth.xml that return types with arguments of type XMLSubjectModifier and TypeMethodDescriptionstatic com.google.common.truth.Subject.Factory<XMLSubject,Object> XMLTruth.xml()Get theSubject.Factoryto be used withTruth.assertAbout(Subject.Factory).