Uses of Class
com.sun.xml.fastinfoset.stax.StAXManager
Packages that use StAXManager
-
Uses of StAXManager in com.sun.xml.fastinfoset.stax
Fields in com.sun.xml.fastinfoset.stax declared as StAXManagerModifier and TypeFieldDescriptionprotected StAXManagerStAXDocumentParser._managerprotected StAXManagerStAXDocumentSerializer._managerMethods in com.sun.xml.fastinfoset.stax with parameters of type StAXManagerModifier and TypeMethodDescriptionfinal voidStAXDocumentParser.setManager(StAXManager manager) voidStAXDocumentSerializer.setManager(StAXManager manager) Constructors in com.sun.xml.fastinfoset.stax with parameters of type StAXManagerModifierConstructorDescriptionStAXDocumentParser(InputStream s, StAXManager manager) StAXDocumentSerializer(OutputStream outputStream, StAXManager manager) StAXManager(StAXManager manager)