public class FunctionTypeImplBuilder extends AbstractXACMLObjectBuilder<FunctionType>
FunctionType
.Constructor and Description |
---|
FunctionTypeImplBuilder() |
Modifier and Type | Method and Description |
---|---|
FunctionType |
buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
FunctionType |
buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
buildObject, buildObject, buildObject, buildObject
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
buildObject, buildObject, buildObject, buildObject
public FunctionType buildObject(String namespaceURI, String localName, String namespacePrefix)
buildObject
in interface XMLObjectBuilder<FunctionType>
buildObject
in class AbstractXMLObjectBuilder<FunctionType>
namespaceURI
- the URI of the namespace the Element represented by this XMLObject will be inlocalName
- the local name of the Element represented by this XMLObjectnamespacePrefix
- the namespace prefix of the Element represented by this XMLObjectpublic FunctionType buildObject()
buildObject
in interface XACMLObjectBuilder<FunctionType>
buildObject
in class AbstractXACMLObjectBuilder<FunctionType>
Copyright © 2017. All rights reserved.