Uses of Class
com.sun.xml.fastinfoset.stax.StAXManager
-
Packages that use StAXManager Package Description com.sun.xml.fastinfoset.stax com.sun.xml.fastinfoset.stax.factory -
-
Uses of StAXManager in com.sun.xml.fastinfoset.stax
Fields in com.sun.xml.fastinfoset.stax declared as StAXManager Modifier and Type Field Description protected StAXManagerStAXDocumentParser. _managerprotected StAXManagerStAXDocumentSerializer. _managerMethods in com.sun.xml.fastinfoset.stax with parameters of type StAXManager Modifier and Type Method Description voidStAXDocumentParser. setManager(StAXManager manager)voidStAXDocumentSerializer. setManager(StAXManager manager)Constructors in com.sun.xml.fastinfoset.stax with parameters of type StAXManager Constructor Description StAXDocumentParser(java.io.InputStream s, StAXManager manager)StAXDocumentSerializer(java.io.OutputStream outputStream, StAXManager manager)StAXManager(StAXManager manager) -
Uses of StAXManager in com.sun.xml.fastinfoset.stax.factory
Fields in com.sun.xml.fastinfoset.stax.factory declared as StAXManager Modifier and Type Field Description private StAXManagerStAXInputFactory. _managerprivate StAXManagerStAXOutputFactory. _manager
-