|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.kpro.parser.P3PParser
public class P3PParser
Parser that parses a P3P policy and makes it into a PolicyObject
Nested Class Summary | |
---|---|
(package private) class |
P3PParser.XMLParserHandler
|
Field Summary | |
---|---|
private PolicyObject |
policy
|
private java.lang.String |
tempKey
|
Constructor Summary | |
---|---|
P3PParser()
|
Method Summary | |
---|---|
PolicyObject |
parse(java.lang.String p3p)
Parses a P3P Policy by URL |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private PolicyObject policy
private java.lang.String tempKey
Constructor Detail |
---|
public P3PParser()
Method Detail |
---|
public PolicyObject parse(java.lang.String p3p)
p3p
- input String
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |