public class PDEmbeddedFilesNameTreeNode extends PDNameTreeNode<PDComplexFileSpecification>
Constructor and Description |
---|
PDEmbeddedFilesNameTreeNode()
Constructor.
|
PDEmbeddedFilesNameTreeNode(COSDictionary dic)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected PDComplexFileSpecification |
convertCOSToPD(COSBase base)
Method to convert the COS value in the name tree to the PD Model object.
|
protected PDNameTreeNode<PDComplexFileSpecification> |
createChildNode(COSDictionary dic)
Create a child node object.
|
getCOSObject, getKids, getLowerLimit, getNames, getParent, getUpperLimit, getValue, isRootNode, setKids, setNames, setParent
public PDEmbeddedFilesNameTreeNode()
public PDEmbeddedFilesNameTreeNode(COSDictionary dic)
dic
- The COS dictionary.protected PDComplexFileSpecification convertCOSToPD(COSBase base) throws IOException
PDNameTreeNode
convertCOSToPD
in class PDNameTreeNode<PDComplexFileSpecification>
base
- The COS object to convert.IOException
- If there is an error during creation.protected PDNameTreeNode<PDComplexFileSpecification> createChildNode(COSDictionary dic)
PDNameTreeNode
createChildNode
in class PDNameTreeNode<PDComplexFileSpecification>
dic
- The dictionary for the child node object to refer to.Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.