public class

IllegalAttributeFilter

extends DefaultFilter
java.lang.Object
   ↳ org.cyberneko.html.filters.DefaultFilter
     ↳ com.atlassian.confluence.content.render.xhtml.IllegalAttributeFilter

Class Overview

Removes illegal XML attributes.

Summary

[Expand]
Inherited Fields
From class org.cyberneko.html.filters.DefaultFilter
Public Constructors
IllegalAttributeFilter()
Public Methods
void emptyElement(QName element, XMLAttributes attributes, Augmentations augs)
void startElement(QName element, XMLAttributes attributes, Augmentations augs)
[Expand]
Inherited Methods
From class org.cyberneko.html.filters.DefaultFilter
From class java.lang.Object
From interface org.apache.xerces.xni.XMLDocumentHandler
From interface org.apache.xerces.xni.parser.XMLComponent
From interface org.apache.xerces.xni.parser.XMLDocumentSource
From interface org.cyberneko.html.HTMLComponent

Public Constructors

public IllegalAttributeFilter ()

Public Methods

public void emptyElement (QName element, XMLAttributes attributes, Augmentations augs)

Throws
XNIException

public void startElement (QName element, XMLAttributes attributes, Augmentations augs)

Throws
XNIException