class ComparisonContext extends AnyRef
ComparisonContext represents both the path to a given comparison and the namespace declarations which are relevant for it.
- Alphabetic
- By Inheritance
- ComparisonContext
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
endElem: ComparisonContext
path.tail, pops the head off as it moves up, counts are not changed
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def leftNamespaceContext: Option[NamespaceContext]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parentContext: Option[ComparisonContext]
- val path: BasicPath
-
def
pathString: String
Produces an XPath like string.
Produces an XPath like string. Make this a full one?
- def rightNamespaceContext: Option[NamespaceContext]
-
def
startElems(leftElem: Elem, rightElem: Elem): ComparisonContext
Pushes a new elem on the stack, modifying the parents counts as it goes
- val streamPosition: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toDifferenceAsStream[T](t: T, filter: (Iterator[xml.PullType]) ⇒ Iterator[xml.PullType] = LogicalFilters.joinTextAndCData(_))(implicit tv: (T) ⇒ StreamComparable[T]): Stream[xml.PullType]
Provides a stream for the given T up to the difference represented by this context.
Provides a stream for the given T up to the difference represented by this context. Callers are responsible for handling any IO handles or capturing an original stream.
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withPosition(newStreamPosition: Int): ComparisonContext