org.plasma.xml.xslt
Class PreserveSpace

java.lang.Object
  extended by org.plasma.xml.xslt.AnyType
      extended by 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>
 


Field Summary
protected  java.util.List<java.lang.String> elements
           
 
Constructor Summary
PreserveSpace()
           
 
Method Summary
 java.util.List<java.lang.String> getElements()
          Gets the value of the elements property.
 
Methods inherited from class org.plasma.xml.xslt.AnyType
getOtherAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

elements

protected java.util.List<java.lang.String> elements
Constructor Detail

PreserveSpace

public PreserveSpace()
Method Detail

getElements

public java.util.List<java.lang.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 © 2013. All Rights Reserved.