-
Deprecated.
Builds an XML node tree from the given input stream, trimming whitespace by default.
Deprecated.
Builds an XML node tree from the given input stream.
Deprecated.
Builds an XML node tree from the given reader, trimming whitespace by default and
without tracking input locations.
Deprecated.
Builds an XML node tree from the given reader without location tracking.
Deprecated.
Builds an XML node tree from the given reader.
Deprecated.
Builds an XML node tree from the given reader, trimming whitespace by default.
XmlNodeBuilder.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.
XmlNodeBuilder.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.
Deprecated.
Core parsing method.