java.lang.Object
org.xbib.datastructures.xml.XMLBuilder
- Alle implementierten Schnittstellen:
org.xbib.datastructures.api.Builder
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungaddAttribute(String attributeName, String attributeValue) addAttribute(String nsURI, String attributeName, String attributeValue) addComment(CharSequence commentValue) addNamespace(String nsURI) addNamespace(String nsURI, String nsPrefix) addText(CharSequence textValue) addText(CharSequence textValue, boolean escape) addTextData(CharSequence text) org.xbib.datastructures.api.Builderorg.xbib.datastructures.api.BuilderbeginMap()build()org.xbib.datastructures.api.BuilderbuildCollection(Collection<?> collection) static XMLBuilderbuilder()static XMLBuilderbuilder(Appendable appendable) static XMLBuilderbuilder(Appendable appendable, String version, String encoding) org.xbib.datastructures.api.BuilderbuildKey(CharSequence key) org.xbib.datastructures.api.Builderorg.xbib.datastructures.api.Builderorg.xbib.datastructures.api.BuilderbuildValue(Object value) org.xbib.datastructures.api.Builderorg.xbib.datastructures.api.Buildercopy(org.xbib.datastructures.api.Builder builder) org.xbib.datastructures.api.Builderorg.xbib.datastructures.api.BuilderendMap()getNamespacePrefix(String nsURI) startElement(CharSequence elementName) startElement(String nsURI, CharSequence elementName) startElement(String nsURI, String nsPrefix, CharSequence elementName) Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden org.xbib.datastructures.api.Builder
beginCollection, beginMap, collection, field, fieldIfNotNull
-
Konstruktordetails
-
XMLBuilder
- Löst aus:
IOException
-
-
Methodendetails
-
builder
- Löst aus:
IOException
-
builder
- Löst aus:
IOException
-
builder
public static XMLBuilder builder(Appendable appendable, String version, String encoding) throws IOException - Löst aus:
IOException
-
startElement
- Löst aus:
IOExceptionXMLException
-
startElement
public XMLBuilder startElement(String nsURI, CharSequence elementName) throws IOException, XMLException - Löst aus:
IOExceptionXMLException
-
startElement
public XMLBuilder startElement(String nsURI, String nsPrefix, CharSequence elementName) throws IOException, XMLException - Löst aus:
IOExceptionXMLException
-
endElement
- Löst aus:
IOExceptionXMLException
-
addNamespace
- Löst aus:
IOExceptionXMLException
-
addNamespace
- Löst aus:
IOExceptionXMLException
-
addAttribute
public XMLBuilder addAttribute(String attributeName, String attributeValue) throws IOException, XMLException - Löst aus:
IOExceptionXMLException
-
addAttribute
public XMLBuilder addAttribute(String nsURI, String attributeName, String attributeValue) throws IOException, XMLException - Löst aus:
IOExceptionXMLException
-
addText
- Löst aus:
IOException
-
addText
- Löst aus:
IOException
-
addTextData
- Löst aus:
IOException
-
addComment
- Löst aus:
IOException
-
getNamespacePrefix
-
beginCollection
public org.xbib.datastructures.api.Builder beginCollection()- Angegeben von:
beginCollectionin Schnittstelleorg.xbib.datastructures.api.Builder
-
endCollection
public org.xbib.datastructures.api.Builder endCollection()- Angegeben von:
endCollectionin Schnittstelleorg.xbib.datastructures.api.Builder
-
beginMap
- Angegeben von:
beginMapin Schnittstelleorg.xbib.datastructures.api.Builder- Löst aus:
IOException
-
endMap
- Angegeben von:
endMapin Schnittstelleorg.xbib.datastructures.api.Builder- Löst aus:
IOException
-
buildMap
- Angegeben von:
buildMapin Schnittstelleorg.xbib.datastructures.api.Builder- Löst aus:
IOException
-
buildCollection
public org.xbib.datastructures.api.Builder buildCollection(Collection<?> collection) throws IOException - Angegeben von:
buildCollectionin Schnittstelleorg.xbib.datastructures.api.Builder- Löst aus:
IOException
-
buildKey
- Angegeben von:
buildKeyin Schnittstelleorg.xbib.datastructures.api.Builder- Löst aus:
IOException
-
buildValue
- Angegeben von:
buildValuein Schnittstelleorg.xbib.datastructures.api.Builder- Löst aus:
IOException
-
buildNull
- Angegeben von:
buildNullin Schnittstelleorg.xbib.datastructures.api.Builder- Löst aus:
IOException
-
copy
public org.xbib.datastructures.api.Builder copy(org.xbib.datastructures.api.Builder builder) throws IOException - Angegeben von:
copyin Schnittstelleorg.xbib.datastructures.api.Builder- Löst aus:
IOException
-
copy
- Angegeben von:
copyin Schnittstelleorg.xbib.datastructures.api.Builder- Löst aus:
IOException
-
build
- Angegeben von:
buildin Schnittstelleorg.xbib.datastructures.api.Builder
-