Search

vRO intrinsic class org.xml.sax.InputSource

Extends java.lang.Object

This class is not in the plugin metadata. Using it may work, and could depend on the vRO appliance setup.

Attributes

None

Methods

Name Returns
org.xml.sax.InputSource() constructor
org.xml.sax.InputSource(String ) constructor
org.xml.sax.InputSource(java.io.InputStream ) constructor
org.xml.sax.InputSource(java.io.Reader ) constructor
getByteStream() java.io.InputStream
getCharacterStream() java.io.Reader
getEncoding() String
getPublicId() String
getSystemId() String
setByteStream(java.io.InputStream ) void
setCharacterStream(java.io.Reader ) void
setEncoding(String ) void
setPublicId(String ) void
setSystemId(String ) void

Returned by

Method Returns
org.xml.sax.EntityResolver.resolveEntity(String , String ) org.xml.sax.InputSource
org.xml.sax.HandlerBase.resolveEntity(String , String ) org.xml.sax.InputSource
org.xml.sax.helpers.DefaultHandler.resolveEntity(String , String ) org.xml.sax.InputSource

Referenced in

Method Returns
javax.xml.bind.Unmarshaller.unmarshal(org.xml.sax.InputSource ) Object
javax.xml.parsers.DocumentBuilder.parse(org.xml.sax.InputSource ) org.w3c.dom.Document
javax.xml.parsers.SAXParser.parse(org.xml.sax.InputSource , org.xml.sax.HandlerBase ) void
javax.xml.parsers.SAXParser.parse(org.xml.sax.InputSource , org.xml.sax.helpers.DefaultHandler ) void
javax.xml.xpath.XPathExpression.evaluate(org.xml.sax.InputSource , javax.xml.namespace.QName ) Object
javax.xml.xpath.XPathExpression.evaluate(org.xml.sax.InputSource ) String
org.xml.sax.Parser.parse(org.xml.sax.InputSource ) void
org.xml.sax.XMLReader.parse(org.xml.sax.InputSource ) void