|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jclark.xsl.sax2.ResultBase
com.jclark.xsl.sax2.MultiNamespaceResult
public class MultiNamespaceResult
Field Summary |
---|
Fields inherited from class com.jclark.xsl.sax2.ResultBase |
---|
_errorHandler, _outputMethodHandler |
Constructor Summary | |
---|---|
MultiNamespaceResult(org.xml.sax.ContentHandler contentHandler,
org.xml.sax.ErrorHandler errorHandler)
|
|
MultiNamespaceResult(OutputMethodHandler outputMethodHandler,
org.xml.sax.ErrorHandler errorHandler)
|
Method Summary | |
---|---|
Result |
createResult(java.lang.String uri)
Create a Result that can write to the given uri. |
protected void |
endElementContent(Name elementType)
Notify the Element is ending |
int |
getLength()
|
java.lang.String |
getLocalName(int i)
Attributes implementation: get the Attribute's local name |
java.lang.String |
getQName(int i)
|
java.lang.String |
getType(int i)
|
java.lang.String |
getURI(int i)
Attributes implementation: get the namespace for the i'th Attribute's name |
java.lang.String |
getValue(int i)
Attributes implementation: get the value of the i'th Attribute |
void |
resultTreeFragment(ResultTreeFragment frag)
Copy a Result Tree Fragment to the Destination via the Handler |
protected void |
startElementContent(Name elementType,
NamespacePrefixMap map)
notify that we're finished with adding attributes |
Methods inherited from class com.jclark.xsl.sax2.ResultBase |
---|
attribute, characters, comment, end, endElement, flush, getAttributeName, getContentHandler, getIndex, getIndex, getType, getType, getValue, getValue, grow, grow, message, processingInstruction, rawCharacters, setOutputMethod, start, startElement, throwXSLException |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultiNamespaceResult(OutputMethodHandler outputMethodHandler, org.xml.sax.ErrorHandler errorHandler)
public MultiNamespaceResult(org.xml.sax.ContentHandler contentHandler, org.xml.sax.ErrorHandler errorHandler)
Method Detail |
---|
public Result createResult(java.lang.String uri) throws XSLException
XSLException
protected void startElementContent(Name elementType, NamespacePrefixMap map) throws XSLException
ResultBase
startElementContent
in class ResultBase
XSLException
protected void endElementContent(Name elementType) throws XSLException
ResultBase
endElementContent
in class ResultBase
XSLException
public java.lang.String getURI(int i)
ResultBase
getURI
in interface org.xml.sax.Attributes
getURI
in class ResultBase
public java.lang.String getLocalName(int i)
ResultBase
getLocalName
in interface org.xml.sax.Attributes
getLocalName
in class ResultBase
public java.lang.String getQName(int i)
getQName
in interface org.xml.sax.Attributes
getQName
in class ResultBase
public java.lang.String getType(int i)
getType
in interface org.xml.sax.Attributes
getType
in class ResultBase
public java.lang.String getValue(int i)
ResultBase
getValue
in interface org.xml.sax.Attributes
getValue
in class ResultBase
public int getLength()
getLength
in interface org.xml.sax.Attributes
getLength
in class ResultBase
public void resultTreeFragment(ResultTreeFragment frag) throws XSLException
ResultBase
resultTreeFragment
in class ResultBase
XSLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |