Class StaxNavBuilderImpl
java.lang.Object
org.gatein.common.xml.stax.navigator.builder.StaxNavBuilderImpl
- All Implemented Interfaces:
StaxNavBuilder
- Version:
- $Revision$
- Author:
- Nick Scavelli
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<N> org.staxnav.StaxNavigator<N> build(org.staxnav.Naming<N> naming) withInputStream(InputStream inputStream) withInputStream(InputStream inputStream, String encoding) withProperty(String name, Object value) withPropertyIfSupported(String name, Object value) withReader(Reader reader) withSource(Source source) withXmlStreamReader(XMLStreamReader reader)
-
Constructor Details
-
StaxNavBuilderImpl
public StaxNavBuilderImpl()
-
-
Method Details
-
withProperty
- Specified by:
withPropertyin interfaceStaxNavBuilder
-
withPropertyIfSupported
- Specified by:
withPropertyIfSupportedin interfaceStaxNavBuilder
-
withInputStream
- Specified by:
withInputStreamin interfaceStaxNavBuilder
-
withInputStream
- Specified by:
withInputStreamin interfaceStaxNavBuilder
-
withReader
- Specified by:
withReaderin interfaceStaxNavBuilder
-
withSource
- Specified by:
withSourcein interfaceStaxNavBuilder
-
withXmlStreamReader
- Specified by:
withXmlStreamReaderin interfaceStaxNavBuilder
-