[]Struct jni_android_sys::org::xml::sax::helpers::XMLFilterImpl

#[repr(transparent)]
pub struct XMLFilterImpl(_);

public class XMLFilterImpl

Required feature: "org-xml-sax-helpers-XMLFilterImpl"

Methods

impl XMLFilterImpl

pub fn new<'env>(
    __jni_env: &'env Env
) -> Result<Local<'env, XMLFilterImpl>, Local<'env, Throwable>>
[src]

pub fn new_XMLReader<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env XMLReader>>
) -> Result<Local<'env, XMLFilterImpl>, Local<'env, Throwable>>
[src]

XMLFilterImpl

Required features: "org-xml-sax-XMLReader"

pub fn setParent<'env>(
    &'env self,
    arg0: impl Into<Option<&'env XMLReader>>
) -> Result<(), Local<'env, Throwable>>
[src]

setParent

Required features: "org-xml-sax-XMLReader"

pub fn getParent<'env>(
    &'env self
) -> Result<Option<Local<'env, XMLReader>>, Local<'env, Throwable>>
[src]

getParent

Required features: "org-xml-sax-XMLReader"

pub fn setFeature<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: bool
) -> Result<(), Local<'env, Throwable>>
[src]

setFeature

Required features: "java-lang-String"

pub fn getFeature<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<bool, Local<'env, Throwable>>
[src]

getFeature

Required features: "java-lang-String"

pub fn setProperty<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env Object>>
) -> Result<(), Local<'env, Throwable>>
[src]

setProperty

Required features: "java-lang-Object", "java-lang-String"

pub fn getProperty<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, Object>>, Local<'env, Throwable>>
[src]

getProperty

Required features: "java-lang-Object", "java-lang-String"

pub fn setEntityResolver<'env>(
    &'env self,
    arg0: impl Into<Option<&'env EntityResolver>>
) -> Result<(), Local<'env, Throwable>>
[src]

setEntityResolver

Required features: "org-xml-sax-EntityResolver"

pub fn getEntityResolver<'env>(
    &'env self
) -> Result<Option<Local<'env, EntityResolver>>, Local<'env, Throwable>>
[src]

getEntityResolver

Required features: "org-xml-sax-EntityResolver"

pub fn setDTDHandler<'env>(
    &'env self,
    arg0: impl Into<Option<&'env DTDHandler>>
) -> Result<(), Local<'env, Throwable>>
[src]

setDTDHandler

Required features: "org-xml-sax-DTDHandler"

pub fn getDTDHandler<'env>(
    &'env self
) -> Result<Option<Local<'env, DTDHandler>>, Local<'env, Throwable>>
[src]

getDTDHandler

Required features: "org-xml-sax-DTDHandler"

pub fn setContentHandler<'env>(
    &'env self,
    arg0: impl Into<Option<&'env ContentHandler>>
) -> Result<(), Local<'env, Throwable>>
[src]

setContentHandler

Required features: "org-xml-sax-ContentHandler"

pub fn getContentHandler<'env>(
    &'env self
) -> Result<Option<Local<'env, ContentHandler>>, Local<'env, Throwable>>
[src]

getContentHandler

Required features: "org-xml-sax-ContentHandler"

pub fn setErrorHandler<'env>(
    &'env self,
    arg0: impl Into<Option<&'env ErrorHandler>>
) -> Result<(), Local<'env, Throwable>>
[src]

setErrorHandler

Required features: "org-xml-sax-ErrorHandler"

pub fn getErrorHandler<'env>(
    &'env self
) -> Result<Option<Local<'env, ErrorHandler>>, Local<'env, Throwable>>
[src]

getErrorHandler

Required features: "org-xml-sax-ErrorHandler"

pub fn parse_InputSource<'env>(
    &'env self,
    arg0: impl Into<Option<&'env InputSource>>
) -> Result<(), Local<'env, Throwable>>
[src]

parse

Required features: "org-xml-sax-InputSource"

pub fn parse_String<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<(), Local<'env, Throwable>>
[src]

parse

Required features: "java-lang-String"

pub fn resolveEntity<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env String>>
) -> Result<Option<Local<'env, InputSource>>, Local<'env, Throwable>>
[src]

resolveEntity

