Uses of Class
eu.maveniverse.domtrip.ChangeType
-
Packages that use ChangeType Package Description eu.maveniverse.domtrip DomTrip - A lossless XML processing library for Java. -
-
Uses of ChangeType in eu.maveniverse.domtrip
Methods in eu.maveniverse.domtrip that return ChangeType Modifier and Type Method Description ChangeTypeXmlChange. type()Returns the type of change.static ChangeTypeChangeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ChangeType[]ChangeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in eu.maveniverse.domtrip with parameters of type ChangeType Constructor Description XmlChange(ChangeType type, java.lang.String path, java.lang.String beforeValue, java.lang.String afterValue, Node beforeNode, Node afterNode)Creates a new XmlChange.
-