|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.StylesheetDescription.PIAttributes
class StylesheetDescription.PIAttributes
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 |
---|
private java.util.Hashtable piAttributes
Constructor Detail |
---|
StylesheetDescription.PIAttributes(java.lang.String data)
StylesheetDescription.PIAttributes(org.w3c.dom.ProcessingInstruction pi)
pi
- The processing instruction whose attributes are to be parsedMethod Detail |
---|
java.lang.String getAttribute(java.lang.String name)
name
- Attribute name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |