org.jasig.portal
Class StylesheetDescription.PIAttributes

java.lang.Object
  extended by org.jasig.portal.StylesheetDescription.PIAttributes
Enclosing class:
StylesheetDescription

 class StylesheetDescription.PIAttributes
extends java.lang.Object

Parses a processing instruction's (PI) attributes for easy retrieval.


Field Summary
private  java.util.Hashtable piAttributes
           
 
Constructor Summary
StylesheetDescription.PIAttributes(org.w3c.dom.ProcessingInstruction pi)
          Constructor.
StylesheetDescription.PIAttributes(java.lang.String data)
           
 
Method Summary
(package private)  java.lang.String getAttribute(java.lang.String name)
          Returns value of specified attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

piAttributes

private java.util.Hashtable piAttributes
Constructor Detail

StylesheetDescription.PIAttributes

StylesheetDescription.PIAttributes(java.lang.String data)

StylesheetDescription.PIAttributes

StylesheetDescription.PIAttributes(org.w3c.dom.ProcessingInstruction pi)
Constructor.

Parameters:
pi - The processing instruction whose attributes are to be parsed
Method Detail

getAttribute

java.lang.String getAttribute(java.lang.String name)
Returns value of specified attribute.

Parameters:
name - Attribute name
Returns:
Attribute value, or null if the attribute name does not exist