|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlBuilder | |
---|---|
de.knipp.rritoolkit | |
de.knipp.rritoolkit.request |
Uses of XmlBuilder in de.knipp.rritoolkit |
---|
Methods in de.knipp.rritoolkit that return XmlBuilder | |
---|---|
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. |
Methods in de.knipp.rritoolkit with parameters of type XmlBuilder | |
---|---|
private void |
ContactData.add(XmlBuilder xb,
java.lang.String localName,
java.util.List<java.lang.String> values,
ContactData.Field field)
add elements for a list to the builder |
private void |
ContactData.add(XmlBuilder xb,
java.lang.String localName,
java.lang.String value,
ContactData.Field field)
add an element to the builder |
XmlBuilder |
XmlBuilder.inc(XmlBuilder xb)
include the subtree created by the specified other instance. |
Uses of XmlBuilder in de.knipp.rritoolkit.request |
---|
Methods in de.knipp.rritoolkit.request with parameters of type XmlBuilder | |
---|---|
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 |
DomainTransitRequest.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |