Uses of Class
org.verapdf.pd.structure.PDStructureNameSpace
-
Packages that use PDStructureNameSpace Package Description org.verapdf.pd.structure org.verapdf.tools -
-
Uses of PDStructureNameSpace in org.verapdf.pd.structure
Methods in org.verapdf.pd.structure that return PDStructureNameSpace Modifier and Type Method Description PDStructureNameSpacePDStructElem. getNameSpace()PDStructureNameSpaceStructureType. getNameSpace() -
Uses of PDStructureNameSpace in org.verapdf.tools
Methods in org.verapdf.tools that return PDStructureNameSpace Modifier and Type Method Description static PDStructureNameSpaceStaticResources. getStructureNameSpace(COSKey key)Gets cached pd structure name space.Methods in org.verapdf.tools that return types with arguments of type PDStructureNameSpace Modifier and Type Method Description static Map<COSKey,PDStructureNameSpace>StaticResources. getStructureNameSpaceCache()Methods in org.verapdf.tools with parameters of type PDStructureNameSpace Modifier and Type Method Description static voidStaticResources. cacheStructureNameSpace(PDStructureNameSpace nameSpace)Caches structure name space.Method parameters in org.verapdf.tools with type arguments of type PDStructureNameSpace Modifier and Type Method Description static voidStaticResources. setStructureNameSpaceCache(Map<COSKey,PDStructureNameSpace> structureNameSpaceCache)
-