|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xml.security.stax.impl.DocumentContextImpl
public class DocumentContextImpl
A concrete DocumentContext Implementation
| Constructor Summary | |
|---|---|
DocumentContextImpl()
|
|
| Method Summary | |
|---|---|
protected DocumentContextImpl |
clone()
|
String |
getBaseURI()
|
Map<Integer,XMLSecurityConstants.ContentType> |
getContentTypeMap()
|
String |
getEncoding()
|
List<XMLSecurityConstants.ContentType> |
getProtectionOrder()
|
boolean |
isInEncryptedContent()
|
boolean |
isInSignedContent()
|
void |
setBaseURI(String baseURI)
|
protected void |
setContentTypeMap(Map<Integer,XMLSecurityConstants.ContentType> contentTypeMap)
|
void |
setEncoding(String encoding)
|
void |
setIsInEncryptedContent(int index,
Object key)
Indicates if we currently stay in an encrypted content |
void |
setIsInSignedContent(int index,
Object key)
Indicates if we currently stay in a signed content |
void |
unsetIsInEncryptedContent(Object key)
unset when we leave the encrypted content |
void |
unsetIsInSignedContent(Object key)
unset when we leave the signed content |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentContextImpl()
| Method Detail |
|---|
public String getEncoding()
getEncoding in interface DocumentContextpublic void setEncoding(String encoding)
public String getBaseURI()
getBaseURI in interface DocumentContextpublic void setBaseURI(String baseURI)
public void setIsInEncryptedContent(int index,
Object key)
DocumentContext
setIsInEncryptedContent in interface DocumentContextpublic void unsetIsInEncryptedContent(Object key)
DocumentContext
unsetIsInEncryptedContent in interface DocumentContextpublic boolean isInEncryptedContent()
isInEncryptedContent in interface DocumentContext
public void setIsInSignedContent(int index,
Object key)
DocumentContext
setIsInSignedContent in interface DocumentContextpublic void unsetIsInSignedContent(Object key)
DocumentContext
unsetIsInSignedContent in interface DocumentContextpublic boolean isInSignedContent()
isInSignedContent in interface DocumentContextpublic List<XMLSecurityConstants.ContentType> getProtectionOrder()
getProtectionOrder in interface DocumentContextpublic Map<Integer,XMLSecurityConstants.ContentType> getContentTypeMap()
getContentTypeMap in interface DocumentContextprotected void setContentTypeMap(Map<Integer,XMLSecurityConstants.ContentType> contentTypeMap)
protected DocumentContextImpl clone()
throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||