|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.balana.xacml3.RequestDefaults
public class RequestDefaults
Represents RequestDefaultsType XML type found in the context schema in XACML 3.0.
Constructor Summary | |
---|---|
RequestDefaults(String xPathVersion)
Constructor that creates a new RequestDefaults based on
the given elements. |
Method Summary | |
---|---|
void |
encode(OutputStream output)
Encodes this RequestDefaults into its XML representation and writes this encoding to the given
OutputStream with no indentation. |
void |
encode(OutputStream output,
Indenter indenter)
Encodes this RequestDefaults into its XML representation and writes this encoding to the given
OutputStream with indentation. |
static RequestDefaults |
getInstance(Node root)
creates a RequestDefaults based on its DOM node. |
String |
getXPathVersion()
returns XPath version |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RequestDefaults(String xPathVersion)
RequestDefaults
based on
the given elements.
xPathVersion
- XPath version as String
Method Detail |
---|
public static RequestDefaults getInstance(Node root)
RequestDefaults
based on its DOM node.
root
- root the node to parse for the RequestDefaults
RequestDefaults
constructed by parsingpublic String getXPathVersion()
String
public void encode(OutputStream output)
RequestDefaults
into its XML representation and writes this encoding to the given
OutputStream
with no indentation.
output
- a stream into which the XML-encoded data is writtenpublic void encode(OutputStream output, Indenter indenter)
RequestDefaults
into its XML representation and writes this encoding to the given
OutputStream
with indentation.
output
- a stream into which the XML-encoded data is writtenindenter
- an object that creates indentation strings
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |