| java.lang.Object net.sf.saxon.event.Emitter net.sf.saxon.event.XMLEmitter net.sf.saxon.event.XHTMLEmitter
XHTMLEmitter | public class XHTMLEmitter extends XMLEmitter (Code) | | XHTMLEmitter is an Emitter that generates XHTML output.
It is the same as XMLEmitter except that it follows the legacy HTML browser
compatibility rules: for example, generating empty elements such as [BR /], and
using [p][/p] for empty paragraphs rather than [p/]
|
emptyTags | IntHashSet emptyTags(Code) | | Table of XHTML tags that have no closing tag
|
emptyElementTagCloser | protected String emptyElementTagCloser(String displayName, int nameCode)(Code) | | Close an empty element tag.
|
Methods inherited from net.sf.saxon.event.XMLEmitter | public void attribute(int nameCode, int typeCode, CharSequence value, int locationId, int properties) throws XPathException(Code)(Java Doc) public void characters(CharSequence chars, int locationId, int properties) throws XPathException(Code)(Java Doc) public void close() throws XPathException(Code)(Java Doc) public void closeStartTag() throws XPathException(Code)(Java Doc) public void comment(CharSequence chars, int locationId, int properties) throws XPathException(Code)(Java Doc) protected String emptyElementTagCloser(String displayName, int nameCode)(Code)(Java Doc) public void endDocument() throws XPathException(Code)(Java Doc) public void endElement() throws XPathException(Code)(Java Doc) public static void main(String[] params) throws Exception(Code)(Java Doc) public void namespace(int namespaceCode, int properties) throws XPathException(Code)(Java Doc) public void open() throws XPathException(Code)(Java Doc) protected void openDocument() throws XPathException(Code)(Java Doc) protected void outputCharacterReference(int charval) throws java.io.IOException(Code)(Java Doc) public void processingInstruction(String target, CharSequence data, int locationId, int properties) throws XPathException(Code)(Java Doc) public void startContent() throws XPathException(Code)(Java Doc) public void startDocument(int properties) throws XPathException(Code)(Java Doc) public void startElement(int nameCode, int typeCode, int locationId, int properties) throws XPathException(Code)(Java Doc) protected int testCharacters(CharSequence chars) throws XPathException(Code)(Java Doc) protected void writeAttribute(int elCode, String attname, CharSequence value, int properties) throws XPathException(Code)(Java Doc) public void writeCharSequence(CharSequence s) throws java.io.IOException(Code)(Java Doc) public void writeDeclaration() throws XPathException(Code)(Java Doc) protected void writeDocType(String type, String systemId, String publicId) throws XPathException(Code)(Java Doc) protected void writeEscape(CharSequence chars, boolean inAttribute) throws java.io.IOException, XPathException(Code)(Java Doc)
|
|
|