org.jdom.test.filterlist
Class FilterListRandomizer.OurProcessingInstruction

java.lang.Object
  extended by org.jdom.Content
      extended by org.jdom.ProcessingInstruction
          extended by org.jdom.test.filterlist.FilterListRandomizer.OurProcessingInstruction
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Enclosing class:
FilterListRandomizer

public class FilterListRandomizer.OurProcessingInstruction
extends org.jdom.ProcessingInstruction

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jdom.ProcessingInstruction
mapData, rawData, target
 
Fields inherited from class org.jdom.Content
parent
 
Method Summary
 org.jdom.ProcessingInstruction setParent(org.jdom.Element parent)
           
 
Methods inherited from class org.jdom.ProcessingInstruction
clone, getData, getPseudoAttributeNames, getPseudoAttributeValue, getTarget, getValue, removePseudoAttribute, setData, setData, setPseudoAttribute, setTarget, toString
 
Methods inherited from class org.jdom.Content
detach, equals, getDocument, getParent, getParentElement, hashCode, setParent
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

setParent

public org.jdom.ProcessingInstruction setParent(org.jdom.Element parent)


Copyright © 2007 Brett McLaughlin, Jason Hunter. All Rights Reserved.