Required features: "java-lang-String", "org-xml-sax-InputSource"

pub fn notationDecl<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env String>>,
    arg2: impl Into<Option<&'env String>>
) -> Result<(), Local<'env, Throwable>>
[src]

notationDecl

Required features: "java-lang-String"

pub fn unparsedEntityDecl<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env String>>,
    arg2: impl Into<Option<&'env String>>,
    arg3: impl Into<Option<&'env String>>
) -> Result<(), Local<'env, Throwable>>
[src]

unparsedEntityDecl

Required features: "java-lang-String"

pub fn setDocumentLocator<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Locator>>
) -> Result<(), Local<'env, Throwable>>
[src]

setDocumentLocator

Required features: "org-xml-sax-Locator"

pub fn startDocument<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn endDocument<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn startPrefixMapping<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env String>>
) -> Result<(), Local<'env, Throwable>>
[src]

startPrefixMapping

Required features: "java-lang-String"

pub fn endPrefixMapping<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<(), Local<'env, Throwable>>
[src]

endPrefixMapping

Required features: "java-lang-String"

pub fn startElement<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env String>>,
    arg2: impl Into<Option<&'env String>>,
    arg3: impl Into<Option<&'env Attributes>>
) -> Result<(), Local<'env, Throwable>>
[src]

startElement

Required features: "java-lang-String", "org-xml-sax-Attributes"

pub fn endElement<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env String>>,
    arg2: impl Into<Option<&'env String>>
) -> Result<(), Local<'env, Throwable>>
[src]

endElement

Required features: "java-lang-String"

pub fn characters<'env>(
    &'env self,
    arg0: impl Into<Option<&'env CharArray>>,
    arg1: i32,
    arg2: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn ignorableWhitespace<'env>(
    &'env self,
    arg0: impl Into<Option<&'env CharArray>>,
    arg1: i32,
    arg2: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn processingInstruction<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env String>>
) -> Result<(), Local<'env, Throwable>>
[src]

processingInstruction

Required features: "java-lang-String"

pub fn skippedEntity<'env>(
    &'env self,
    arg0: impl Into<Option<&'env String>>
) -> Result<(), Local<'env, Throwable>>
[src]

skippedEntity

Required features: "java-lang-String"

pub fn warning<'env>(
    &'env self,
    arg0: impl Into<Option<&'env SAXParseException>>
) -> Result<(), Local<'env, Throwable>>
[src]

warning

Required features: "org-xml-sax-SAXParseException"

pub fn error<'env>(
    &'env self,
    arg0: impl Into<Option<&'env SAXParseException>>
) -> Result<(), Local<'env, Throwable>>
[src]

error

Required features: "org-xml-sax-SAXParseException"

pub fn fatalError<'env>(
    &'env self,
    arg0: impl Into<Option<&'env SAXParseException>>
) -> Result<(), Local<'env, Throwable>>
[src]

fatalError

Required features: "org-xml-sax-SAXParseException"

Methods from Deref<Target = Object>

pub fn getClass<'env>(
    &'env self
) -> Result<Option<Local<'env, Class>>, Local<'env, Throwable>>
[src]

getClass

Required features: "java-lang-Class"

pub fn hashCode<'env>(&'env self) -> Result<i32, Local<'env, Throwable>>[src]

pub fn equals<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Object>>
) -> Result<bool, Local<'env, Throwable>>
[src]

equals

Required features: "java-lang-Object"

pub fn toString<'env>(
    &'env self
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toString

Required features: "java-lang-String"

pub fn notify<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn notifyAll<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn wait_long<'env>(
    &'env self,
    arg0: i64
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait_long_int<'env>(
    &'env self,
    arg0: i64,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

Trait Implementations

impl AsJValue for XMLFilterImpl

impl AsRef<ContentHandler> for XMLFilterImpl

impl AsRef<DTDHandler> for XMLFilterImpl

impl AsRef<EntityResolver> for XMLFilterImpl

impl AsRef<ErrorHandler> for XMLFilterImpl

impl AsRef<XMLFilter> for XMLFilterImpl

impl AsValidJObjectAndEnv for XMLFilterImpl

impl Deref for XMLFilterImpl

type Target = Object

The resulting type after dereferencing.

impl JniType for XMLFilterImpl

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.