Uses of Class
org.apache.xml.serializer.ElemDesc
| Package | Description |
|---|---|
| org.apache.xml.serializer |
Processes SAX events into streams.
|
-
Uses of ElemDesc in org.apache.xml.serializer
Methods in org.apache.xml.serializer that return ElemDesc Modifier and Type Method Description static ElemDescToHTMLStream. getElemDesc(String name)Get a description of the given element.Methods in org.apache.xml.serializer with parameters of type ElemDesc Modifier and Type Method Description protected voidToHTMLStream. processAttribute(Writer writer, String name, String value, ElemDesc elemDesc)Process an attribute.