Package | Description |
---|---|
de.knipp.rritoolkit | |
de.knipp.rritoolkit.request |
Modifier and Type | Method and Description |
---|---|
XmlBuilder |
XmlBuilder.attf(javax.xml.namespace.QName qName,
boolean value)
add an attribute to the current node, if it is an element node.
|
XmlBuilder |
XmlBuilder.attf(java.lang.String name,
boolean value)
add an attribute to the current node, if it is an element node.
|
XmlBuilder |
XmlBuilder.attf(java.lang.String uri,
java.lang.String qName,
boolean value)
add an attribute to the current node, if it is an element node.
|
XmlBuilder |
XmlBuilder.attf(java.lang.String uri,
java.lang.String prefix,
java.lang.String localName,
boolean value)
add an attribute to the current node, if it is an element node.
|
XmlBuilder |
XmlBuilder.attr(javax.xml.namespace.QName qName,
java.lang.Object value)
add an attribute to the current node, if it is an element node.
|
XmlBuilder |
XmlBuilder.attr(java.lang.String name,
java.lang.Object value)
add an attribute to the current node, if it is an element node.
|
XmlBuilder |
XmlBuilder.attr(java.lang.String uri,
java.lang.String qName,
java.lang.Object value)
add an attribute to the current node, if it is an element node.
|
XmlBuilder |
XmlBuilder.attr(java.lang.String uri,
java.lang.String prefix,
java.lang.String localName,
java.lang.Object value)
add an attribute to the current node, if it is an element node.
|
XmlBuilder |
XmlBuilder.clearNS()
clear the default namespace used for subsequent calls of the "simple"
element creation methods.
|
XmlBuilder |
XmlBuilder.comment(java.lang.String text)
add a comment node to the current node
|
XmlBuilder |
XmlBuilder.ee()
finish an element.
|
XmlBuilder |
XmlBuilder.elt(javax.xml.namespace.QName qName,
java.lang.Object value)
convenience method that adds an element with the given value as text.
|
XmlBuilder |
XmlBuilder.elt(java.lang.String name,
java.lang.Object value)
convenience method that adds an element with the given value as text.
|
XmlBuilder |
XmlBuilder.elt(java.lang.String uri,
java.lang.String qName,
java.lang.Object value)
convenience method that adds an element with the given value as text.
|
XmlBuilder |
XmlBuilder.elt(java.lang.String uri,
java.lang.String prefix,
java.lang.String localName,
java.lang.Object value)
convenience method that adds an element with the given value as text.
|
XmlBuilder |
XmlBuilder.es(javax.xml.namespace.QName qName)
create an element.
|
XmlBuilder |
XmlBuilder.es(java.lang.String localName)
create an element.
|
XmlBuilder |
XmlBuilder.es(java.lang.String uri,
java.lang.String qName)
create an element.
|
XmlBuilder |
XmlBuilder.es(java.lang.String uri,
java.lang.String prefix,
java.lang.String localName)
create an element.
|
XmlBuilder |
XmlBuilder.inc(XmlBuilder xb)
include the subtree created by the specified other instance.
|
XmlBuilder |
XmlBuilder.ns(java.lang.String uri)
set the default namespace used for subsequent calls of the "simple"
element creation methods.
|
XmlBuilder |
XmlBuilder.ns(java.lang.String uri,
java.lang.String prefix)
set the default namespace used for subsequent calls of the "simple"
element creation methods.
|
XmlBuilder |
XmlBuilder.t(java.lang.Object text)
add a text node to the current node.
|
XmlBuilder |
XmlBuilder.ttf(boolean value)
add a text node to the current node.
|
Modifier and Type | Method and Description |
---|---|
private void |
ContactData.add(XmlBuilder xb,
java.lang.String localName,
java.util.List<java.lang.String> values)
add elements for a list to the builder
|
private void |
ContactData.add(XmlBuilder xb,
java.lang.String localName,
java.lang.String value)
add an element to the builder
|
XmlBuilder |
XmlBuilder.inc(XmlBuilder xb)
include the subtree created by the specified other instance.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DomainInfoRequest.addAttributes(XmlBuilder xb)
allow the addition of attributes to the request.
|
protected void |
AuthInfo1CreateRequest.addAttributes(XmlBuilder xb)
allow the addition of attributes to the request.
|
protected void |
DomainSimpleRequest.addAttributes(XmlBuilder xb)
allow the addition of attributes to the request.
|
protected void |
DomainTransitRequest.addAttributes(XmlBuilder xb)
allow the addition of attributes to the request.
|
protected void |
DomainInfoRequest.addElements(XmlBuilder xb)
allow the addition of elements within the request.
|
protected void |
DomainSimpleRequest.addElements(XmlBuilder xb)
allow the addition of elements within the request.
|
Copyright © 2005-2013 Knipp Medien und Kommunikation GmbH