C D E G H I N O P S T V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- CDATA_SECTION - org.apache.axiom.truth.xml.spi.Event
- COMMENT - org.apache.axiom.truth.xml.spi.Event
- createTraverser(boolean) - Method in interface org.apache.axiom.truth.xml.spi.XML
- createXML(T) - Method in interface org.apache.axiom.truth.xml.spi.XMLFactory
D
- DOCUMENT_TYPE - org.apache.axiom.truth.xml.spi.Event
E
- END_ELEMENT - org.apache.axiom.truth.xml.spi.Event
- ENTITY_REFERENCE - org.apache.axiom.truth.xml.spi.Event
- Event - Enum in org.apache.axiom.truth.xml.spi
- 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.
G
- getAttributes() - Method in interface org.apache.axiom.truth.xml.spi.Traverser
-
Get the attributes for the current element.
- getEntityName() - Method in interface org.apache.axiom.truth.xml.spi.Traverser
- getExpectedType() - Method in interface org.apache.axiom.truth.xml.spi.XMLFactory
- getNamespaces() - Method in interface org.apache.axiom.truth.xml.spi.Traverser
-
Get the namespace declarations for the current element.
- getPIData() - Method in interface org.apache.axiom.truth.xml.spi.Traverser
- getPITarget() - Method in interface org.apache.axiom.truth.xml.spi.Traverser
- getPublicId() - Method in interface org.apache.axiom.truth.xml.spi.Traverser
- getQName() - Method in interface org.apache.axiom.truth.xml.spi.Traverser
- getRootName() - Method in interface org.apache.axiom.truth.xml.spi.Traverser
- getSystemId() - Method in interface org.apache.axiom.truth.xml.spi.Traverser
- getText() - Method in interface org.apache.axiom.truth.xml.spi.Traverser
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.
- isReportingElementContentWhitespace() - Method in interface org.apache.axiom.truth.xml.spi.XML
-
Check whether element content whitespace will be reported as
Event.WHITESPACEevents.
N
O
- org.apache.axiom.truth.xml - package org.apache.axiom.truth.xml
-
Google Truth extension for XML.
- org.apache.axiom.truth.xml.spi - package org.apache.axiom.truth.xml.spi
P
- PROCESSING_INSTRUCTION - org.apache.axiom.truth.xml.spi.Event
S
- START_ELEMENT - org.apache.axiom.truth.xml.spi.Event
T
- TEXT - org.apache.axiom.truth.xml.spi.Event
- Traverser - Interface in org.apache.axiom.truth.xml.spi
- TraverserException - Exception in org.apache.axiom.truth.xml.spi
- TraverserException(Throwable) - Constructor for exception org.apache.axiom.truth.xml.spi.TraverserException
- 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.
V
- valueOf(String) - Static method in enum org.apache.axiom.truth.xml.spi.Event
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.axiom.truth.xml.spi.Event
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- WHITESPACE - org.apache.axiom.truth.xml.spi.Event
X
- xml() - Static method in class org.apache.axiom.truth.xml.XMLTruth
-
Get the
Subject.Factoryto 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.
- XML - Interface in org.apache.axiom.truth.xml.spi
- XMLFactory<T> - Interface in org.apache.axiom.truth.xml.spi
- 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 All Packages