public class ContextInputSource
extends org.xml.sax.InputSource
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.jxpath.JXPathContext |
context |
Constructor and Description |
---|
ContextInputSource() |
ContextInputSource(org.apache.commons.jxpath.JXPathContext context) |
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
getByteStream() |
java.io.Reader |
getCharacterStream() |
org.apache.commons.jxpath.JXPathContext |
getContext() |
java.lang.String |
getEncoding() |
void |
setByteStream(java.io.InputStream inputStream) |
void |
setCharacterStream(java.io.Reader characterStream) |
void |
setContext(org.apache.commons.jxpath.JXPathContext context) |
void |
setEncoding(java.lang.String encoding) |
public ContextInputSource()
public ContextInputSource(org.apache.commons.jxpath.JXPathContext context)
public void setContext(org.apache.commons.jxpath.JXPathContext context)
public org.apache.commons.jxpath.JXPathContext getContext()
public java.io.InputStream getByteStream()
getByteStream
in class org.xml.sax.InputSource
public void setByteStream(java.io.InputStream inputStream)
setByteStream
in class org.xml.sax.InputSource
public void setEncoding(java.lang.String encoding)
setEncoding
in class org.xml.sax.InputSource
public java.lang.String getEncoding()
getEncoding
in class org.xml.sax.InputSource
public void setCharacterStream(java.io.Reader characterStream)
setCharacterStream
in class org.xml.sax.InputSource
public java.io.Reader getCharacterStream()
getCharacterStream
in class org.xml.sax.InputSource
Copyright © 2013 XChain Framework. All Rights Reserved.