org.plasma.xml.xslt
Class PreserveSpace
java.lang.Object
org.plasma.xml.xslt.AnyType
org.plasma.xml.xslt.PreserveSpace
public class PreserveSpace
- extends AnyType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.w3.org/1999/XSL/Transform}anyType">
<attribute name="elements" use="required" type="{http://www.w3.org/1999/XSL/Transform}element-names" />
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
elements
protected List<String> elements
PreserveSpace
public PreserveSpace()
getElements
public List<String> getElements()
- Gets the value of the elements property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the elements property.
For example, to add a new item, do as follows:
getElements().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2014. All rights reserved.