public class XmlOperatingSystemReader extends Object
Constructor and Description |
---|
XmlOperatingSystemReader() |
Modifier and Type | Method and Description |
---|---|
static Iterator<OperatingSystem> |
iterateMany(XmlReader reader) |
static List<OperatingSystem> |
readMany(XmlReader reader) |
static OperatingSystem |
readOne(XmlReader reader) |
public static OperatingSystem readOne(XmlReader reader)
public static Iterator<OperatingSystem> iterateMany(XmlReader reader)
public static List<OperatingSystem> readMany(XmlReader reader)
Copyright © 2016. All rights reserved.