| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
filters.BaseEventFilter --+
|
EncodingDetectFilter
| Instance Methods | |||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Instance Variables | |
|
Inherited from |
| Properties | |
|
Inherited from |
| Method Details |
|
Extract encoding from xml declaration Here's a sample for the expected format: <?xml version="1.0" encoding="ascii" ?> The event is passed to the builder nevertheless. See Also: BuildingListenerInterface |
Extract encoding from HTML meta element Here are samples for the expected formats: <meta charset="utf-8"> <!-- HTML5 --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> The event is passed to the builder nevertheless. See Also: BuildingListenerInterface |
| Home | Trees | Indices | Help |
|
|---|