A D E H I N P S T U V X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- attributes() - Method in class io.netty.handler.codec.xml.XmlElementStart
D
- data() - Method in class io.netty.handler.codec.xml.XmlContent
- data() - Method in class io.netty.handler.codec.xml.XmlProcessingInstruction
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.xml.XmlDecoder
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.netty.handler.codec.xml.XmlFrameDecoder
E
- encoding() - Method in class io.netty.handler.codec.xml.XmlDocumentStart
-
Return defined or guessed XML encoding
- encodingScheme() - Method in class io.netty.handler.codec.xml.XmlDocumentStart
-
Return defined encoding or null
- equals(Object) - Method in class io.netty.handler.codec.xml.XmlAttribute
- equals(Object) - Method in class io.netty.handler.codec.xml.XmlContent
- equals(Object) - Method in class io.netty.handler.codec.xml.XmlDocumentStart
- equals(Object) - Method in class io.netty.handler.codec.xml.XmlDTD
- equals(Object) - Method in class io.netty.handler.codec.xml.XmlElement
- equals(Object) - Method in class io.netty.handler.codec.xml.XmlElementStart
- equals(Object) - Method in class io.netty.handler.codec.xml.XmlEntityReference
- equals(Object) - Method in class io.netty.handler.codec.xml.XmlNamespace
- equals(Object) - Method in class io.netty.handler.codec.xml.XmlProcessingInstruction
H
- hashCode() - Method in class io.netty.handler.codec.xml.XmlAttribute
- hashCode() - Method in class io.netty.handler.codec.xml.XmlContent
- hashCode() - Method in class io.netty.handler.codec.xml.XmlDocumentStart
- hashCode() - Method in class io.netty.handler.codec.xml.XmlDTD
- hashCode() - Method in class io.netty.handler.codec.xml.XmlElement
- hashCode() - Method in class io.netty.handler.codec.xml.XmlElementStart
- hashCode() - Method in class io.netty.handler.codec.xml.XmlEntityReference
- hashCode() - Method in class io.netty.handler.codec.xml.XmlNamespace
- hashCode() - Method in class io.netty.handler.codec.xml.XmlProcessingInstruction
I
- INSTANCE - Static variable in class io.netty.handler.codec.xml.XmlDocumentEnd
- io.netty.handler.codec.xml - package io.netty.handler.codec.xml
-
XML codec provides asynchronous and non-blocking XML parser based on the Aalto XML parser.
N
- name() - Method in class io.netty.handler.codec.xml.XmlAttribute
- name() - Method in class io.netty.handler.codec.xml.XmlElement
- name() - Method in class io.netty.handler.codec.xml.XmlEntityReference
- namespace() - Method in class io.netty.handler.codec.xml.XmlAttribute
- namespace() - Method in class io.netty.handler.codec.xml.XmlElement
- namespaces() - Method in class io.netty.handler.codec.xml.XmlElement
P
- prefix() - Method in class io.netty.handler.codec.xml.XmlAttribute
- prefix() - Method in class io.netty.handler.codec.xml.XmlElement
- prefix() - Method in class io.netty.handler.codec.xml.XmlNamespace
S
- standalone() - Method in class io.netty.handler.codec.xml.XmlDocumentStart
-
Return standalonity of the document
T
- target() - Method in class io.netty.handler.codec.xml.XmlProcessingInstruction
- text() - Method in class io.netty.handler.codec.xml.XmlDTD
- text() - Method in class io.netty.handler.codec.xml.XmlEntityReference
- toString() - Method in class io.netty.handler.codec.xml.XmlAttribute
- toString() - Method in class io.netty.handler.codec.xml.XmlContent
- toString() - Method in class io.netty.handler.codec.xml.XmlDocumentStart
- toString() - Method in class io.netty.handler.codec.xml.XmlDTD
- toString() - Method in class io.netty.handler.codec.xml.XmlElement
- toString() - Method in class io.netty.handler.codec.xml.XmlElementEnd
- toString() - Method in class io.netty.handler.codec.xml.XmlElementStart
- toString() - Method in class io.netty.handler.codec.xml.XmlEntityReference
- toString() - Method in class io.netty.handler.codec.xml.XmlNamespace
- toString() - Method in class io.netty.handler.codec.xml.XmlProcessingInstruction
- type() - Method in class io.netty.handler.codec.xml.XmlAttribute
U
- uri() - Method in class io.netty.handler.codec.xml.XmlNamespace
V
- value() - Method in class io.netty.handler.codec.xml.XmlAttribute
- version() - Method in class io.netty.handler.codec.xml.XmlDocumentStart
-
Return defined XML version or null
X
- XmlAttribute - Class in io.netty.handler.codec.xml
-
XML attributes, it is part of
XmlElement
- XmlAttribute(String, String, String, String, String) - Constructor for class io.netty.handler.codec.xml.XmlAttribute
- XmlCdata - Class in io.netty.handler.codec.xml
-
XML CDATA ...
- XmlCdata(String) - Constructor for class io.netty.handler.codec.xml.XmlCdata
- XmlCharacters - Class in io.netty.handler.codec.xml
-
XML characters, e.g.
- XmlCharacters(String) - Constructor for class io.netty.handler.codec.xml.XmlCharacters
- XmlComment - Class in io.netty.handler.codec.xml
-
XML Comment
- XmlComment(String) - Constructor for class io.netty.handler.codec.xml.XmlComment
- XmlContent - Class in io.netty.handler.codec.xml
-
XML Content is base class for XML CDATA, Comments, Characters and Space
- XmlContent(String) - Constructor for class io.netty.handler.codec.xml.XmlContent
- XmlDecoder - Class in io.netty.handler.codec.xml
-
Async XML decoder based on Aalto XML parser.
- XmlDecoder() - Constructor for class io.netty.handler.codec.xml.XmlDecoder
- XmlDocumentEnd - Class in io.netty.handler.codec.xml
-
End of XML document
- XmlDocumentStart - Class in io.netty.handler.codec.xml
-
Beginning of the XML document ... i.e.
- XmlDocumentStart(String, String, boolean, String) - Constructor for class io.netty.handler.codec.xml.XmlDocumentStart
- XmlDTD - Class in io.netty.handler.codec.xml
-
DTD (Document Type Definition)
- XmlDTD(String) - Constructor for class io.netty.handler.codec.xml.XmlDTD
- XmlElement - Class in io.netty.handler.codec.xml
-
Generic XML element in document,
XmlElementStart
represents open element and provides access to attributes,XmlElementEnd
represents closing element. - XmlElement(String, String, String) - Constructor for class io.netty.handler.codec.xml.XmlElement
- XmlElementEnd - Class in io.netty.handler.codec.xml
-
Specific
XmlElement
representing end of element. - XmlElementEnd(String, String, String) - Constructor for class io.netty.handler.codec.xml.XmlElementEnd
- XmlElementStart - Class in io.netty.handler.codec.xml
-
Specific
XmlElement
representing beginning of element. - XmlElementStart(String, String, String) - Constructor for class io.netty.handler.codec.xml.XmlElementStart
- XmlEntityReference - Class in io.netty.handler.codec.xml
-
XML entity reference ...
- XmlEntityReference(String, String) - Constructor for class io.netty.handler.codec.xml.XmlEntityReference
- XmlFrameDecoder - Class in io.netty.handler.codec.xml
-
A frame decoder for single separate XML based message streams.
- XmlFrameDecoder(int) - Constructor for class io.netty.handler.codec.xml.XmlFrameDecoder
- XmlNamespace - Class in io.netty.handler.codec.xml
-
XML namespace is part of XML element.
- XmlNamespace(String, String) - Constructor for class io.netty.handler.codec.xml.XmlNamespace
- XmlProcessingInstruction - Class in io.netty.handler.codec.xml
-
XML processing instruction
- XmlProcessingInstruction(String, String) - Constructor for class io.netty.handler.codec.xml.XmlProcessingInstruction
- XmlSpace - Class in io.netty.handler.codec.xml
-
White space characters
- XmlSpace(String) - Constructor for class io.netty.handler.codec.xml.XmlSpace
All Classes All Packages