Frames | No Frames |
Methods with parameter type org.xml.sax.InputSource | |
void | Set the SAX InputSource to be used for the Source.
|
Methods with return type org.xml.sax.InputSource | |
InputSource | Get the SAX InputSource to be used for the Source.
|
InputSource | Attempt to obtain a SAX InputSource object from a TrAX Source
object.
|
Constructors with parameter type org.xml.sax.InputSource | |
Create a SAXSource , using a SAX InputSource .
| |
Create a SAXSource , using an XMLReader
and a SAX InputSource. |
Methods with parameter type org.xml.sax.InputSource | |
void | Parse an XML document.
|
void | Parse an XML document.
|
Methods with return type org.xml.sax.InputSource | |
InputSource | EntityResolver.resolveEntity(String publicId, String systemId) Allow the application to resolve external entities.
|
InputSource | HandlerBase.resolveEntity(String publicId, String systemId) Resolve an external entity.
|
Methods with return type org.xml.sax.InputSource | |
InputSource | StylesheetHandler.resolveEntity(String publicId, String systemId) Resolve an external entity.
|
InputSource | Resolve an external entity.
|
Methods with parameter type org.xml.sax.InputSource | |
Object | doParse() is a simple API which tells the coroutine parser
to begin reading from a file. |
void | Launch an XMLReader's parsing operation, feeding events to this
IncrementalSAXSource. |
void | Launch a thread that will run an XMLReader's parse() operation within
a thread, feeding events to this IncrementalSAXSource_Filter. |
void | startParse() is a simple API which tells the IncrementalSAXSource
to begin reading a document.
|
Methods with parameter type org.xml.sax.InputSource | |
byte[][] | Compiles a stylesheet pointed to by a URL. |
byte[][] | Compiles a stylesheet pointed to by a URL. |
boolean | Compiles an XSL stylesheet passed in through an InputStream
|
SyntaxTreeNode | Parses a stylesheet and builds the internal abstract syntax tree
|
SyntaxTreeNode | Parses a stylesheet and builds the internal abstract syntax tree
|
Methods with return type org.xml.sax.InputSource | |
InputSource | This interface is used to plug external document loaders into XSLTC
(used with the |
Methods with return type org.xml.sax.InputSource | |
InputSource | SAX2DTM.resolveEntity(String publicId, String systemId) Resolve an external entity.
|
Methods with parameter type org.xml.sax.InputSource | |
void | Parse an XML document.
|
void | Parse a document.
|
void | Parse the document.
|
Methods with return type org.xml.sax.InputSource | |
InputSource | DefaultHandler.resolveEntity(String publicId, String systemId) Resolve an external entity.
|
InputSource | XMLFilterImpl.resolveEntity(String publicId, String systemId) Filter an external entity resolution.
|
Methods with parameter type org.xml.sax.InputSource | |
Document | Parse the content of the given input source as an XML document
and return a new DOM Document object.
|
void | Parse the content given InputSource
as XML using the specified
HandlerBase .
|
void | Parse the content given InputSource
as XML using the specified
DefaultHandler .
|
Methods with parameter type org.xml.sax.InputSource | |
void | Parse an XML document.
|
Methods with parameter type org.xml.sax.InputSource | |
void | |
void | Parse an XML document.
|
void | Parse a document.
|
Methods with return type org.xml.sax.InputSource | |
InputSource | Creates a SAX2 InputSource object from a TrAX Source object
|
InputSource | This method implements XSLTC's SourceLoader interface. |
InputSource | This method implements XSLTC's SourceLoader interface. |
Methods with parameter type org.xml.sax.InputSource | |
void | Parse a document.
|
Methods with return type org.xml.sax.InputSource | |
InputSource | TransformerHandlerImpl.resolveEntity(String publicId, String systemId) Filter an external entity resolution.
|