object LSSerializerFactoryXHTML extends LSSerializerConcurrentCacheFactoryXHTML
XHTML serialization extra touches
- Alphabetic
- By Inheritance
- LSSerializerFactoryXHTML
- LSSerializerConcurrentCacheFactoryXHTML
- LSSerializerConcurrentCacheFactory
- LSSerializerFactoryBase
- SerializerFactory
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
type
ExactSerializer = LSSerializer
- Definition Classes
- LSSerializerFactoryBase → SerializerFactory
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
apply[R](thunk: (Serializer) ⇒ R)(sdata: SerializerData): R
- Definition Classes
- LSSerializerFactoryBase → SerializerFactory
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
borrow(sdata: SerializerData): ExactSerializer
- Definition Classes
- LSSerializerFactoryBase → SerializerFactory
-
val
canBeEmpty: Set[String]
Local names of all 10 xhtml elements that can be empty, issue #6
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
createSerializer(sdata: SerializerData, dbf: DocumentBuilderFactory): LSSerializer
Override to create the serialazer
Override to create the serialazer
- Definition Classes
- LSSerializerConcurrentCacheFactoryXHTML → LSSerializerFactoryBase
-
val
encF: (Charset) ⇒ (String) ⇒ Option[Throwable]
Can the content be encoded in a given charset
Can the content be encoded in a given charset
- Definition Classes
- LSSerializerConcurrentCacheFactory → LSSerializerFactoryBase
-
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
giveBack(serializer: ExactSerializer): Unit
- Definition Classes
- LSSerializerFactoryBase → SerializerFactory
-
val
globalEncMap: ConcurrentHashMap[String, ConcurrentHashMap[Charset, Once[Option[Throwable]]]]
On the assumption that a given apps qname population is larger than that of its possible encodings.
On the assumption that a given apps qname population is larger than that of its possible encodings.
- Definition Classes
- LSSerializerConcurrentCacheFactory
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
- val xhtmlNS: String