public class MultiNamespaceResult extends ResultBase
errorHandler, outputMethodHandler
Constructor and Description |
---|
MultiNamespaceResult(org.xml.sax.DocumentHandler documentHandler,
org.xml.sax.ErrorHandler errorHandler) |
MultiNamespaceResult(OutputMethodHandler outputMethodHandler,
org.xml.sax.ErrorHandler errorHandler) |
Modifier and Type | Method and Description |
---|---|
Result |
createResult(java.lang.String uri) |
protected void |
endElementContent(Name elementType) |
int |
getLength() |
java.lang.String |
getName(int i) |
java.lang.String |
getValue(int i) |
void |
resultTreeFragment(ResultTreeFragment frag) |
protected void |
startElementContent(Name elementType,
NamespacePrefixMap map) |
attribute, characters, comment, end, endElement, flush, getAttributeName, getDocumentHandler, getType, getType, getValue, grow, grow, message, processingInstruction, rawCharacters, setOutputMethod, start, startElement, throwXSLException
public MultiNamespaceResult(OutputMethodHandler outputMethodHandler, org.xml.sax.ErrorHandler errorHandler)
public MultiNamespaceResult(org.xml.sax.DocumentHandler documentHandler, org.xml.sax.ErrorHandler errorHandler)
public Result createResult(java.lang.String uri) throws XSLException
XSLException
protected void startElementContent(Name elementType, NamespacePrefixMap map) throws XSLException
startElementContent
in class ResultBase
XSLException
protected void endElementContent(Name elementType) throws XSLException
endElementContent
in class ResultBase
XSLException
public java.lang.String getName(int i)
public java.lang.String getValue(int i)
getValue
in interface org.xml.sax.AttributeList
getValue
in class ResultBase
public int getLength()
getLength
in interface org.xml.sax.AttributeList
getLength
in class ResultBase
public void resultTreeFragment(ResultTreeFragment frag) throws XSLException
resultTreeFragment
in class ResultBase
XSLException