class HexBinaryZeroLengthDetector extends ZeroLengthDetector with HexBinaryZeroLengthMixin
Use when the element is of simple type hexBinary, not nillable.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HexBinaryZeroLengthDetector
- HexBinaryZeroLengthMixin
- ZeroLengthDetector
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new HexBinaryZeroLengthDetector()
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()
-
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()
-
def
isHexBinaryKnownNonZeroLength(diElement: DIElement): Boolean
- Attributes
- protected
- Definition Classes
- HexBinaryZeroLengthMixin
-
def
isHexBinaryKnownZeroLength(diElement: DIElement): Boolean
- Attributes
- protected
- Definition Classes
- HexBinaryZeroLengthMixin
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isKnownNonZeroLength(diElement: DIElement): Boolean
Determines if the representation is known for certain to be non-zero length.
Determines if the representation is known for certain to be non-zero length.
Used to avoid complexity when unparsing and trailing separator suppression is a possibility.
- Definition Classes
- HexBinaryZeroLengthDetector → ZeroLengthDetector
-
def
isKnownNonZeroLengthModelGroup: Boolean
- Definition Classes
- ZeroLengthDetector
-
def
isKnownZeroLength(diElement: DIElement): Boolean
Determines if the representation is known for certain to be zero length.
Determines if the representation is known for certain to be zero length.
Used to optimize for dfdl:separatorSuppressionPolicy="anyEmpty".
- Definition Classes
- HexBinaryZeroLengthDetector → ZeroLengthDetector
-
def
isKnownZeroLengthModelGroup: Boolean
- Definition Classes
- ZeroLengthDetector
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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()