Uses of Interface
org.apache.maven.internal.xml.XmlNodeBuilder.InputLocationBuilder
-
Uses of XmlNodeBuilder.InputLocationBuilder in org.apache.maven.internal.xml
Methods in org.apache.maven.internal.xml with parameters of type XmlNodeBuilder.InputLocationBuilderModifier and TypeMethodDescriptionstatic 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, boolean trim, XmlNodeBuilder.InputLocationBuilder locationBuilder) Deprecated.Core parsing method.