Methods Summary |
---|
public void | addAttribute(java.lang.String uri, java.lang.String localName, java.lang.String rawName, java.lang.String type, java.lang.String value)
throwUnimplementedException();
|
public void | addAttribute(java.lang.String name, java.lang.String value)
throwUnimplementedException();
|
public void | addAttributes(org.xml.sax.Attributes atts)
throwUnimplementedException();
|
public void | addUniqueAttribute(java.lang.String name, java.lang.String value, int flags)
throwUnimplementedException();
|
public org.xml.sax.ContentHandler | asContentHandler()
throwUnimplementedException();
return null;
|
public com.sun.org.apache.xml.internal.serializer.DOMSerializer | asDOMSerializer()
throwUnimplementedException();
return null;
|
public void | attributeDecl(java.lang.String arg0, java.lang.String arg1, java.lang.String arg2, java.lang.String arg3, java.lang.String arg4)
throwUnimplementedException();
|
public void | characters(java.lang.String chars)
throwUnimplementedException();
|
public void | characters(char[] arg0, int arg1, int arg2)
throwUnimplementedException();
|
public void | close()
throwUnimplementedException();
|
public void | comment(java.lang.String comment)
throwUnimplementedException();
|
public void | comment(char[] arg0, int arg1, int arg2)
throwUnimplementedException();
|
public void | elementDecl(java.lang.String arg0, java.lang.String arg1)
throwUnimplementedException();
|
public void | endCDATA()
throwUnimplementedException();
|
public void | endDTD()
throwUnimplementedException();
|
public void | endDocument()
throwUnimplementedException();
|
public void | endElement(java.lang.String elemName)
throwUnimplementedException();
|
public void | endElement(java.lang.String arg0, java.lang.String arg1, java.lang.String arg2)
throwUnimplementedException();
|
public void | endEntity(java.lang.String arg0)
throwUnimplementedException();
|
public void | endPrefixMapping(java.lang.String arg0)
throwUnimplementedException();
|
public void | entityReference(java.lang.String entityName)
throwUnimplementedException();
|
public void | error(org.xml.sax.SAXParseException arg0)
throwUnimplementedException();
|
public void | externalEntityDecl(java.lang.String arg0, java.lang.String arg1, java.lang.String arg2)
throwUnimplementedException();
|
public void | fatalError(org.xml.sax.SAXParseException arg0)
throwUnimplementedException();
|
public void | flushPending()
throwUnimplementedException();
|
public java.lang.String | getDoctypePublic()
throwUnimplementedException();
return null;
|
public java.lang.String | getDoctypeSystem()
throwUnimplementedException();
return null;
|
public java.lang.String | getEncoding()
throwUnimplementedException();
return null;
|
public boolean | getIndent()
throwUnimplementedException();
return false;
|
public int | getIndentAmount()
throwUnimplementedException();
return 0;
|
public java.lang.String | getMediaType()
throwUnimplementedException();
return null;
|
public com.sun.org.apache.xml.internal.serializer.NamespaceMappings | getNamespaceMappings()
throwUnimplementedException();
return null;
|
public java.lang.String | getNamespaceURI(java.lang.String name, boolean isElement)
throwUnimplementedException();
return null;
|
public java.lang.String | getNamespaceURIFromPrefix(java.lang.String prefix)
throwUnimplementedException();
return null;
|
public boolean | getOmitXMLDeclaration()
throwUnimplementedException();
return false;
|
public java.util.Properties | getOutputFormat()
throwUnimplementedException();
return null;
|
public java.io.OutputStream | getOutputStream()
throwUnimplementedException();
return null;
|
public java.lang.String | getPrefix(java.lang.String uri)
throwUnimplementedException();
return null;
|
public java.lang.String | getStandalone()
throwUnimplementedException();
return null;
|
public javax.xml.transform.Transformer | getTransformer()
throwUnimplementedException();
return null;
|
public java.lang.String | getVersion()
throwUnimplementedException();
return null;
|
public java.io.Writer | getWriter()
throwUnimplementedException();
return null;
|
public void | ignorableWhitespace(char[] arg0, int arg1, int arg2)
throwUnimplementedException();
|
public void | internalEntityDecl(java.lang.String arg0, java.lang.String arg1)
throwUnimplementedException();
|
public void | namespaceAfterStartElement(java.lang.String uri, java.lang.String prefix)
throwUnimplementedException();
|
public void | processingInstruction(java.lang.String arg0, java.lang.String arg1)
throwUnimplementedException();
|
public boolean | reset()
throwUnimplementedException();
return false;
|
public void | serialize(org.w3c.dom.Node node)
throwUnimplementedException();
|
public void | setCdataSectionElements(java.util.Vector URI_and_localNames)
throwUnimplementedException();
|
public void | setCdataSectionElements(java.util.Hashtable h)
throwUnimplementedException();
|
public void | setContentHandler(org.xml.sax.ContentHandler ch)
throwUnimplementedException();
|
public void | setDoctype(java.lang.String system, java.lang.String pub)
throwUnimplementedException();
|
public void | setDoctypePublic(java.lang.String doctype)
throwUnimplementedException();
|
public void | setDoctypeSystem(java.lang.String doctype)
throwUnimplementedException();
|
public void | setDocumentLocator(org.xml.sax.Locator arg0)
throwUnimplementedException();
|
public void | setEncoding(java.lang.String encoding)
throwUnimplementedException();
|
public boolean | setEscaping(boolean escape)
throwUnimplementedException();
return false;
|
public void | setIndent(boolean indent)
throwUnimplementedException();
|
public void | setIndentAmount(int spaces)
throwUnimplementedException();
|
public void | setMediaType(java.lang.String mediatype)
throwUnimplementedException();
|
public void | setNamespaceMappings(com.sun.org.apache.xml.internal.serializer.NamespaceMappings mappings)
throwUnimplementedException();
|
public void | setOmitXMLDeclaration(boolean b)
throwUnimplementedException();
|
public void | setOutputFormat(java.util.Properties format)
throwUnimplementedException();
|
public void | setOutputStream(java.io.OutputStream output)
throwUnimplementedException();
|
public void | setSourceLocator(javax.xml.transform.SourceLocator locator)
throwUnimplementedException();
|
public void | setStandalone(java.lang.String standalone)
throwUnimplementedException();
|
public void | setTransformer(javax.xml.transform.Transformer transformer)
throwUnimplementedException();
|
public void | setVersion(java.lang.String version)
throwUnimplementedException();
|
public void | setWriter(java.io.Writer writer)
throwUnimplementedException();
|
public void | skippedEntity(java.lang.String arg0)
throwUnimplementedException();
|
public void | startCDATA()
throwUnimplementedException();
|
public void | startDTD(java.lang.String arg0, java.lang.String arg1, java.lang.String arg2)
throwUnimplementedException();
|
public void | startDocument()
throwUnimplementedException();
|
public void | startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName)
throwUnimplementedException();
|
public void | startElement(java.lang.String qName)
throwUnimplementedException();
|
public void | startElement(java.lang.String arg0, java.lang.String arg1, java.lang.String arg2, org.xml.sax.Attributes arg3)
throwUnimplementedException();
|
public void | startEntity(java.lang.String arg0)
throwUnimplementedException();
|
public boolean | startPrefixMapping(java.lang.String prefix, java.lang.String uri, boolean shouldFlush)
throwUnimplementedException();
return false;
|
public void | startPrefixMapping(java.lang.String arg0, java.lang.String arg1)
throwUnimplementedException();
|
private static void | throwUnimplementedException()
/* TODO: throw this exception for real.
* Some users of this class do not over-ride all methods that
* they use, which is a violation of the intended use of this
* class. Those tests used to end in error, but fail when this
* exception is enabled. Perhaps that is an indication of what
* the true problem is. Such tests include copy56,58,59,60 for
* both Xalan-J interpretive and for XSLTC. - bjm
*/
// throw new RuntimeException(err);
return;
|
public void | warning(org.xml.sax.SAXParseException arg0)
throwUnimplementedException();
|