Package xml.factories.attribute
-
Class Summary Class Description XmlColourFactory ConstructsColour
s from XML attributes.XmlDoubleFactory Constructs doubles from XML attributes.XmlFactorsFactory ConstructsFactors
s from XML attributes.XmlFactoryFromAttribute<T> This interface represents a class which constructs an object of type T from an XML attribute string.XmlIntegerFactory Constructs doubles from XML attributes.XmlResolutionFactory Constructs a newResolution
from an XML attribute string in a form similar to "1920x1080".XmlTripleFactory<T extends Triple> ConstructsTriple
s from XML attributes, according to the givenDoubleTriFunction
.