sealed abstract class ElementUnparserBase extends CombinatorUnparser with RepMoveMixin with ElementUnparserStartEndStrategy
Base class for unparsing elements
Depends on use of separate unparsers for the padding/fill regions which calculate their own sizes, generally after the length of the value region has been determined.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ElementUnparserBase
- ElementUnparserStartEndStrategy
- RepMoveMixin
- CombinatorUnparser
- CombinatorProcessor
- Unparser
- Processor
- Serializable
- Serializable
- Logging
- Identity
- ToBriefXMLImpl
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
captureRuntimeValuedExpressionValues(ustate: UState): Unit
- Attributes
- protected
- Definition Classes
- ElementUnparserStartEndStrategy
-
abstract
def
runtimeDependencies: Vector[Evaluatable[AnyRef]]
- Definition Classes
- ElementUnparserStartEndStrategy
-
abstract
def
unparseBegin(state: UState): Unit
Consumes the required infoset events and changes context so that the element's DIElement node is the context element.
Consumes the required infoset events and changes context so that the element's DIElement node is the context element.
- Attributes
- protected
- Definition Classes
- ElementUnparserStartEndStrategy
-
abstract
def
unparseEnd(state: UState): Unit
Restores prior context.
Restores prior context. Consumes end-element event.
- Attributes
- protected
- Definition Classes
- ElementUnparserStartEndStrategy
Concrete 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
-
def
UE(ustate: UState, s: String, args: Any*): Nothing
- Definition Classes
- Unparser
-
final
def
areLogging(lvl: Type): Boolean
- Definition Classes
- Logging
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
briefXMLAttributes: String
- Attributes
- protected
- Definition Classes
- ToBriefXMLImpl
-
final
lazy val
childProcessors: Vector[Unparser]
- Definition Classes
- ElementUnparserBase → Processor → ToBriefXMLImpl
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- final def computeSetVariables(state: UState): Unit
-
val
context: RuntimeData
- Definition Classes
- CombinatorUnparser → Unparser → Processor
-
def
doAfterContentUnparser(state: UState): Unit
- Attributes
- protected
-
def
doBeforeContentUnparser(state: UState): Unit
- Attributes
- protected
-
def
doLogging(lvl: Type, msg: String, args: Seq[Any]): Unit
- Attributes
- protected
- Definition Classes
- Logging
- val eAfterUnparser: Maybe[Unparser]
- val eBeforeUnparser: Maybe[Unparser]
- val eReptypeUnparser: Maybe[Unparser]
- val eUnparser: Maybe[Unparser]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
erd: ElementRuntimeData
- Definition Classes
- ElementUnparserBase → ElementUnparserStartEndStrategy
-
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
getLogWriter(): LogWriter
- Definition Classes
- Logging
-
final
def
getLoggingLevel(): Type
- Definition Classes
- Logging
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
isEmpty: Boolean
- Definition Classes
- Unparser → Processor
-
val
isInitialized: Boolean
- Definition Classes
- Processor
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
isPrimitive: Boolean
- Definition Classes
- CombinatorProcessor → Processor
-
final macro
def
log(lvl: Type, msg: String, args: Any*): Unit
- Definition Classes
- Logging
-
lazy val
logID: String
- Definition Classes
- Logging → Identity
-
val
logLevel: Maybe[Type]
- Definition Classes
- Logging
-
val
logWriter: Maybe[LogWriter]
- Definition Classes
- Logging
-
def
move(start: UState): Unit
- Definition Classes
- RepMoveMixin
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
nom: String
- Definition Classes
- ToBriefXMLImpl
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
runContentUnparser(state: UState): Unit
- Attributes
- protected
-
def
setLogWriter(lw: LogWriter): Unit
- Definition Classes
- Logging
-
def
setLoggingLevel(level: Type): Unit
- Definition Classes
- Logging
- val setVarUnparsers: Array[Unparser]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toBriefXML(depthLimit: Int = -1): String
- Definition Classes
- ElementUnparserBase → ToBriefXMLImpl
-
def
toString(): String
- Definition Classes
- ToBriefXMLImpl → AnyRef → Any
-
def
unparse(state: UState): Unit
- Definition Classes
- ElementUnparserBase → Unparser
-
final
def
unparse1(ustate: UState, ignore: AnyRef): Unit
- Definition Classes
- Unparser
- def validate(state: UState): Unit
-
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()
-
macro
def
withLoggingLevel[S](newLevel: Type)(body: ⇒ S): Unit
- Definition Classes
- Logging