Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
C D E G H I J M P R S V

C

contentHandlerProxy - Variable in class javax.xml.bind.util.JAXBSource.JAXBSourceXMLReader
 
contentObject - Variable in class javax.xml.bind.util.JAXBSource
 

D

dtdHandler - Variable in class javax.xml.bind.util.JAXBSource.JAXBSourceXMLReader
 

E

errorHandler - Variable in class javax.xml.bind.util.JAXBSource.JAXBSourceXMLReader
 
events - Variable in class javax.xml.bind.util.ValidationEventCollector
 

G

getContentHandler() - Method in class javax.xml.bind.util.JAXBSource.JAXBSourceXMLReader
 
getDTDHandler() - Method in class javax.xml.bind.util.JAXBSource.JAXBSourceXMLReader
 
getEntityResolver() - Method in class javax.xml.bind.util.JAXBSource.JAXBSourceXMLReader
 
getErrorHandler() - Method in class javax.xml.bind.util.JAXBSource.JAXBSourceXMLReader
 
getEvents() - Method in class javax.xml.bind.util.ValidationEventCollector
Returns the events collected so far.
getFeature(String) - Method in class javax.xml.bind.util.JAXBSource.JAXBSourceXMLReader
 
getProperty(String) - Method in class javax.xml.bind.util.JAXBSource.JAXBSourceXMLReader
 
getResult() - Method in class javax.xml.bind.util.JAXBResult
Returns the result of a previous transformation.

H

handleEvent(ValidationEvent) - Method in class javax.xml.bind.util.ValidationEventCollector
Will always return true.
hasEvents() - Method in class javax.xml.bind.util.ValidationEventCollector
Returns whether any event has been collected.

I

inputSource - Variable in class javax.xml.bind.util.JAXBSource
 

J

JAXBResult - class javax.xml.bind.util.JAXBResult.
Utility class that allows to catch the result of a stylesheet transformation in a JAXB object.
JAXBResult(JAXBContext) - Constructor for class javax.xml.bind.util.JAXBResult
Creates a new instance of JAXBResult.
JAXBResult(Unmarshaller) - Constructor for class javax.xml.bind.util.JAXBResult
Creates a new instance of JAXBResult.
JAXBSource - class javax.xml.bind.util.JAXBSource.
This utility class allows to use a JAXB object as the source of a stylesheet transformation.
If you depend on any methods from javax.xml.transform.sax.SAXSource, you should use this class.
JAXBSource(JAXBContext, Object) - Constructor for class javax.xml.bind.util.JAXBSource
Creates a new instance of JAXBSource.
JAXBSource(Marshaller, Object) - Constructor for class javax.xml.bind.util.JAXBSource
Creates a new instance of JAXBSource.
JAXBSource.JAXBSourceXMLReader - class javax.xml.bind.util.JAXBSource.JAXBSourceXMLReader.
This private class basically wraps a marshaller and calls its marshal method when the parse methods are called on the XMLReader.
JAXBSource.JAXBSourceXMLReader() - Constructor for class javax.xml.bind.util.JAXBSource.JAXBSourceXMLReader
 
javax.xml.bind.util - package javax.xml.bind.util
Clean room implementation of the JAXB standard xml-binding API.

M

marshaller - Variable in class javax.xml.bind.util.JAXBSource
 

P

parse(String) - Method in class javax.xml.bind.util.JAXBSource.JAXBSourceXMLReader
 
parse(InputSource) - Method in class javax.xml.bind.util.JAXBSource.JAXBSourceXMLReader
 

R

reset() - Method in class javax.xml.bind.util.ValidationEventCollector
Clears the list of collected warnings, errors, and fatal errors.
resolver - Variable in class javax.xml.bind.util.JAXBSource.JAXBSourceXMLReader
 

S

setContentHandler(ContentHandler) - Method in class javax.xml.bind.util.JAXBSource.JAXBSourceXMLReader
 
setDTDHandler(DTDHandler) - Method in class javax.xml.bind.util.JAXBSource.JAXBSourceXMLReader
 
setEntityResolver(EntityResolver) - Method in class javax.xml.bind.util.JAXBSource.JAXBSourceXMLReader
 
setErrorHandler(ErrorHandler) - Method in class javax.xml.bind.util.JAXBSource.JAXBSourceXMLReader
 
setFeature(String, boolean) - Method in class javax.xml.bind.util.JAXBSource.JAXBSourceXMLReader
 
setProperty(String, Object) - Method in class javax.xml.bind.util.JAXBSource.JAXBSourceXMLReader
 

V

ValidationEventCollector - class javax.xml.bind.util.ValidationEventCollector.
Simple implementation of a javax.xml.bind.ValidationEventHandler, which simply collects all the events, regardless whether they are warnings, errors, or fatal errors.
ValidationEventCollector() - Constructor for class javax.xml.bind.util.ValidationEventCollector
Creates a new instance of ValidationEventCollector.

C D E G H I J M P R S V