Uses of Interface
net.opengis.swe.x101.TextSeparator
-
Packages that use TextSeparator Package Description net.opengis.swe.x101 net.opengis.swe.x101.impl -
-
Uses of TextSeparator in net.opengis.swe.x101
Methods in net.opengis.swe.x101 that return TextSeparator Modifier and Type Method Description static TextSeparatorTextSeparator.Factory. newInstance()static TextSeparatorTextSeparator.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TextSeparatorTextSeparator.Factory. newValue(Object obj)static TextSeparatorTextSeparator.Factory. parse(File file)static TextSeparatorTextSeparator.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TextSeparatorTextSeparator.Factory. parse(InputStream is)static TextSeparatorTextSeparator.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TextSeparatorTextSeparator.Factory. parse(Reader r)static TextSeparatorTextSeparator.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TextSeparatorTextSeparator.Factory. parse(String xmlAsString)static TextSeparatorTextSeparator.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TextSeparatorTextSeparator.Factory. parse(URL u)static TextSeparatorTextSeparator.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TextSeparatorTextSeparator.Factory. parse(XMLStreamReader sr)static TextSeparatorTextSeparator.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TextSeparatorTextSeparator.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TextSeparatorTextSeparator.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TextSeparatorTextSeparator.Factory. parse(Node node)static TextSeparatorTextSeparator.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)TextSeparatorTextBlockDocument.TextBlock. xgetBlockSeparator()Gets (as xml) the "blockSeparator" attributeTextSeparatorTextBlockDocument.TextBlock. xgetTokenSeparator()Gets (as xml) the "tokenSeparator" attributeMethods in net.opengis.swe.x101 with parameters of type TextSeparator Modifier and Type Method Description voidTextBlockDocument.TextBlock. xsetBlockSeparator(TextSeparator blockSeparator)Sets (as xml) the "blockSeparator" attributevoidTextBlockDocument.TextBlock. xsetTokenSeparator(TextSeparator tokenSeparator)Sets (as xml) the "tokenSeparator" attribute -
Uses of TextSeparator in net.opengis.swe.x101.impl
Classes in net.opengis.swe.x101.impl that implement TextSeparator Modifier and Type Class Description classTextSeparatorImplAn XML textSeparator(@http://www.opengis.net/swe/1.0.1).Methods in net.opengis.swe.x101.impl that return TextSeparator Modifier and Type Method Description TextSeparatorTextBlockDocumentImpl.TextBlockImpl. xgetBlockSeparator()Gets (as xml) the "blockSeparator" attributeTextSeparatorTextBlockDocumentImpl.TextBlockImpl. xgetTokenSeparator()Gets (as xml) the "tokenSeparator" attributeMethods in net.opengis.swe.x101.impl with parameters of type TextSeparator Modifier and Type Method Description voidTextBlockDocumentImpl.TextBlockImpl. xsetBlockSeparator(TextSeparator blockSeparator)Sets (as xml) the "blockSeparator" attributevoidTextBlockDocumentImpl.TextBlockImpl. xsetTokenSeparator(TextSeparator tokenSeparator)Sets (as xml) the "tokenSeparator" attribute
-