|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CallbackLookup
This interface defines a pluggable way of locating Elements that are referenced via an Id.
Method Summary | |
---|---|
org.w3c.dom.Element |
getElement(java.lang.String id,
java.lang.String valueType,
boolean checkMultipleElements)
Get the DOM element that corresponds to the given id and ValueType reference. |
java.util.List<org.w3c.dom.Element> |
getElements(java.lang.String localname,
java.lang.String namespace)
Get the DOM element(s) that correspond to the given localname/namespace. |
Method Detail |
---|
org.w3c.dom.Element getElement(java.lang.String id, java.lang.String valueType, boolean checkMultipleElements) throws WSSecurityException
id
- The id of the element to locatevalueType
- The ValueType attribute of the element to locate (can be null)checkMultipleElements
- If true then go through the entire tree and return
null if there are multiple elements with the same Id
WSSecurityException
java.util.List<org.w3c.dom.Element> getElements(java.lang.String localname, java.lang.String namespace) throws WSSecurityException
localname
- The localname of the Element(s)namespace
- The namespace of the Element(s)
WSSecurityException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |