Uses of Class
org.apache.maven.internal.xml.XmlNodeImpl
Packages that use XmlNodeImpl
-
Uses of XmlNodeImpl in org.apache.maven.internal.xml
Methods in org.apache.maven.internal.xml that return XmlNodeImplModifier and TypeMethodDescriptionstatic XmlNodeImplXmlNodeBuilder.build(InputStream is, String encoding) Deprecated.Builds an XML node tree from the given input stream, trimming whitespace by default.static XmlNodeImplXmlNodeBuilder.build(InputStream is, String encoding, boolean trim) Deprecated.Builds an XML node tree from the given input stream.static XmlNodeImplDeprecated.Builds an XML node tree from the given reader, trimming whitespace by default and without tracking input locations.static XmlNodeImplDeprecated.Builds an XML node tree from the given reader without location tracking.static XmlNodeImplXmlNodeBuilder.build(Reader reader, boolean trim, XmlNodeBuilder.InputLocationBuilder locationBuilder) Deprecated.Builds an XML node tree from the given reader.static XmlNodeImplXmlNodeBuilder.build(Reader reader, XmlNodeBuilder.InputLocationBuilder locationBuilder) Deprecated.Builds an XML node tree from the given reader, trimming whitespace by default.static XmlNodeImplXmlNodeBuilder.build(org.codehaus.plexus.util.xml.pull.XmlPullParser parser) Deprecated.Builds an XML node tree from the given pull parser, trimming whitespace by default and without tracking input locations.static XmlNodeImplXmlNodeBuilder.build(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean trim) Deprecated.Builds an XML node tree from the given pull parser without location tracking.static XmlNodeImplXmlNodeBuilder.build(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean trim, XmlNodeBuilder.InputLocationBuilder locationBuilder) Deprecated.Core parsing method.