Uses of Class
org.apache.vinci.transport.FrameLeaf
-
Packages that use FrameLeaf Package Description org.apache.vinci.transport org.apache.vinci.transport.document -
-
Uses of FrameLeaf in org.apache.vinci.transport
Methods in org.apache.vinci.transport that return FrameLeaf Modifier and Type Method Description FrameLeafFrame. createFrameLeaf(byte[] array)Factory method used by fromStream when it needs to create a frame leaf.FrameLeafKeyValuePair. getValueAsLeaf() -
Uses of FrameLeaf in org.apache.vinci.transport.document
Subclasses of FrameLeaf in org.apache.vinci.transport.document Modifier and Type Class Description classAFrameLeafThis class extends FrameLeaf with ability to set attributes.Methods in org.apache.vinci.transport.document that return FrameLeaf Modifier and Type Method Description FrameLeafAFrame. createFrameLeaf(byte[] array)Override the createFrameLeaf to create an AFrameLeaf so that leaf values can have attributes.
-