issrg.pba.rbac.xmlpolicy
Class XMLPolicyParser.PMIXMLPolicyNode

java.lang.Object
  extended by issrg.pba.rbac.xmlpolicy.PolicyXMLNode
      extended by issrg.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 and the TimeZone 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()
           
 java.lang.String getTimeZone()
           
 
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)
                                 throws PolicyParsingException
Throws:
PolicyParsingException
Method Detail

getOID

public java.lang.String getOID()

getTimeZone

public java.lang.String getTimeZone()