com.sun.xml.security.core.dsig
Class InclusiveNamespacesType

java.lang.Object
  extended by com.sun.xml.security.core.dsig.InclusiveNamespacesType

public class InclusiveNamespacesType
extends Object

Author:
K.Venugopal@sun.com

Field Summary
protected  String prefixList
           
 
Constructor Summary
InclusiveNamespacesType()
          Creates a new instance of InclusiveNamespaces
 
Method Summary
 void addToPrefixList(String prefix)
           
 String getPrefixList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prefixList

protected String prefixList
Constructor Detail

InclusiveNamespacesType

public InclusiveNamespacesType()
Creates a new instance of InclusiveNamespaces

Method Detail

getPrefixList

public String getPrefixList()

addToPrefixList

public void addToPrefixList(String prefix)


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.