issrg.pba.rbac.xmlpolicy
Class XMLPolicyParser.PMIXMLPolicyNode

java.lang.Object
  extended byissrg.pba.rbac.xmlpolicy.PolicyXMLNode
      extended byissrg.pba.rbac.xmlpolicy.XMLPolicyParser.PMIXMLPolicyNode
Enclosing class:
XMLPolicyParser

public class XMLPolicyParser.PMIXMLPolicyNode
extends PolicyXMLNode

This class represents the topmost node: the policy. It knows the OID of the policy.


Field Summary
 
Fields inherited from class issrg.pba.rbac.xmlpolicy.PolicyXMLNode
attributes, children, name, nodeStr
 
Constructor Summary
XMLPolicyParser.PMIXMLPolicyNode(org.xml.sax.Attributes attrs)
           
 
Method Summary
 java.lang.String getOID()
           
 
Methods inherited from class issrg.pba.rbac.xmlpolicy.PolicyXMLNode
addChild, addString, construct, getAttributes, getChildren, getName, getString, toString, toXML, toXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLPolicyParser.PMIXMLPolicyNode

public XMLPolicyParser.PMIXMLPolicyNode(org.xml.sax.Attributes attrs)
Method Detail

getOID

public java.lang.String getOID()