Uses of Class
org.omnaest.utils.xml.XMLIteratorFactory

Packages that use XMLIteratorFactory
org.omnaest.utils.xml   
 

Uses of XMLIteratorFactory in org.omnaest.utils.xml
 

Methods in org.omnaest.utils.xml that return XMLIteratorFactory
 XMLIteratorFactory XMLIteratorFactory.close()
          Closes the internal XMLEventReader which closes all iterators immediately
 XMLIteratorFactory XMLIteratorFactory.doAddXMLEventTransformer(XMLIteratorFactory.XMLEventTransformer xmlEventTransformer)
           
 XMLIteratorFactory XMLIteratorFactory.doAddXMLTagScope(QName tagName)
          Returns a new XMLIteratorFactory instance with the configuration of this one but holding an additional xml tag scope restriction.
 XMLIteratorFactory XMLIteratorFactory.doAddXMLTagTouchBarrier(QName tagName)
          Returns a new XMLIteratorFactory instance with the configuration of this one but holding an additional xml tag touch barrier restriction.
 XMLIteratorFactory XMLIteratorFactory.doCreateThreadsafeIterators(boolean threadsafe)
          If given true as parameter the returned Iterator instances will use ThreadLocal states.
 XMLIteratorFactory XMLIteratorFactory.doLowerCaseXMLTagAndAttributeNames()
          This adds an XMLIteratorFactory.XMLEventTransformer which does lower case the xml tag and attribute names
 XMLIteratorFactory XMLIteratorFactory.doRemoveNamespacesForXMLTagAndAttributeNames()
          This adds an XMLIteratorFactory.XMLEventTransformer which does remove all Namespace declarations on any xml tag and attribute
 XMLIteratorFactory XMLIteratorFactory.doUpperCaseXMLTagAndAttributeNames()
          This adds an XMLIteratorFactory.XMLEventTransformer which does upper case the xml tag and attribute names
 XMLIteratorFactory XMLIteratorFactory.setEncoding(String encoding)
          Sets the encoding.
 XMLIteratorFactory XMLIteratorFactory.setJAXBTypeContentConverterFactory(XMLIteratorFactory.JAXBTypeContentConverterFactory jaxbTypeContentConverterFactory)
          Allows to set another XMLIteratorFactory.JAXBTypeContentConverterFactory which is used to convert xml content to instances of JAXB based types.
 XMLIteratorFactory XMLIteratorFactory.setXmlInstanceContextFactory(XMLInstanceContextFactory xmlInstanceContextFactory)
          Allows to set an alternative XMLInstanceContextFactory, e.g. to replace the current java default stax implementation by another one like Staxon or Jettison for JSON
 



Copyright © 2013. All Rights Reserved.