Uses of Class
org.w3.xml.x1998.namespace.SpaceAttribute.Space.Enum
-
Packages that use SpaceAttribute.Space.Enum Package Description org.w3.xml.x1998.namespace -
-
Uses of SpaceAttribute.Space.Enum in org.w3.xml.x1998.namespace
Fields in org.w3.xml.x1998.namespace declared as SpaceAttribute.Space.Enum Modifier and Type Field Description static SpaceAttribute.Space.EnumSpaceAttribute.Space. DEFAULTstatic SpaceAttribute.Space.EnumSpaceAttribute.Space. PRESERVEMethods in org.w3.xml.x1998.namespace that return SpaceAttribute.Space.Enum Modifier and Type Method Description static SpaceAttribute.Space.EnumSpaceAttribute.Space.Enum. forInt(int i)Returns the enum value corresponding to an int, or null if none.static SpaceAttribute.Space.EnumSpaceAttribute.Space.Enum. forString(String s)Returns the enum value for a string, or null if none.SpaceAttribute.Space.EnumSpaceAttribute. getSpace()Gets the "space" attributeMethods in org.w3.xml.x1998.namespace with parameters of type SpaceAttribute.Space.Enum Modifier and Type Method Description voidSpaceAttribute. setSpace(SpaceAttribute.Space.Enum space)Sets the "space" attribute
-