org.apache.wss4j.stax.impl.resourceResolvers
Class ResolverSameDocument

java.lang.Object
  extended by org.apache.xml.security.stax.impl.resourceResolvers.ResolverSameDocument
      extended by org.apache.wss4j.stax.impl.resourceResolvers.ResolverSameDocument
All Implemented Interfaces:
org.apache.xml.security.stax.ext.ResourceResolver, org.apache.xml.security.stax.ext.ResourceResolverLookup

public class ResolverSameDocument
extends org.apache.xml.security.stax.impl.resourceResolvers.ResolverSameDocument


Constructor Summary
ResolverSameDocument()
           
ResolverSameDocument(String uri)
           
 
Method Summary
 boolean matches(org.apache.xml.security.stax.ext.stax.XMLSecStartElement xmlSecStartElement)
           
 org.apache.xml.security.stax.ext.ResourceResolver newInstance(String uri, String baseURI)
           
 
Methods inherited from class org.apache.xml.security.stax.impl.resourceResolvers.ResolverSameDocument
canResolve, getId, getInputStreamFromExternalReference, isSameDocumentReference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResolverSameDocument

public ResolverSameDocument()

ResolverSameDocument

public ResolverSameDocument(String uri)
Method Detail

newInstance

public org.apache.xml.security.stax.ext.ResourceResolver newInstance(String uri,
                                                                     String baseURI)
Specified by:
newInstance in interface org.apache.xml.security.stax.ext.ResourceResolverLookup
Overrides:
newInstance in class org.apache.xml.security.stax.impl.resourceResolvers.ResolverSameDocument

matches

public boolean matches(org.apache.xml.security.stax.ext.stax.XMLSecStartElement xmlSecStartElement)
Specified by:
matches in interface org.apache.xml.security.stax.ext.ResourceResolver
Overrides:
matches in class org.apache.xml.security.stax.impl.resourceResolvers.ResolverSameDocument


Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.